Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/common/
Dnxp_nbu.c25 #define NBU_WAKE_UP_IRQ_N DT_IRQ_BY_NAME(DT_DRV_INST(0), wakeup_int, irq) macro
48 IRQ_CONNECT(NBU_WAKE_UP_IRQ_N, NBU_WAKE_UP_IRQ_P, nbu_wakeup_done_handler, 0, 0); in nxp_nbu_init()
49 irq_enable(NBU_WAKE_UP_IRQ_N); in nxp_nbu_init()