Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Source/
H A Dirq_ctrl_gic.c55 __WEAK int32_t IRQ_SetHandler (IRQn_ID_t irqn, IRQHandler_t handler) { in IRQ_SetHandler()
70 __WEAK IRQHandler_t IRQ_GetHandler (IRQn_ID_t irqn) { in IRQ_GetHandler()
87 __WEAK int32_t IRQ_Enable (IRQn_ID_t irqn) { in IRQ_Enable()
102 __WEAK int32_t IRQ_Disable (IRQn_ID_t irqn) { in IRQ_Disable()
117 __WEAK uint32_t IRQ_GetEnableState (IRQn_ID_t irqn) { in IRQ_GetEnableState()
131 __WEAK int32_t IRQ_SetMode (IRQn_ID_t irqn, uint32_t mode) { in IRQ_SetMode()
201 __WEAK uint32_t IRQ_GetMode (IRQn_ID_t irqn) { in IRQ_GetMode()
232 IRQn_ID_t irqn; in IRQ_GetActiveIRQ() local
275 __WEAK int32_t IRQ_EndOfInterrupt (IRQn_ID_t irqn) { in IRQ_EndOfInterrupt()
298 __WEAK int32_t IRQ_SetPending (IRQn_ID_t irqn) { in IRQ_SetPending()
[all …]