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

  /device/google/contexthub/firmware/inc/
spi.h 35 } cpol; member in struct:SpiMode
  /device/google/contexthub/firmware/src/
hostIntfSpi.c 31 .cpol = SPI_CPOL_IDLE_LO,
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
spi.c 201 if (mode->cpol == SPI_CPOL_IDLE_LO)
239 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->cpol ? GPIO_PULL_UP : GPIO_PULL_DOWN);
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c     [all...]

Completed in 707 milliseconds