Home
last modified time | relevance | path

Searched refs:XTHAL_SET_INTCLEAR (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h350 # define XTHAL_SET_INTCLEAR(v) do { int __interrupt = (int)(v); \ macro
372 # define XTHAL_SET_INTCLEAR(v) do {/*nothing*/} while(0) macro
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c139 XTHAL_SET_INTCLEAR(BIT(HLI_QUEUE_SW_INT_NUM)); in queue_isr_handler()