/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_spi.h | 310 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1195 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1208 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32u5xx_hal_spi.h | 336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_spi.h | 301 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1190 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1203 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32wbaxx_hal_spi.h | 336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_spi.h | 297 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1108 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1121 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32h5xx_hal_spi.h | 340 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_spi.h | 310 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1176 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1189 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32mp1xx_hal_spi.h | 353 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_spi.h | 297 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1108 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1121 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32h7rsxx_hal_spi.h | 336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_spi.h | 310 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1176 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1189 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32h7xx_hal_spi.h | 353 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_spi.h | 297 #define LL_SPI_POLARITY_HIGH (SPI_CFG2_CPOL) 1108 MODIFY_REG(SPIx->CFG2, SPI_CFG2_CPOL, ClockPolarity); in LL_SPI_SetClockPolarity() 1121 return (uint32_t)(READ_BIT(SPIx->CFG2, SPI_CFG2_CPOL)); in LL_SPI_GetClockPolarity()
|
D | stm32n6xx_hal_spi.h | 336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_spi.c | 341 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_spi.c | 393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_spi.c | 394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_spi.c | 396 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_spi.c | 394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_spi.c | 393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_spi.c | 394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 7375 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32wba52xx.h | 11378 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32wba54xx.h | 12086 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 12592 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|