DEFINE_CRIT_SECTION_LOCK_STATIC is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Notes

When using this macro, the critical section macros esp_os_enter_critical* and esp_os_exit_critical* MUST be used, otherwise normal functions would be passed an undefined variable when build for single-core systems.

References