Searched defs:gpio (Results  1 – 7 of 7) sorted by relevance
| /device/google/contexthub/firmware/os/inc/ | 
| D | syscallDo.h | 239 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/ | 
| D | osApi.c | 333     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/ | 
| 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 | bl.c | 415     struct Gpio *gpio;  in blSetup()  local
  | 
| D | i2c.c | 784     struct Gpio* gpio = gpioRequest(cfg->gpioNum);  in stmI2cGpioInit()  local
  | 
| /device/google/contexthub/util/stm32_flash/ | 
| D | flash.c | 90     int gpio;  in main()  local
  |