Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/esp_private/
Dcritical_section.h160 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) esp_os_spinlock_t lock_name; macro
162 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) macro
/hal_espressif-latest/components/driver/uart/
Duart.c154 DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(spinlock)