INIT_CRIT_SECTION_LOCK_IN_STRUCT 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. Do NOT add any comma in the initializer list after using this macro.

References