Home
last modified time | relevance | path

Searched refs:RCC_I2SCLKSOURCE_PLLI2S (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c126 if(PeriphClkInit->I2sClockSelection == RCC_I2SCLKSOURCE_PLLI2S) in HAL_RCCEx_PeriphCLKConfig()
477 …PHCLK_I2S) == RCC_PERIPHCLK_I2S) && (PeriphClkInit->I2sClockSelection == RCC_I2SCLKSOURCE_PLLI2S))) in HAL_RCCEx_PeriphCLKConfig()
833 if(PeriphClkInit->I2sClockSelection == RCC_I2SCLKSOURCE_PLLI2S) in HAL_RCCEx_PeriphCLKConfig()
1128 …PHCLK_I2S) == RCC_PERIPHCLK_I2S) && (PeriphClkInit->I2sClockSelection == RCC_I2SCLKSOURCE_PLLI2S))) in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c1242 case RCC_I2SCLKSOURCE_PLLI2S: in HAL_RCCEx_GetPeriphCLKFreq()
2498 case RCC_I2SCLKSOURCE_PLLI2S: in HAL_RCCEx_GetPeriphCLKFreq()
2743 case RCC_I2SCLKSOURCE_PLLI2S: in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h313 #define RCC_I2SCLKSOURCE_PLLI2S ((uint32_t)0x00000000U) macro
3411 #define IS_RCC_I2SCLKSOURCE(SOURCE) (((SOURCE) == RCC_I2SCLKSOURCE_PLLI2S) || \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h528 #define RCC_I2SCLKSOURCE_PLLI2S 0x00000000U macro