Searched refs:PLLSAIR (Results 1 – 4 of 4) sorted by relevance
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/ |
D | stm32f4xx_rcc.c | 636 void RCC_PLLSAIConfig(uint32_t PLLSAIN, uint32_t PLLSAIQ, uint32_t PLLSAIR) in RCC_PLLSAIConfig() argument 640 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIR)); in RCC_PLLSAIConfig() 642 RCC->PLLSAICFGR = (PLLSAIN << 6) | (PLLSAIQ << 24) | (PLLSAIR << 28); in RCC_PLLSAIConfig()
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/ |
D | stm32f4xx_hal_rcc_ex.c | 1035 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig() 1045 …_RCC_PLLSAI_CONFIG(PeriphClkInit->PLLSAI.PLLSAIN, pllsaip, pllsaiq, PeriphClkInit->PLLSAI.PLLSAIR); in HAL_RCCEx_PeriphCLKConfig() 1169 …PeriphClkInit->PLLSAI.PLLSAIR = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIR) >> RCC_PLLSA… in HAL_RCCEx_GetPeriphCLKConfig() 2303 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig() 2311 … __HAL_RCC_PLLSAI_CONFIG(PeriphClkInit->PLLSAI.PLLSAIN , tmpreg1, PeriphClkInit->PLLSAI.PLLSAIR); in HAL_RCCEx_PeriphCLKConfig() 2413 …PeriphClkInit->PLLSAI.PLLSAIR = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIR) >> RCC_PLLSA… in HAL_RCCEx_GetPeriphCLKConfig() 2932 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI() 2963 PLLSAIInit->PLLSAIQ, PLLSAIInit->PLLSAIR); in HAL_RCCEx_EnablePLLSAI() 2968 __HAL_RCC_PLLSAI_CONFIG(PLLSAIInit->PLLSAIN, PLLSAIInit->PLLSAIQ, PLLSAIInit->PLLSAIR); in HAL_RCCEx_EnablePLLSAI()
|
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/ |
D | stm32f4xx_rcc.h | 563 void RCC_PLLSAIConfig(uint32_t PLLSAIN, uint32_t PLLSAIQ, uint32_t PLLSAIR);
|
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/ |
D | stm32f4xx_hal_rcc_ex.h | 332 uint32_t PLLSAIR; /*!< specifies the division factor for LTDC clock member
|