Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/spi/include/driver/
Dspi_slave_hd.h64 #define SPI_SLAVE_HD_TXBIT_LSBFIRST (1<<0) ///< Transmit command/address/data LSB first instea… macro
66 #define SPI_SLAVE_HD_BIT_LSBFIRST (SPI_SLAVE_HD_TXBIT_LSBFIRST|SPI_SLAVE_HD_RXBIT_LSBFIRST) /…
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave_hd.c119 .rx_lsbfirst = (config->flags & SPI_SLAVE_HD_TXBIT_LSBFIRST), in spi_slave_hd_init()