|
SRTOS
|
System-level control functions for SRTOS. More...
#include "system_funcs.h"Go to the source code of this file.
Functions | |
| void | systemENTER_CRITICAL () |
| Enter a critical section by disabling all interrupts. | |
| void | systemEXIT_CRITICAL () |
| Exit a critical section by enabling all interrupts. | |
System-level control functions for SRTOS.
Implements low-level system functions used by the kernel.
Definition in file system_funcs.c.
| void systemENTER_CRITICAL | ( | ) |
Enter a critical section by disabling all interrupts.
Definition at line 16 of file system_funcs.c.
| void systemEXIT_CRITICAL | ( | ) |
Exit a critical section by enabling all interrupts.
Definition at line 32 of file system_funcs.c.