Searched refs:irqn (Results 1 – 4 of 4) sorted by relevance
95 int32_t IRQ_SetHandler (IRQn_ID_t irqn, IRQHandler_t handler);100 IRQHandler_t IRQ_GetHandler (IRQn_ID_t irqn);105 int32_t IRQ_Enable (IRQn_ID_t irqn);110 int32_t IRQ_Disable (IRQn_ID_t irqn);115 uint32_t IRQ_GetEnableState (IRQn_ID_t irqn);121 int32_t IRQ_SetMode (IRQn_ID_t irqn, uint32_t mode);126 uint32_t IRQ_GetMode (IRQn_ID_t irqn);139 int32_t IRQ_EndOfInterrupt (IRQn_ID_t irqn);144 int32_t IRQ_SetPending (IRQn_ID_t irqn);149 uint32_t IRQ_GetPending (IRQn_ID_t irqn);[all …]
264 static inline void ble_npl_hw_set_isr(int irqn, void (*addr)(void)) in ble_npl_hw_set_isr() argument266 npl_freertos_hw_set_isr(irqn, addr); in ble_npl_hw_set_isr()
66 void npl_freertos_hw_set_isr(int irqn, void (*addr)(void));
158 void ble_npl_hw_set_isr(int irqn, void (*addr)(void));