Searched refs:BitOrder (Results 1 – 2 of 2) sorted by relevance
193 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()215 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()258 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
92 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member497 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument499 MODIFY_REG(SPIx->CR1, SPI_CR1_LSBFIRST, BitOrder); in LL_SPI_SetTransferBitOrder()
Completed in 11 milliseconds