OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_PC
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
gpio.h
47
#define
GPIO_PC
(x) ((GPIO_PORTC << GPIO_PORT_SHIFT) + (x))
i2c.h
71
#define I2C3_GPIO_SDA_PC9 { .gpioNum =
GPIO_PC
(9), .func = GPIO_AF_I2C3_A }
/device/google/contexthub/firmware/os/platform/stm32/
platform.c
250
gpioConfigAnalog(gpioRequest(
GPIO_PC
(i)));
Completed in 514 milliseconds