Home
last modified time | relevance | path

Searched defs:gpio (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/inc/
DsyscallDo.h266 static inline void eOsGpioRelease(struct Gpio* __restrict gpio) in eOsGpioRelease()
271 static inline void eOsGpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum G… in eOsGpioConfigInput()
276 static inline void eOsGpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum … in eOsGpioConfigOutput()
281 static inline void eOsGpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum Gpi… in eOsGpioConfigAlt()
286 static inline bool eOsGpioGet(const struct Gpio* __restrict gpio) in eOsGpioGet()
291 static inline void eOsGpioSet(const struct Gpio* __restrict gpio, bool value) in eOsGpioSet()
/device/google/contexthub/firmware/src/
DosApi.c305 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioRel() local
312 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgIn() local
321 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgOut() local
332 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgAlt() local
343 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioGet() local
350 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioSet() local
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dgpio.c66 void gpioRelease(struct Gpio* __restrict gpio) in gpioRelease()
247 struct Gpio *gpio = gpioRequest(DEBUG_UART_PIN); in gpioBitbangedUartOut() local
Dspi.c120 struct Gpio *gpio = gpioRequest(gpioNum); in stmSpiGpioInit() local
Di2c.c763 struct Gpio* gpio = gpioRequest(cfg->gpioNum); in stmI2cGpioInit() local
/device/google/contexthub/util/stm32_flash/
Dflash.c82 int gpio; in main() local