Home
last modified time | relevance | path

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

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ca/
Dirq_ctrl.h95 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 …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/nimble/
Dnimble_npl_os.h264 static inline void ble_npl_hw_set_isr(int irqn, void (*addr)(void)) in ble_npl_hw_set_isr() argument
266 npl_freertos_hw_set_isr(irqn, addr); in ble_npl_hw_set_isr()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dnpl_freertos.h66 void npl_freertos_hw_set_isr(int irqn, void (*addr)(void));
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/include/nimble/
Dnimble_npl.h158 void ble_npl_hw_set_isr(int irqn, void (*addr)(void));