Searched refs:DSPI_CTAR_LSBFE (Results 1 – 2 of 2) sorted by relevance
19 #define DSPI_CTAR_LSBFE 0x01000000 /* LSB First [7] */ macro
431 bus_setup &= ~(DSPI_CTAR_CPOL | DSPI_CTAR_CPHA | DSPI_CTAR_LSBFE); in dspi_set_transfer_state()438 bus_setup |= DSPI_CTAR_LSBFE; in dspi_set_transfer_state()
Completed in 4 milliseconds