Searched defs:gpio (Results 1 – 6 of 6) sorted by relevance
| /device/google/contexthub/firmware/inc/ |
| D | syscallDo.h | 287 static inline void eOsGpioRelease(struct Gpio* __restrict gpio) in eOsGpioRelease() 292 static inline void eOsGpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum G… in eOsGpioConfigInput() 297 static inline void eOsGpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum … in eOsGpioConfigOutput() 302 static inline void eOsGpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum Gpi… in eOsGpioConfigAlt() 307 static inline bool eOsGpioGet(const struct Gpio* __restrict gpio) in eOsGpioGet() 312 static inline void eOsGpioSet(const struct Gpio* __restrict gpio, bool value) in eOsGpioSet()
|
| /device/google/contexthub/firmware/src/ |
| D | osApi.c | 325 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioRel() local 332 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgIn() local 341 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgOut() local 352 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgAlt() local 363 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioGet() local 370 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioSet() local
|
| /device/google/contexthub/util/stm32_flash/ |
| D | flash.c | 82 int gpio; in main() local
|
| /device/google/contexthub/firmware/src/platform/stm32f4xx/ |
| D | gpio.c | 66 void gpioRelease(struct Gpio* __restrict gpio) in gpioRelease() 247 struct Gpio *gpio = gpioRequest(DEBUG_UART_PIN); in gpioBitbangedUartOut() local
|
| D | spi.c | 120 struct Gpio *gpio = gpioRequest(gpioNum); in stmSpiGpioInit() local
|
| D | i2c.c | 763 struct Gpio* gpio = gpioRequest(cfg->gpioNum); in stmI2cGpioInit() local
|