Home
last modified time | relevance | path

Searched refs:wifi_int_mux (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/esp_coex/esp32h2/
Desp_coex_adapter.c52 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/
Desp_coex_adapter.c52 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/
Desp_coex_adapter.c53 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/
Desp_coex_adapter.c52 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/
Desp_coex_adapter.c57 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/
Desp_coex_adapter.c55 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/
Desp_coex_adapter.c58 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/
Desp_coex_adapter.c46 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/
Desp_coex_adapter.c47 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/
Desp_coex_adapter.c47 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/
Desp_coex_adapter.c47 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/
Desp_coex_adapter.c45 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/
Desp_modem_wrapper.h22 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/
Desp_coex_adapter.c47 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/
Dwifi_os_adapter.h40 uint32_t (*_wifi_int_disable)(void *wifi_int_mux);
41 void (*_wifi_int_restore)(void *wifi_int_mux, uint32_t tmp);