Searched refs:dataPull (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | spi.c | 128 …stmSpiDataPullMode(struct StmSpiDev *pdev, enum StmGpioSpeed dataSpeed, enum GpioPullMode dataPull) in stmSpiDataPullMode() argument 130 gpioConfigAlt(pdev->miso, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode() 131 gpioConfigAlt(pdev->mosi, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode()
|