Home
last modified time | relevance | path

Searched refs:BitOrder (Results 1 – 25 of 63) sorted by relevance

123

/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_spi.c190 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
211 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
259 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_spi.c202 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
223 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
271 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_spi.c202 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
223 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
271 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_spi.c193 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
215 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
256 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_spi.c193 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()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_spi.c180 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
202 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
245 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_spi.c193 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()
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_spi.c179 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
200 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
252 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_spi.c191 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
212 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
262 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_spi.c191 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
212 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
264 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_spi.c215 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
236 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
288 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_spi.c203 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
224 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
276 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c355 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
396 SPI_InitStruct->ClockPhase | SPI_InitStruct->BitOrder | in LL_SPI_Init()
438 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_spi.c228 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
250 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
291 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_spi.c239 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
260 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
310 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c215 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
236 SPI_InitStruct->BitOrder | SPI_InitStruct->CRCCalculation); in LL_SPI_Init()
288 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c356 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
397 SPI_InitStruct->ClockPhase | SPI_InitStruct->BitOrder | in LL_SPI_Init()
441 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c358 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
399 SPI_InitStruct->ClockPhase | SPI_InitStruct->BitOrder | in LL_SPI_Init()
443 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c355 assert_param(IS_LL_SPI_BITORDER(SPI_InitStruct->BitOrder)); in LL_SPI_Init()
396 SPI_InitStruct->ClockPhase | SPI_InitStruct->BitOrder | in LL_SPI_Init()
440 SPI_InitStruct->BitOrder = LL_SPI_MSB_FIRST; in LL_SPI_StructInit()
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_spi.h91 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
552 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
554 MODIFY_REG(SPIx->CR1, SPI_CR1_LSBFIRST, BitOrder); in LL_SPI_SetTransferBitOrder()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_spi.h91 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
552 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
554 MODIFY_REG(SPIx->CR1, SPI_CR1_LSBFIRST, BitOrder); in LL_SPI_SetTransferBitOrder()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_spi.h91 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
552 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
554 MODIFY_REG(SPIx->CR1, SPI_CR1_LSBFIRST, BitOrder); in LL_SPI_SetTransferBitOrder()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h110 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
1273 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
1275 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
3181 __STATIC_INLINE void LL_I2S_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_I2S_SetTransferBitOrder() argument
3183 LL_SPI_SetTransferBitOrder(SPIx, BitOrder); in LL_I2S_SetTransferBitOrder()
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h110 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
1273 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
1275 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
3178 __STATIC_INLINE void LL_I2S_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_I2S_SetTransferBitOrder() argument
3180 LL_SPI_SetTransferBitOrder(SPIx, BitOrder); in LL_I2S_SetTransferBitOrder()
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h110 uint32_t BitOrder; /*!< Specifies whether data transfers start from MSB or LSB bit. member
1207 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder() argument
1209 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
3057 __STATIC_INLINE void LL_I2S_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_I2S_SetTransferBitOrder() argument
3059 LL_SPI_SetTransferBitOrder(SPIx, BitOrder); in LL_I2S_SetTransferBitOrder()

123