Searched refs:SPI_SLAVE_HD_TXBIT_LSBFIRST (Results 1 – 2 of 2) sorted by relevance
64 #define SPI_SLAVE_HD_TXBIT_LSBFIRST (1<<0) ///< Transmit command/address/data LSB first instea… macro66 #define SPI_SLAVE_HD_BIT_LSBFIRST (SPI_SLAVE_HD_TXBIT_LSBFIRST|SPI_SLAVE_HD_RXBIT_LSBFIRST) /…
119 .rx_lsbfirst = (config->flags & SPI_SLAVE_HD_TXBIT_LSBFIRST), in spi_slave_hd_init()