Searched refs:irqn (Results 1 – 1 of 1) sorted by relevance
121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in enableInterrupt() argument126 extiChainIsr(irqn, isr); in enableInterrupt()130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt() argument132 extiUnchainIsr(irqn, isr); in disableInterrupt()