Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/
Dnrfx_glue.h105 #define NRFX_CRITICAL_SECTION_ENTER() { unsigned int irq_lock_key = irq_lock();
108 #define NRFX_CRITICAL_SECTION_EXIT() irq_unlock(irq_lock_key); }
/Zephyr-Core-3.5.0/drivers/flash/
Dflash_stm32h7x.c570 unsigned int irq_lock_key = irq_lock(); in flash_stm32h7_read() local
583 irq_unlock(irq_lock_key); in flash_stm32h7_read()
/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_mcux.c1295 unsigned int irq_lock_key = irq_lock(); in eth_mcux_ptp_isr() local
1305 irq_unlock(irq_lock_key); in eth_mcux_ptp_isr()
1314 unsigned int irq_lock_key = irq_lock(); in eth_mcux_common_isr() local
1351 irq_unlock(irq_lock_key); in eth_mcux_common_isr()
/Zephyr-Core-3.5.0/drivers/modem/
Dublox-sara-r4.c997 unsigned int irq_lock_key = irq_lock(); in pin_init() local
1007 irq_unlock(irq_lock_key); in pin_init()