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