Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c707 …PeriphClkInit->PLLSAI2.PLLSAI2Source = (uint32_t)((RCC->PLLSAI2CFGR & RCC_PLLSAI2CFGR_PLLSAI2SRC) … in HAL_RCCEx_GetPeriphCLKConfig()
1747 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
1776 status = RCCEx_PLLSource_Enable(PLLSAI2Init->PLLSAI2Source); in HAL_RCCEx_EnablePLLSAI2()
1782 … __HAL_RCC_PLLSAI2_CONFIG(PLLSAI2Init->PLLSAI2Source, PLLSAI2Init->PLLSAI2M, PLLSAI2Init->PLLSAI2N, in HAL_RCCEx_EnablePLLSAI2()
2669 assert_param(IS_RCC_PLLSAI2SOURCE(pPllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
2675 switch (pPllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
2734 pPllSai2->PLLSAI2Source); in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c951 PeriphClkInit->PLLSAI2.PLLSAI2Source = PeriphClkInit->PLLSAI1.PLLSAI1Source; in HAL_RCCEx_GetPeriphCLKConfig()
2182 assert_param(IS_RCC_PLLSAI2SOURCE(PLLSAI2Init->PLLSAI2Source)); in HAL_RCCEx_EnablePLLSAI2()
3119 assert_param(IS_RCC_PLLSAI2SOURCE(PllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
3128 if((__HAL_RCC_GET_PLL_OSCSOURCE() != PllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
3130 (PllSai2->PLLSAI2Source == RCC_PLLSOURCE_NONE) in RCCEx_PLLSAI2_Config()
3143 switch(PllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
3175 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC, PllSai2->PLLSAI2Source); in RCCEx_PLLSAI2_Config()
3178 …MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC | RCC_PLLCFGR_PLLM, PllSai2->PLLSAI2Source | (PllSai2-… in RCCEx_PLLSAI2_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h77 uint32_t PLLSAI2Source; /*!< PLLSAI2Source: PLLSAI2 entry clock source. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h85 uint32_t PLLSAI2Source; /*!< PLLSAI2Source: PLLSAI2 entry clock source. member