/hal_stm32-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_spi.c | 341 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_spi.c | 393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_spi.c | 396 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_spi.c | 393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_spi.c | 394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 7373 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32wba52xx.h | 11375 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32wba54xx.h | 12083 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32wba55xx.h | 12101 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 13023 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32h562xx.h | 20055 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 20134 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
D | stm32u545xx.h | 20730 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/soc/ |
D | stm32h7b3xxq.h | 17288 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polarity … macro
|
D | stm32h7b0xxq.h | 17281 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polarity … macro
|