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

  /device/google/contexthub/firmware/os/platform/stm32/
apInt.c 32 apIntWkup = gpioRequest(AP_INT_WAKEUP);
36 apIntNonWkup = gpioRequest(AP_INT_NONWAKEUP);
usart.c 100 usart->rx = gpioRequest(rxGpioNum); /* rx */
102 usart->tx = gpioRequest(txGpioNum); /* tx */
hostIntf.c 76 mShWakeupGpio = gpioRequest(SH_INT_WAKEUP);
platform.c 256 gpioConfigAnalog(gpioRequest(GPIO_PA(i)));
258 gpioConfigAnalog(gpioRequest(GPIO_PA(i)));
260 gpioConfigAnalog(gpioRequest(GPIO_PB(i)));
261 gpioConfigAnalog(gpioRequest(GPIO_PC(i)));
262 gpioConfigAnalog(gpioRequest(GPIO_PD(i)));
263 gpioConfigAnalog(gpioRequest(GPIO_PE(i)));
264 gpioConfigAnalog(gpioRequest(GPIO_PH(i)));
gpio.c 61 struct Gpio* gpioRequest(uint32_t number)
247 struct Gpio *gpio = gpioRequest(DEBUG_UART_PIN);
bl.c 432 gpio = gpioRequest(GPIO_PA(i));
437 wakeupGpio = gpioRequest(SH_INT_WAKEUP);
spi.c 120 struct Gpio *gpio = gpioRequest(gpioNum);
242 pdev->nss = gpioRequest(cs);
i2c.c 772 struct Gpio* gpio = gpioRequest(cfg->gpioNum);
792 sda = gpioRequest(board->gpioSda.gpioNum);
798 scl = gpioRequest(board->gpioScl.gpioNum);
  /device/google/contexthub/firmware/os/inc/
gpio.h 67 struct Gpio* gpioRequest(uint32_t gpioNum);
  /device/google/contexthub/firmware/os/drivers/hall_twopole/
hall_twopole.c 228 mTask.sPin = gpioRequest(HALL_S_PIN);
229 mTask.nPin = gpioRequest(HALL_N_PIN);
  /device/google/contexthub/firmware/os/drivers/vsync/
vsync.c 204 mTask.pin = gpioRequest(VSYNC_PIN);
  /device/google/contexthub/firmware/os/drivers/hall/
hall.c 212 mTask.pin = gpioRequest(HALL_PIN);
  /device/google/contexthub/firmware/os/drivers/leds/
leds_gpio.c 183 led = gpioRequest(leds->leds_array[i]);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 576 mTask.pin = gpioRequest(TOUCH_PIN);
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 729 mTask.pin = gpioRequest(PROX_INT_PIN);
  /device/google/contexthub/firmware/os/drivers/st_acc44/
st_acc44.c 824 mTask.Int1 = gpioRequest(ST_ACC44_INT_PIN);
  /device/google/contexthub/firmware/os/core/
osApi.c 328 *retValP = (uintptr_t)gpioRequest(gpioNum);
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 1025 mTask.Int1 = gpioRequest(ST_MAG40_INT_PIN);
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 426 milliseconds