Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
DapInt.c27 static struct Gpio *apIntNonWkup; variable
36 apIntNonWkup = gpioRequest(AP_INT_NONWAKEUP); in apIntInit()
37 gpioConfigOutput(apIntNonWkup, GPIO_SPEED_LOW, GPIO_PULL_NONE, GPIO_OUT_PUSH_PULL, 1); in apIntInit()
49 gpioSet(apIntNonWkup, 0); in apIntSet()
61 gpioSet(apIntNonWkup, 1); in apIntClear()