Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
DhostIntf.c29 static struct ChainedIsr mShWakeupIsr; variable
80 mShWakeupIsr.func = platWakeupIsr; in platHostIntfInit()
81 extiChainIsr(SH_EXTI_WAKEUP_IRQ, &mShWakeupIsr); in platHostIntfInit()