Interrupts critical section RAII helper. More...
#include <cmsis-plus/rtos/os.h>
Public Member Functions | |
Constructors & Destructor | |
| uncritical_section () | |
| Enter an interrupts uncritical section. | |
| ~uncritical_section () | |
| Exit the interrupts uncritical section. | |
Static Public Member Functions | |
Public Member Functions | |
| static state_t | enter (void) |
| Enter interrupts uncritical section. | |
| static void | exit (state_t state) |
| Exit interrupts uncritical section. | |
Interrupts critical section RAII helper.
Definition at line 598 of file os-sched.h.
|
inline |
Enter an interrupts uncritical section.
Definition at line 1160 of file os-sched.h.
|
inline |
Exit the interrupts uncritical section.
Definition at line 1170 of file os-sched.h.
|
inlinestatic |
Enter interrupts uncritical section.
Definition at line 1180 of file os-sched.h.
|
inlinestatic |
Exit interrupts uncritical section.
| state | The value to restore the interrupts priority register. |
Definition at line 1190 of file os-sched.h.