Searched refs:spi_shift_direction_t (Results 1 – 2 of 2) sorted by relevance
150 } spi_shift_direction_t; typedef1189 static inline void spi_set_shift_direction(SPI_Type *ptr, spi_shift_direction_t shift_direction) in spi_set_shift_direction()1200 static inline spi_shift_direction_t spi_get_shift_direction(SPI_Type *ptr) in spi_get_shift_direction()1202 return (spi_shift_direction_t)SPI_TRANSFMT_LSB_GET(ptr->TRANSFMT); in spi_get_shift_direction()
73 spi_shift_direction_t direction; /*!< MSB or LSB data shift direction */
Completed in 11 milliseconds