/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 52 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 55 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 57 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 63 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 66 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 68 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 52 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 55 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 57 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 63 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 66 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 68 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 53 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 56 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 58 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 64 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 67 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 69 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 52 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 55 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 57 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 63 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 66 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 68 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 57 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 60 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 62 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 68 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 71 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 73 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 55 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 58 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 60 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 66 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 69 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 71 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 58 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 61 portENTER_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 63 portENTER_CRITICAL(wifi_int_mux); in esp_coex_common_int_disable_wrapper() 69 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 72 portEXIT_CRITICAL_ISR(wifi_int_mux); in esp_coex_common_int_restore_wrapper() 74 portEXIT_CRITICAL(wifi_int_mux); in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 46 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 48 unsigned int *int_mux = (unsigned int *)wifi_int_mux; in esp_coex_common_int_disable_wrapper() 54 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 56 unsigned int *key = (unsigned int *)wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 47 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 49 unsigned int *int_mux = (unsigned int *)wifi_int_mux; in esp_coex_common_int_disable_wrapper() 55 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 57 unsigned int *key = (unsigned int *)wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 47 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 49 unsigned int *int_mux = (unsigned int *)wifi_int_mux; in esp_coex_common_int_disable_wrapper() 55 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 57 unsigned int *key = (unsigned int *)wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 47 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 49 unsigned int *int_mux = (unsigned int *)wifi_int_mux; in esp_coex_common_int_disable_wrapper() 55 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 57 unsigned int *key = (unsigned int *)wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 45 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 47 unsigned int *int_mux = (unsigned int *) wifi_int_mux; in esp_coex_common_int_disable_wrapper() 53 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 55 unsigned int *key = (unsigned int *) wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_modem_wrapper.h | 22 uint32_t esp_coex_common_int_disable_wrapper(void *wifi_int_mux); 24 void esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp);
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 47 uint32_t IRAM_ATTR esp_coex_common_int_disable_wrapper(void *wifi_int_mux) in esp_coex_common_int_disable_wrapper() argument 49 unsigned int *int_mux = (unsigned int *)wifi_int_mux; in esp_coex_common_int_disable_wrapper() 55 void IRAM_ATTR esp_coex_common_int_restore_wrapper(void *wifi_int_mux, uint32_t tmp) in esp_coex_common_int_restore_wrapper() argument 57 unsigned int *key = (unsigned int *)wifi_int_mux; in esp_coex_common_int_restore_wrapper()
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 40 uint32_t (*_wifi_int_disable)(void *wifi_int_mux); 41 void (*_wifi_int_restore)(void *wifi_int_mux, uint32_t tmp);
|