Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dspi.h35 } cpol; member
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c31 .cpol = SPI_CPOL_IDLE_LO,
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c201 if (mode->cpol == SPI_CPOL_IDLE_LO) in stmSpiEnable()
239 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->cpol ? GPIO_PULL_UP : GPIO_PULL_DOWN); in stmSpiMasterStartSync()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c3165 T(mode).cpol = SPI_CPOL_IDLE_HI;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3824 T(mode).cpol = SPI_CPOL_IDLE_HI;
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c5012 T_SLAVE_INTERFACE(mode).cpol = SPI_CPOL_IDLE_HI; in lsm6dsm_startTask()