Home
last modified time | relevance | path

Searched refs:INTENABLE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/xtensa/
Dxtensa_intr_asm.S164 xsr a3, INTENABLE /* Disables all interrupts */
171 wsr a5, INTENABLE /* Reenable interrupts */
175 xsr a3, INTENABLE /* Disables all interrupts */
178 wsr a2, INTENABLE /* Re-enable ints */
213 xsr a3, INTENABLE /* Disables all interrupts */
221 wsr a5, INTENABLE /* Reenable interrupts */
225 xsr a4, INTENABLE /* Disables all interrupts */
229 wsr a3, INTENABLE /* Re-enable ints */
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_vectors.S60 rsr a0, INTENABLE
64 xsr a0, INTENABLE /* disable all interrupts */
70 wsr a0, INTENABLE /* Enable Timer 2 */
101 xsr a0, INTENABLE /* disable all interrupts */
104 wsr a0, INTENABLE
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dhighint_hdl.S69 rsr a0, INTENABLE
72 wsr a0, INTENABLE
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dhighint_hdl.S77 rsr a0, INTENABLE
80 wsr a0, INTENABLE
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dspecreg.h72 #define INTENABLE 228 macro
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dspecreg.h85 #define INTENABLE 228 macro
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dspecreg.h85 #define INTENABLE 228 macro
/hal_espressif-latest/components/xtensa/include/xtensa/
Dspecreg.h95 #define INTENABLE 228 macro
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dhighint_hdl.S183 rsr a0, INTENABLE
250 rsr a0, INTENABLE
253 wsr a0, INTENABLE
/hal_espressif-latest/components/xtensa/include/
Dxt_utils.h102 RSR(INTENABLE, intr_mask); in xt_utils_intr_get_enabled_mask()