Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/
Dxtensa_intr_asm.S203 .global xt_ints_off
204 .type xt_ints_off,@function
206 xt_ints_off: label
238 .size xt_ints_off, . - xt_ints_off
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtensa_api.h95 extern void xt_ints_off(unsigned int mask);
/hal_espressif-latest/components/esp_system/port/
Desp_system_chip.c28 xt_ints_off(0xFFFFFFFF); in esp_restart_noos_dig()
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c215 xt_ints_off(BIT(HLI_QUEUE_SW_INT_NUM)); in hli_queue_shutdown()