Home
last modified time | relevance | path

Searched refs:SPI_CFG2_LSBFRST (Results 1 – 25 of 106) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h343 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1298 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1311 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32u5xx_hal_spi.h389 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h334 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1293 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1306 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32wbaxx_hal_spi.h389 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h330 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1211 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1224 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32h5xx_hal_i2s.h277 #define I2S_FIRSTBIT_LSB SPI_CFG2_LSBFRST
Dstm32h5xx_hal_spi.h393 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h342 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1275 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1288 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32mp1xx_hal_spi.h405 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h330 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1211 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1224 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32h7rsxx_hal_i2s.h277 #define I2S_FIRSTBIT_LSB SPI_CFG2_LSBFRST
Dstm32h7rsxx_hal_spi.h389 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h342 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1275 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1288 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32h7xx_hal_i2s.h277 #define I2S_FIRSTBIT_LSB SPI_CFG2_LSBFRST
Dstm32h7xx_hal_spi.h405 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h330 #define LL_SPI_LSB_FIRST (SPI_CFG2_LSBFRST)
1211 MODIFY_REG(SPIx->CFG2, SPI_CFG2_LSBFRST, BitOrder); in LL_SPI_SetTransferBitOrder()
1224 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_LSBFRST)); in LL_SPI_GetTransferBitOrder()
Dstm32n6xx_hal_i2s.h277 #define I2S_FIRSTBIT_LSB SPI_CFG2_LSBFRST
Dstm32n6xx_hal_spi.h389 #define SPI_FIRSTBIT_LSB SPI_CFG2_LSBFRST
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c342 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c397 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c394 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c395 SPI_CFG2_LSBFRST | SPI_CFG2_MASTER | SPI_CFG2_COMM, in LL_SPI_Init()

12345