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

  /device/google/contexthub/firmware/variant/argonkey/src/os/
i2c.c 25 .gpioPull = GPIO_PULL_NONE,
36 .gpioPull = GPIO_PULL_NONE,
47 .gpioPull = GPIO_PULL_NONE,
  /device/google/contexthub/firmware/variant/neonkey/src/os/
i2c.c 25 .gpioPull = GPIO_PULL_NONE,
36 .gpioPull = GPIO_PULL_NONE,
  /device/google/contexthub/firmware/variant/lunchbox/src/os/
i2c.c 25 .gpioPull = GPIO_PULL_NONE,
  /device/google/contexthub/firmware/variant/nucleo/src/os/
i2c.c 25 .gpioPull = GPIO_PULL_NONE,
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
spi.h 39 enum GpioPullMode gpioPull;
i2c.h 41 enum GpioPullMode gpioPull;
  /device/google/contexthub/firmware/os/platform/stm32/
spi.c 238 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull);
245 gpioConfigOutput(pdev->nss, pdev->board->gpioSpeed, pdev->board->gpioPull, GPIO_OUT_PUSH_PULL, 1);
424 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull);
i2c.c 773 gpioConfigAlt(gpio, board->gpioSpeed, board->gpioPull, GPIO_OUT_OPEN_DRAIN,

Completed in 71 milliseconds