|
SRTOS
|
This header files contains kernel functions that help control system behvaior. More...
#include <stdint.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. | |
This header files contains kernel functions that help control system behvaior.
Definition in file system_funcs.h.
| 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.