Home
last modified time | relevance | path

Searched refs:SPI_CFG2_CPOL (Results 1 – 25 of 98) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_spi.h310 #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()
Dstm32u5xx_hal_spi.h336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_spi.h301 #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()
Dstm32wbaxx_hal_spi.h336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h297 #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()
Dstm32h5xx_hal_spi.h340 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h310 #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()
Dstm32mp1xx_hal_spi.h353 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h297 #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()
Dstm32h7rsxx_hal_spi.h336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h310 #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()
Dstm32h7xx_hal_spi.h353 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h297 #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()
Dstm32n6xx_hal_spi.h336 #define SPI_POLARITY_HIGH SPI_CFG2_CPOL
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_spi.c341 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_spi.c393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c396 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c393 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c394 SPI_CFG2_CPOL | SPI_CFG2_CPHA | in LL_SPI_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h7375 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
Dstm32wba52xx.h11378 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
Dstm32wba54xx.h12086 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12592 #define SPI_CFG2_CPOL SPI_CFG2_CPOL_Msk /*!<Clock Polar… macro

1234