Searched refs:ChainedInterrupt (Results 1 – 2 of 2) sorted by relevance
28 struct ChainedInterrupt { struct31 void (*const enable)(struct ChainedInterrupt *); argument32 void (*const disable)(struct ChainedInterrupt *); argument41 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in chainIsr()48 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in unchainIsr()57 static inline bool dispatchIsr(struct ChainedInterrupt *interrupt) in dispatchIsr()75 static inline int unchainIsrAll(struct ChainedInterrupt *interrupt, uint32_t tid) in unchainIsrAll()
73 struct ChainedInterrupt base;77 static void extiInterruptEnable(struct ChainedInterrupt *irq) in extiInterruptEnable()83 static void extiInterruptDisable(struct ChainedInterrupt *irq) in extiInterruptDisable()