µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
|
Contains macros for delimitating critical sections. More...
Go to the source code of this file.
Macros | |
#define | UEL_CRITICAL_ENTER |
Enters a critical section. More... | |
#define | UEL_CRITICAL_EXIT |
Exits a critical section.. More... | |
Contains macros for delimitating critical sections.
#define UEL_CRITICAL_ENTER |
Enters a critical section.
This is a no-op meant to be overridden by the programmer, according to the synchronisation methods available on the target platform.
#define UEL_CRITICAL_EXIT |
Exits a critical section..
This is a no-op meant to be overridden by the programmer, according to the synchronisation methods available on the target platform.