19#ifndef MBED_CRITICAL_SECTION_API_H
20#define MBED_CRITICAL_SECTION_API_H
void hal_critical_section_enter(void)
Mark the start of a critical section.
bool hal_in_critical_section(void)
Determine if the application is currently running in a critical section.
void hal_critical_section_exit(void)
Mark the end of a critical section.