µEvLoop
A fast and lightweight event loop aimed at embedded platforms in C99.
Macros
critical-section.h File Reference

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...
 

Detailed Description

Contains macros for delimitating critical sections.

Macro Definition Documentation

◆ UEL_CRITICAL_ENTER

#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.

◆ UEL_CRITICAL_EXIT

#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.