Home
last modified time | relevance | path

Searched refs:_is_in_isr (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_adapter.h36 int (* _is_in_isr)(void); member
/hal_espressif-latest/components/esp_coex/esp32h2/
Desp_coex_adapter.c161 ._is_in_isr = xPortInIsrContext,
/hal_espressif-latest/components/esp_coex/esp32c2/
Desp_coex_adapter.c169 ._is_in_isr = xPortInIsrContext,
/hal_espressif-latest/components/esp_coex/esp32c3/
Desp_coex_adapter.c170 ._is_in_isr = xPortInIsrContext,
/hal_espressif-latest/components/esp_coex/esp32c6/
Desp_coex_adapter.c169 ._is_in_isr = xPortInIsrContext,
/hal_espressif-latest/zephyr/esp32/src/coex/
Desp_coex_adapter.c183 ._is_in_isr = esp_coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32c2/src/coex/
Desp_coex_adapter.c190 ._is_in_isr = coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32c3/src/coex/
Desp_coex_adapter.c197 ._is_in_isr = coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32c6/src/coex/
Desp_coex_adapter.c195 ._is_in_isr = coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/coex/
Desp_coex_adapter.c193 ._is_in_isr = coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32s2/src/coex/
Desp_coex_adapter.c231 ._is_in_isr = esp_coex_is_in_isr_wrapper,
/hal_espressif-latest/components/esp_coex/esp32s2/
Desp_coex_adapter.c238 ._is_in_isr = esp_coex_is_in_isr_wrapper,
/hal_espressif-latest/components/esp_coex/esp32/
Desp_coex_adapter.c232 ._is_in_isr = esp_coex_is_in_isr_wrapper,
/hal_espressif-latest/components/esp_coex/esp32s3/
Desp_coex_adapter.c244 ._is_in_isr = esp_coex_is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c121 bool (*_is_in_isr)(void); member
305 ._is_in_isr = k_is_in_isr,
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c149 bool (* _is_in_isr)(void); member
327 ._is_in_isr = is_in_isr_wrapper,
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c149 bool (* _is_in_isr)(void); member
325 ._is_in_isr = is_in_isr_wrapper,
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c184 bool (* _is_in_isr)(void); member
378 ._is_in_isr = is_in_isr_wrapper,
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c144 bool (* _is_in_isr)(void); member
369 ._is_in_isr = is_in_isr_wrapper,