/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_spi.h | 327 #define LL_SPI_BAUDRATEPRESCALER_BYPASS (SPI_CFG1_BPASS) 1261 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/ |
D | stm32wbaxx_ll_spi.h | 318 #define LL_SPI_BAUDRATEPRESCALER_BYPASS (SPI_CFG1_BPASS) 1256 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/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_spi.h | 314 #define LL_SPI_BAUDRATEPRESCALER_BYPASS (SPI_CFG1_BPASS) 1174 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/include/ |
D | stm32h7rsxx_ll_spi.h | 314 #define LL_SPI_BAUDRATEPRESCALER_BYPASS (SPI_CFG1_BPASS) 1174 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/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_spi.h | 314 #define LL_SPI_BAUDRATEPRESCALER_BYPASS (SPI_CFG1_BPASS) 1174 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/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_spi.c | 315 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/ |
D | stm32u5xx_ll_spi.c | 367 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_spi.c | 368 MODIFY_REG(SPIx->CFG1, SPI_CFG1_BPASS | SPI_CFG1_MBR | SPI_CFG1_CRCEN | SPI_CFG1_DSIZE, in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_spi.c | 368 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/src/ |
D | stm32h5xx_ll_spi.c | 368 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/ |
D | stm32wba50xx.h | 7327 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32wba52xx.h | 11330 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32wba54xx.h | 12038 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32wba5mxx.h | 12056 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32wba55xx.h | 12056 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 12544 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32h523xx.h | 18530 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32h562xx.h | 20074 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32h533xx.h | 19123 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 20661 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32u535xx.h | 20065 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32u575xx.h | 23200 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 18565 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32h7s7xx.h | 19880 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|
D | stm32h7s3xx.h | 19448 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
|