Searched defs:mux (Results 1 – 12 of 12) sorted by relevance
41 uint32_t mux; /*!< Bit mask for selecting digital pad or RTC pad */ member
16 static int mux; variable
44 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
34 #define TIMER_ENTER_CRITICAL(mux) portENTER_CRITICAL_SAFE(mux); argument35 #define TIMER_EXIT_CRITICAL(mux) portEXIT_CRITICAL_SAFE(mux); argument
31 #define PCNT_ENTER_CRITICAL(mux) portENTER_CRITICAL(mux) argument32 #define PCNT_EXIT_CRITICAL(mux) portEXIT_CRITICAL(mux) argument
93 SemaphoreHandle_t mux; member
46 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local
48 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local
49 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local