Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c48 #define SPI_CR1_SSI (1 << 8) macro
222 regs->CR1 |= SPI_CR1_SSI | SPI_CR1_SSM | SPI_CR1_MSTR; in stmSpiEnable()