Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.c512 unsigned int irq_lock_key = irq_lock(); in usbd_ep_abort() local
561 irq_unlock(irq_lock_key); in usbd_ep_abort()
925 unsigned int irq_lock_key = irq_lock(); in usbd_errata_171_begin() local
935 irq_unlock(irq_lock_key); in usbd_errata_171_begin()
943 unsigned int irq_lock_key = irq_lock(); in usbd_errata_171_end() local
953 irq_unlock(irq_lock_key); in usbd_errata_171_end()
961 unsigned int irq_lock_key = irq_lock(); in usbd_errata_187_211_begin() local
971 irq_unlock(irq_lock_key); in usbd_errata_187_211_begin()
979 unsigned int irq_lock_key = irq_lock(); in usbd_errata_187_211_end() local
989 irq_unlock(irq_lock_key); in usbd_errata_187_211_end()
[all …]
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_glue.h129 #define NRFX_CRITICAL_SECTION_ENTER() { unsigned int irq_lock_key = irq_lock();
132 #define NRFX_CRITICAL_SECTION_EXIT() irq_unlock(irq_lock_key); }
/Zephyr-latest/drivers/ptp_clock/
Dptp_clock_nxp_enet.c214 unsigned int irq_lock_key = irq_lock(); in ptp_clock_nxp_enet_isr() local
225 irq_unlock(irq_lock_key); in ptp_clock_nxp_enet_isr()
/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c834 unsigned int irq_lock_key = irq_lock(); local
847 irq_unlock(irq_lock_key);
/Zephyr-latest/drivers/ethernet/
Deth_nxp_enet.c620 unsigned int irq_lock_key = irq_lock(); local
638 irq_unlock(irq_lock_key);
/Zephyr-latest/drivers/modem/
Dublox-sara-r4.c1001 unsigned int irq_lock_key = irq_lock(); in pin_init() local
1011 irq_unlock(irq_lock_key); in pin_init()