Home
last modified time | relevance | path

Searched refs:gpioPull (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/src/variant/lunchbox/
Di2c.c25 .gpioPull = GPIO_PULL_NONE,
/device/google/contexthub/firmware/src/variant/nucleo/
Di2c.c25 .gpioPull = GPIO_PULL_NONE,
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dspi.h39 enum GpioPullMode gpioPull; member
Di2c.h41 enum GpioPullMode gpioPull; member
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dspi.c238 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull); in stmSpiMasterStartSync()
245 … gpioConfigOutput(pdev->nss, pdev->board->gpioSpeed, pdev->board->gpioPull, GPIO_OUT_PUSH_PULL, 1); in stmSpiMasterStartSync()
424 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull); in stmSpiDisable()
Di2c.c764 gpioConfigAlt(gpio, board->gpioSpeed, board->gpioPull, GPIO_OUT_OPEN_DRAIN, in stmI2cGpioInit()