Home
last modified time | relevance | path

Searched refs:critSectionMux (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/osal/
Dlv_freertos.c62 static portMUX_TYPE critSectionMux = portMUX_INITIALIZER_UNLOCKED; variable
70 #define _enter_critical() taskENTER_CRITICAL(&critSectionMux);
71 #define _exit_critical() taskEXIT_CRITICAL(&critSectionMux);