Home
last modified time | relevance | path

Searched refs:RCC_CFGR_I2SSRC (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rcc.h371 #if defined(RCC_CFGR_I2SSRC)
626 #if defined(RCC_CFGR_I2SSRC)
630 #define LL_RCC_I2S_CLKSOURCE RCC_CFGR_I2SSRC /*!< I2S Clock source selection */
1536 #if defined(RCC_CFGR_I2SSRC)
1547 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, I2SxSource); in LL_RCC_SetI2SClockSource()
1834 #if defined(RCC_CFGR_I2SSRC)
2796 #if defined(RCC_CFGR_I2SSRC)
Dstm32f3xx_hal_rcc_ex.h3075 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, (uint32_t)(__I2SCLKSource__))
3083 #define __HAL_RCC_GET_I2S_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_I2SSRC)))
3241 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, (uint32_t)(__I2SCLKSource__))
3249 #define __HAL_RCC_GET_I2S_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_I2SSRC)))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_i2s.c348 if ((RCC->CFGR & RCC_CFGR_I2SSRC) == 0U) in HAL_I2S_Init()
350 RCC->CFGR |= (uint32_t)RCC_CFGR_I2SSRC; in HAL_I2S_Init()
367 if ((RCC->CFGR & RCC_CFGR_I2SSRC) != 0U) in HAL_I2S_Init()
369 RCC->CFGR &= ~(uint32_t)RCC_CFGR_I2SSRC; in HAL_I2S_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rcc.h455 #if defined(RCC_CFGR_I2SSRC)
457 #define LL_RCC_I2S1_CLKSOURCE_PIN RCC_CFGR_I2SSRC /*!< External pin clock used as…
687 #if defined(RCC_CFGR_I2SSRC)
688 #define LL_RCC_I2S1_CLKSOURCE RCC_CFGR_I2SSRC /*!< I2S1 Clock source selection */
3597 #if defined(RCC_CFGR_I2SSRC) in LL_RCC_SetI2SClockSource()
3598 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, Source); in LL_RCC_SetI2SClockSource()
3882 #if defined(RCC_CFGR_I2SSRC) in LL_RCC_GetI2SClockSource()
Dstm32f4xx_hal_rcc_ex.h529 #define RCC_I2SCLKSOURCE_EXT RCC_CFGR_I2SSRC
6182 #define __HAL_RCC_I2S_CONFIG(__SOURCE__) (MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, (__SOURCE__)))
6191 #define __HAL_RCC_GET_I2S_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_I2SSRC)))
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rcc.h319 #define LL_RCC_I2S1_CLKSOURCE_PIN RCC_CFGR_I2SSRC /*!< External pin clock used …
327 #define LL_RCC_I2S1_CLKSOURCE RCC_CFGR_I2SSRC /*!< I2S1 Clock source selection */
1186 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, Source); in LL_RCC_SetI2SClockSource()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rcc.h493 #define LL_RCC_I2S1_CLKSOURCE_PIN RCC_CFGR_I2SSRC /*!< External pin clock u…
627 #define LL_RCC_I2S1_CLKSOURCE RCC_CFGR_I2SSRC /*!< I2S Clock source selection */
2589 MODIFY_REG(RCC->CFGR, RCC_CFGR_I2SSRC, Source); in LL_RCC_SetI2SClockSource()
Dstm32f7xx_hal_rcc.h922 #define __HAL_RCC_I2S_CONFIG(__SOURCE__) do {RCC->CFGR &= ~(RCC_CFGR_I2SSRC); \
Dstm32f7xx_hal_rcc_ex.h314 #define RCC_I2SCLKSOURCE_EXT RCC_CFGR_I2SSRC
2845 #define __HAL_RCC_GET_I2SCLKSOURCE() (READ_BIT(RCC->CFGR, RCC_CFGR_I2SSRC))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_rcc.c623 #if defined(RCC_CFGR_I2SSRC)
Dstm32f3xx_hal_rcc_ex.c1189 #if defined(RCC_CFGR_I2SSRC) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f301x8.h4864 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f318xx.h4857 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f302x8.h8480 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f302xc.h8729 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f358xx.h9223 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f303xc.h9314 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
Dstm32f302xe.h10309 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk /*!< I2S external cl… macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f401xc.h4065 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
Dstm32f401xe.h4065 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
Dstm32f411xe.h4074 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
Dstm32f405xx.h9331 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h9169 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
Dstm32f205xx.h8934 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9300 #define RCC_CFGR_I2SSRC RCC_CFGR_I2SSRC_Msk macro

123