Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in enableInterrupt() argument
126 extiChainIsr(irqn, isr); in enableInterrupt()
130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt() argument
132 extiUnchainIsr(irqn, isr); in disableInterrupt()