Home
last modified time | relevance | path

Searched refs:SPI_I2SCFGR_MCKOE (Results 1 – 25 of 78) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_spi.h2664 #define LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
3200 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_EnableMasterClock()
3211 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_DisableMasterClock()
3222 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE) == (SPI_I2SCFGR_MCKOE)) ? 1UL : 0UL); in LL_I2S_IsEnabledMasterClock()
Dstm32h5xx_hal_i2s.h241 #define I2S_MCLKOUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_spi.h2780 #define LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
3316 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_EnableMasterClock()
3327 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_DisableMasterClock()
3338 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE) == (SPI_I2SCFGR_MCKOE)) ? 1UL : 0UL); in LL_I2S_IsEnabledMasterClock()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_spi.h2664 #define LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
3200 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_EnableMasterClock()
3211 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_DisableMasterClock()
3222 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE) == (SPI_I2SCFGR_MCKOE)) ? 1UL : 0UL); in LL_I2S_IsEnabledMasterClock()
Dstm32h7rsxx_hal_i2s.h241 #define I2S_MCLKOUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_spi.h2783 #define LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
3319 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_EnableMasterClock()
3330 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_DisableMasterClock()
3341 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE) == (SPI_I2SCFGR_MCKOE)) ? 1UL : 0UL); in LL_I2S_IsEnabledMasterClock()
Dstm32h7xx_hal_i2s.h241 #define I2S_MCLKOUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_spi.h2664 #define LL_I2S_MCLK_OUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
3200 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_EnableMasterClock()
3211 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE); in LL_I2S_DisableMasterClock()
3222 return ((READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_MCKOE) == (SPI_I2SCFGR_MCKOE)) ? 1UL : 0UL); in LL_I2S_IsEnabledMasterClock()
Dstm32n6xx_hal_i2s.h241 #define I2S_MCLKOUTPUT_ENABLE (SPI_I2SCFGR_MCKOE)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c470 SPI_I2SCFGR_I2SSTD | SPI_I2SCFGR_MCKOE | \
Dstm32h7rsxx_hal_i2s.c431 SPI_I2SCFGR_DATFMT | SPI_I2SCFGR_MCKOE), in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c472 SPI_I2SCFGR_I2SSTD | SPI_I2SCFGR_MCKOE | \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c470 SPI_I2SCFGR_I2SSTD | SPI_I2SCFGR_MCKOE | \
Dstm32n6xx_hal_i2s.c435 SPI_I2SCFGR_DATFMT | SPI_I2SCFGR_MCKOE), in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c469 SPI_I2SCFGR_I2SSTD | SPI_I2SCFGR_MCKOE | \
Dstm32h7xx_hal_i2s.c434 SPI_I2SCFGR_DATFMT | SPI_I2SCFGR_MCKOE), in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c470 SPI_I2SCFGR_I2SSTD | SPI_I2SCFGR_MCKOE | \
Dstm32h5xx_hal_i2s.c431 SPI_I2SCFGR_DATFMT | SPI_I2SCFGR_MCKOE), in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12792 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
Dstm32h523xx.h18778 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
Dstm32h562xx.h20322 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h17096 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
Dstm32h7b0xx.h17576 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
Dstm32h7b0xxq.h17588 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Clock Out… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h18816 #define SPI_I2SCFGR_MCKOE SPI_I2SCFGR_MCKOE_Msk /*!<Master Cloc… macro

1234