Searched refs:PLLSAIR (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc_ex.c | 1049 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig() 1059 …_RCC_PLLSAI_CONFIG(PeriphClkInit->PLLSAI.PLLSAIN, pllsaip, pllsaiq, PeriphClkInit->PLLSAI.PLLSAIR); in HAL_RCCEx_PeriphCLKConfig() 1183 …PeriphClkInit->PLLSAI.PLLSAIR = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIR) >> RCC_PLLSA… in HAL_RCCEx_GetPeriphCLKConfig() 2335 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig() 2343 … __HAL_RCC_PLLSAI_CONFIG(PeriphClkInit->PLLSAI.PLLSAIN, tmpreg1, PeriphClkInit->PLLSAI.PLLSAIR); in HAL_RCCEx_PeriphCLKConfig() 2445 …PeriphClkInit->PLLSAI.PLLSAIR = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIR) >> RCC_PLLSA… in HAL_RCCEx_GetPeriphCLKConfig() 2973 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI() 3004 PLLSAIInit->PLLSAIQ, PLLSAIInit->PLLSAIR); in HAL_RCCEx_EnablePLLSAI() 3009 __HAL_RCC_PLLSAI_CONFIG(PLLSAIInit->PLLSAIN, PLLSAIInit->PLLSAIQ, PLLSAIInit->PLLSAIR); in HAL_RCCEx_EnablePLLSAI()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc_ex.c | 623 assert_param(IS_RCC_PLLSAIR_VALUE(PeriphClkInit->PLLSAI.PLLSAIR)); in HAL_RCCEx_PeriphCLKConfig() 633 …RCC_PLLSAI_CONFIG(PeriphClkInit->PLLSAI.PLLSAIN , tmpreg1, tmpreg0, PeriphClkInit->PLLSAI.PLLSAIR); in HAL_RCCEx_PeriphCLKConfig() 707 …PeriphClkInit->PLLSAI.PLLSAIR = (uint32_t)((RCC->PLLSAICFGR & RCC_PLLSAICFGR_PLLSAIR) >> RCC_PLLSA… in HAL_RCCEx_GetPeriphCLKConfig() 1683 assert_param(IS_RCC_PLLSAIR_VALUE(PLLSAIInit->PLLSAIR)); in HAL_RCCEx_EnablePLLSAI() 1712 PLLSAIInit->PLLSAIQ, PLLSAIInit->PLLSAIR); in HAL_RCCEx_EnablePLLSAI()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 111 uint32_t PLLSAIR; /*!< specifies the division factor for LTDC clock member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 330 uint32_t PLLSAIR; /*!< specifies the division factor for LTDC clock member
|