Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dexti.h64 bool extiIsPendingLine(const enum ExtiLine line);
89 return extiIsPendingLine(gpioNum & GPIO_PIN_MASK); in extiIsPendingGpio()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dexti.c66 bool extiIsPendingLine(const enum ExtiLine line) in extiIsPendingLine() function