Home
last modified time | relevance | path

Searched defs:mux (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/soc/include/soc/
Drtc_io_periph.h41 uint32_t mux; /*!< Bit mask for selecting digital pad or RTC pad */ member
/hal_espressif-latest/components/esp_hw_support/
Dregi2c_ctrl.c16 static int mux; variable
/hal_espressif-latest/components/esp_coex/esp32c3/
Desp_coex_adapter.c44 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/esp_coex/esp32h2/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/esp_coex/esp32c2/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/esp_coex/esp32c6/
Desp_coex_adapter.c43 void *mux = malloc(sizeof(portMUX_TYPE)); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c34 #define TIMER_ENTER_CRITICAL(mux) portENTER_CRITICAL_SAFE(mux); argument
35 #define TIMER_EXIT_CRITICAL(mux) portEXIT_CRITICAL_SAFE(mux); argument
Dpcnt_legacy.c31 #define PCNT_ENTER_CRITICAL(mux) portENTER_CRITICAL(mux) argument
32 #define PCNT_EXIT_CRITICAL(mux) portEXIT_CRITICAL(mux) argument
Di2s_legacy.c93 SemaphoreHandle_t mux; member
/hal_espressif-latest/components/esp_coex/esp32/
Desp_coex_adapter.c46 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/esp_coex/esp32s2/
Desp_coex_adapter.c48 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local
/hal_espressif-latest/components/esp_coex/esp32s3/
Desp_coex_adapter.c49 void *mux = heap_caps_malloc(sizeof(portMUX_TYPE), MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL); in esp_coex_common_spin_lock_create_wrapper() local