Home
last modified time | relevance | path

Searched refs:SPI_CFG1_BPASS (Results 1 – 25 of 41) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h327 #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/
Dstm32wbaxx_ll_spi.h318 #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/
Dstm32h5xx_ll_spi.h314 #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/
Dstm32h7rsxx_ll_spi.h314 #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/
Dstm32n6xx_ll_spi.h314 #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/
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/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/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/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.h7327 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32wba52xx.h11330 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32wba54xx.h12038 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32wba5mxx.h12056 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32wba55xx.h12056 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12544 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32h523xx.h18530 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32h562xx.h20074 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32h533xx.h19123 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20661 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32u535xx.h20065 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32u575xx.h23200 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h18565 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32h7s7xx.h19880 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro
Dstm32h7s3xx.h19448 #define SPI_CFG1_BPASS SPI_CFG1_BPASS_Msk /*!<Bypass of t… macro

12