HomeSort by relevance Sort by last modified time
    Searched refs:gpioRequest (Results 1 - 15 of 15) sorted by null

  /device/google/contexthub/firmware/src/platform/stm32f4xx/
apInt.c 32 apIntWkup = gpioRequest(AP_INT_WAKEUP);
36 apIntNonWkup = gpioRequest(AP_INT_NONWAKEUP);
platform.c 259 gpioConfigAnalog(gpioRequest(GPIO_PA(i)));
261 gpioConfigAnalog(gpioRequest(GPIO_PA(i)));
263 gpioConfigAnalog(gpioRequest(GPIO_PB(i)));
264 gpioConfigAnalog(gpioRequest(GPIO_PC(i)));
265 gpioConfigAnalog(gpioRequest(GPIO_PD(i)));
266 gpioConfigAnalog(gpioRequest(GPIO_PE(i)));
267 gpioConfigAnalog(gpioRequest(GPIO_PH(i)));
305 mShWakeupGpio = gpioRequest(SH_INT_WAKEUP);
usart.c 100 usart->rx = gpioRequest(rxGpioNum); /* rx */
102 usart->tx = gpioRequest(txGpioNum); /* tx */
gpio.c 61 struct Gpio* gpioRequest(uint32_t number)
247 struct Gpio *gpio = gpioRequest(DEBUG_UART_PIN);
spi.c 120 struct Gpio *gpio = gpioRequest(gpioNum);
242 pdev->nss = gpioRequest(cs);
i2c.c 768 struct Gpio* gpio = gpioRequest(cfg->gpioNum);
  /device/google/contexthub/firmware/inc/
gpio.h 67 struct Gpio* gpioRequest(uint32_t gpioNum);
  /device/google/contexthub/firmware/src/drivers/hall_twopole/
hall_twopole.c 228 mTask.sPin = gpioRequest(HALL_S_PIN);
229 mTask.nPin = gpioRequest(HALL_N_PIN);
  /device/google/contexthub/firmware/src/drivers/vsync/
vsync.c 200 mTask.pin = gpioRequest(VSYNC_PIN);
  /device/google/contexthub/firmware/src/drivers/hall/
hall.c 212 mTask.pin = gpioRequest(HALL_PIN);
  /device/google/contexthub/firmware/src/drivers/synaptics_s3708/
synaptics_s3708.c 554 mTask.pin = gpioRequest(TOUCH_PIN);
  /device/google/contexthub/firmware/src/drivers/rohm_rpr0521/
rohm_rpr0521.c 719 mTask.pin = gpioRequest(PROX_INT_PIN);
  /device/google/contexthub/firmware/src/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/src/
osApi.c 320 *retValP = (uintptr_t)gpioRequest(gpioNum);
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 430 milliseconds