/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_spi.h | 2810 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_EnableWordSelectInversion() 2821 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_DisableWordSelectInversion() 2832 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV) == (SPI_I2SCFGR_WSINV)) ? 1UL : 0UL); in LL_I2S_IsEnabledWordSelectInversion()
|
D | stm32h5xx_hal_i2s.h | 286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_spi.h | 2926 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_EnableWordSelectInversion() 2937 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_DisableWordSelectInversion() 2948 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV) == (SPI_I2SCFGR_WSINV)) ? 1UL : 0UL); in LL_I2S_IsEnabledWordSelectInversion()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_spi.h | 2810 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_EnableWordSelectInversion() 2821 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_DisableWordSelectInversion() 2832 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV) == (SPI_I2SCFGR_WSINV)) ? 1UL : 0UL); in LL_I2S_IsEnabledWordSelectInversion()
|
D | stm32h7rsxx_hal_i2s.h | 286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_spi.h | 2929 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_EnableWordSelectInversion() 2940 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_DisableWordSelectInversion() 2951 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV) == (SPI_I2SCFGR_WSINV)) ? 1UL : 0UL); in LL_I2S_IsEnabledWordSelectInversion()
|
D | stm32h7xx_hal_i2s.h | 286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_spi.h | 2810 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_EnableWordSelectInversion() 2821 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV); in LL_I2S_DisableWordSelectInversion() 2832 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_WSINV) == (SPI_I2SCFGR_WSINV)) ? 1UL : 0UL); in LL_I2S_IsEnabledWordSelectInversion()
|
D | stm32n6xx_hal_i2s.h | 286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_i2s.c | 433 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i2s.c | 434 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_i2s.c | 430 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_i2s.c | 430 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 12780 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h523xx.h | 18766 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h562xx.h | 20310 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h533xx.h | 19359 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 17084 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h7b0xx.h | 17564 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h7b0xxq.h | 17576 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h7a3xxq.h | 17096 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h7b3xx.h | 17571 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
D | stm32h7b3xxq.h | 17583 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 18804 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select… macro
|
D | stm32h7s7xx.h | 20119 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select… macro
|