Home
last modified time | relevance | path

Searched refs:ISR_DIRECT_PM (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c233 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in ISR_DIRECT_DECLARE()
240 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in ISR_DIRECT_DECLARE()
247 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in ISR_DIRECT_DECLARE()
255 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in ISR_DIRECT_DECLARE()
271 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in ISR_DIRECT_DECLARE()
286 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */ in _PKA_IRQHandler()
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dlinklayer_plat_adapt.c72 ISR_DIRECT_PM(); in radio_high_prio_isr()
90 ISR_DIRECT_PM(); in radio_low_prio_isr()
/Zephyr-latest/include/zephyr/
Dirq.h174 #define ISR_DIRECT_PM() ARCH_ISR_DIRECT_PM() macro
/Zephyr-latest/drivers/timer/
Dcortex_m_systick.c258 ISR_DIRECT_PM(); in sys_clock_isr()
286 ISR_DIRECT_PM(); in sys_clock_isr()
/Zephyr-latest/drivers/counter/
Dcounter_gecko_rtcc.c349 ISR_DIRECT_PM(); in ISR_DIRECT_DECLARE()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c106 ISR_DIRECT_PM(); in radio_nrf5_isr()
132 ISR_DIRECT_PM(); in timer_nrf5_isr()
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst345 ISR_DIRECT_PM(); /* PM done after servicing interrupt for best latency */
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1832 * :github:`50579` - arch: arm: Using ISR_DIRECT_PM with zero-latency-interrupt violation