Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dspi.h38 SPI_CPHA_LEADING_EDGE, enumerator
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c32 .cpha = SPI_CPHA_LEADING_EDGE,
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c206 if (mode->cpha == SPI_CPHA_LEADING_EDGE) in stmSpiEnable()