Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dspi.h33 SPI_CPOL_IDLE_LO, enumerator
/device/google/contexthub/firmware/src/
DhostIntfSpi.c31 .cpol = SPI_CPOL_IDLE_LO,
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dspi.c201 if (mode->cpol == SPI_CPOL_IDLE_LO) in stmSpiEnable()