SRTOS
Loading...
Searching...
No Matches
system_funcs.h
Go to the documentation of this file.
1
7
8#ifndef SYSTEM_FUNCS_H_
9#define SYSTEM_FUNCS_H_
10
11#include <stdint.h>
12
15
16#endif
void systemEXIT_CRITICAL()
Exit a critical section by enabling all interrupts.
void systemENTER_CRITICAL()
Enter a critical section by disabling all interrupts.