Home
last modified time | relevance | path

Searched refs:SPI_CPOL_IDLE_LO (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dspi.h33 SPI_CPOL_IDLE_LO, enumerator
/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()