Home
last modified time | relevance | path

Searched refs:SPI_CFG1_MBR (Results 1 – 25 of 91) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h1261 MODIFY_REG(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS), Baudrate); in LL_SPI_SetBaudRatePrescaler()
1282 return (uint32_t)(READ_BIT(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS))); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h1256 MODIFY_REG(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS), Baudrate); in LL_SPI_SetBaudRatePrescaler()
1277 return (uint32_t)(READ_BIT(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS))); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c315 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c367 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h1174 MODIFY_REG(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS), Baudrate); in LL_SPI_SetBaudRatePrescaler()
1195 return (uint32_t)(READ_BIT(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS))); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h1240 MODIFY_REG(SPIx->CFG1, SPI_CFG1_MBR, Baudrate); in LL_SPI_SetBaudRatePrescaler()
1259 return (uint32_t)(READ_BIT(SPIx->CFG1, SPI_CFG1_MBR)); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h1174 MODIFY_REG(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS), Baudrate); in LL_SPI_SetBaudRatePrescaler()
1195 return (uint32_t)(READ_BIT(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS))); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h1240 MODIFY_REG(SPIx->CFG1, SPI_CFG1_MBR, Baudrate); in LL_SPI_SetBaudRatePrescaler()
1259 return (uint32_t)(READ_BIT(SPIx->CFG1, SPI_CFG1_MBR)); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h1174 MODIFY_REG(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS), Baudrate); in LL_SPI_SetBaudRatePrescaler()
1195 return (uint32_t)(READ_BIT(SPIx->CFG1, (SPI_CFG1_MBR | SPI_CFG1_BPASS))); in LL_SPI_GetBaudRatePrescaler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c368 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c370 MODIFY_REG(SPIx->CFG1, SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c368 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c367 MODIFY_REG(SPIx->CFG1, SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c368 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h7321 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
Dstm32wba52xx.h11324 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
Dstm32wba54xx.h12032 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
Dstm32wba5mxx.h12050 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
Dstm32wba55xx.h12050 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12538 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
Dstm32h523xx.h18524 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h16835 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud rate… macro
Dstm32h7b0xx.h17315 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud rate… macro
Dstm32h7b0xxq.h17327 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud rate… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20655 #define SPI_CFG1_MBR SPI_CFG1_MBR_Msk /*!<Master baud… macro

1234