Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
DsyscallDo.h239 static inline void eOsGpioRelease(struct Gpio* __restrict gpio) in eOsGpioRelease()
244 static inline void eOsGpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum G… in eOsGpioConfigInput()
249 static inline void eOsGpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum … in eOsGpioConfigOutput()
254 static inline void eOsGpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum Gpi… in eOsGpioConfigAlt()
259 static inline bool eOsGpioGet(const struct Gpio* __restrict gpio) in eOsGpioGet()
264 static inline void eOsGpioSet(const struct Gpio* __restrict gpio, bool value) in eOsGpioSet()
/device/google/contexthub/firmware/os/core/
DosApi.c333 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioRel() local
340 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgIn() local
349 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgOut() local
360 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgAlt() local
371 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioGet() local
378 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioSet() local
/device/google/contexthub/firmware/os/platform/stm32/
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
Dbl.c415 struct Gpio *gpio; in blSetup() local
Di2c.c784 struct Gpio* gpio = gpioRequest(cfg->gpioNum); in stmI2cGpioInit() local
/device/google/contexthub/util/stm32_flash/
Dflash.c90 int gpio; in main() local