STM32H735xx HAL User Manual
Defines
Bit Order
SPI Exported Constants

Defines

#define LL_SPI_LSB_FIRST   (SPI_CFG2_LSBFRST)
#define LL_SPI_MSB_FIRST   (0x00000000UL)

Define Documentation

#define LL_SPI_LSB_FIRST   (SPI_CFG2_LSBFRST)

Definition at line 342 of file stm32h7xx_ll_spi.h.

#define LL_SPI_MSB_FIRST   (0x00000000UL)

Definition at line 343 of file stm32h7xx_ll_spi.h.

Referenced by LL_SPI_StructInit().