Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
DsyscallDo.h287 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/
DosApi.c325 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/
Dflash.c82 int gpio; in main() 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