Home
last modified time | relevance | path

Searched refs:SPI_I2SCFGR_WSINV (Results 1 – 25 of 73) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h2810 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()
Dstm32h5xx_hal_i2s.h286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h2926 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/
Dstm32h7rsxx_ll_spi.h2810 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()
Dstm32h7rsxx_hal_i2s.h286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h2929 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()
Dstm32h7xx_hal_i2s.h286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h2810 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()
Dstm32n6xx_hal_i2s.h286 #define I2S_WS_INVERSION_ENABLE SPI_I2SCFGR_WSINV
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_i2s.c433 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i2s.c434 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i2s.c430 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i2s.c430 SPI_I2SCFGR_CKPOL | SPI_I2SCFGR_WSINV | \ in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12780 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h523xx.h18766 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h562xx.h20310 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h533xx.h19359 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h17084 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h7b0xx.h17564 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h7b0xxq.h17576 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h7a3xxq.h17096 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h7b3xx.h17571 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
Dstm32h7b3xxq.h17583 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select inve… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h18804 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select… macro
Dstm32h7s7xx.h20119 #define SPI_I2SCFGR_WSINV SPI_I2SCFGR_WSINV_Msk /*!<Word select… macro

123