Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dspi.h45 SPI_FORMAT_MSB_FIRST, enumerator
/device/google/contexthub/firmware/os/core/
DhostIntfSpi.c34 .format = SPI_FORMAT_MSB_FIRST,
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c216 if (mode->format == SPI_FORMAT_MSB_FIRST) in stmSpiEnable()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c3168 T(mode).format = SPI_FORMAT_MSB_FIRST;
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c3834 T(mode).format = SPI_FORMAT_MSB_FIRST;
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c5015 T_SLAVE_INTERFACE(mode).format = SPI_FORMAT_MSB_FIRST; in lsm6dsm_startTask()