OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_PH
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
gpio.h
52
#define
GPIO_PH
(x) ((GPIO_PORTH << GPIO_PORT_SHIFT) + (x))
/device/google/contexthub/firmware/os/platform/stm32/
platform.c
253
gpioConfigAnalog(gpioRequest(
GPIO_PH
(i)));
Completed in 60 milliseconds