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
13
void
systemENTER_CRITICAL
();
14
void
systemEXIT_CRITICAL
();
15
16
#endif
systemEXIT_CRITICAL
void systemEXIT_CRITICAL()
Exit a critical section by enabling all interrupts.
Definition
system_funcs.c:32
systemENTER_CRITICAL
void systemENTER_CRITICAL()
Enter a critical section by disabling all interrupts.
Definition
system_funcs.c:16
Inc
system_funcs.h
Generated by
1.15.0