Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dexti.h64 bool extiIsPendingLine(const enum ExtiLine line);
91 return extiIsPendingLine(gpioNum & GPIO_PIN_MASK); in extiIsPendingGpio()
/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c67 bool extiIsPendingLine(const enum ExtiLine line) in extiIsPendingLine() function