Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Dspinlock.h92 XTOS_RESTORE_INTLEVEL(irq_status); in spinlock_acquire()
129 XTOS_RESTORE_INTLEVEL(irq_status); in spinlock_acquire()
169 XTOS_RESTORE_INTLEVEL(irq_status); in spinlock_release()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime.h82 # define XTOS_RESTORE_INTLEVEL(restoreval) macro
104 # define XTOS_RESTORE_INTLEVEL(restoreval) do{ unsigned __tmp = (restoreval); \ macro
115 # define XTOS_RESTORE_INTLEVEL(restoreval) _xtos_set_vpri(restoreval) macro
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_cache_esp32s2_esp32s3.c126 XTOS_RESTORE_INTLEVEL(irq_status); in Cache_WriteBack_Addr()
142 XTOS_RESTORE_INTLEVEL(irq_status); in Cache_WriteBack_Addr()
/hal_espressif-latest/components/esp_pm/
Dpm_impl.c499 XTOS_RESTORE_INTLEVEL(irq_status); in update_ccompare()