Home
last modified time | relevance | path

Searched refs:XTHAL_SET_INTSET (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h342 # define XTHAL_SET_INTSET(v) do { int __interrupt = (int)(v); \ macro
346 # define XTHAL_SET_INTSET(v) do { int __interrupt = (int)(v); \ macro
371 # define XTHAL_SET_INTSET(v) do {/*nothing*/} while(0) macro
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c186 XTHAL_SET_INTSET(BIT(HLI_QUEUE_SW_INT_NUM)); in queue_signal()
Dbt.c848 XTHAL_SET_INTSET((1<<intr_no)); in cause_sw_intr()
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c674 XTHAL_SET_INTSET((1 << intr_no)); in cause_sw_intr_to_core_wrapper()