Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/Core_A/Include/
Dirq_ctrl.h45 typedef int32_t IRQn_ID_t; typedef
101 int32_t IRQ_SetHandler (IRQn_ID_t irqn, IRQHandler_t handler);
106 IRQHandler_t IRQ_GetHandler (IRQn_ID_t irqn);
111 int32_t IRQ_Enable (IRQn_ID_t irqn);
116 int32_t IRQ_Disable (IRQn_ID_t irqn);
121 uint32_t IRQ_GetEnableState (IRQn_ID_t irqn);
127 int32_t IRQ_SetMode (IRQn_ID_t irqn, uint32_t mode);
132 uint32_t IRQ_GetMode (IRQn_ID_t irqn);
136 IRQn_ID_t IRQ_GetActiveIRQ (void);
140 IRQn_ID_t IRQ_GetActiveFIQ (void);
[all …]