Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c699 …PeriphClkInit->PLLSAI1.PLLSAI1Source = (uint32_t)((RCC->PLLSAI1CFGR & RCC_PLLSAI1CFGR_PLLSAI1SRC) … in HAL_RCCEx_GetPeriphCLKConfig()
1632 assert_param(IS_RCC_PLLSAI1SOURCE(PLLSAI1Init->PLLSAI1Source)); in HAL_RCCEx_EnablePLLSAI1()
1663 status = RCCEx_PLLSource_Enable(PLLSAI1Init->PLLSAI1Source); in HAL_RCCEx_EnablePLLSAI1()
1669 … __HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLSAI1Source, PLLSAI1Init->PLLSAI1M, PLLSAI1Init->PLLSAI1N, in HAL_RCCEx_EnablePLLSAI1()
2529 assert_param(IS_RCC_PLLSAI1SOURCE(pPllSai1->PLLSAI1Source)); in RCCEx_PLLSAI1_Config()
2535 switch (pPllSai1->PLLSAI1Source) in RCCEx_PLLSAI1_Config()
2594 pPllSai1->PLLSAI1Source); in RCCEx_PLLSAI1_Config()
2606 pPllSai1->PLLSAI1Source); in RCCEx_PLLSAI1_Config()
2618 pPllSai1->PLLSAI1Source); in RCCEx_PLLSAI1_Config()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rcc_ex.c934 …PeriphClkInit->PLLSAI1.PLLSAI1Source = READ_BIT(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC) >> RCC_PLLCFGR_P… in HAL_RCCEx_GetPeriphCLKConfig()
951 PeriphClkInit->PLLSAI2.PLLSAI2Source = PeriphClkInit->PLLSAI1.PLLSAI1Source; in HAL_RCCEx_GetPeriphCLKConfig()
2064 assert_param(IS_RCC_PLLSAI1SOURCE(PLLSAI1Init->PLLSAI1Source)); in HAL_RCCEx_EnablePLLSAI1()
2914 assert_param(IS_RCC_PLLSAI1SOURCE(PllSai1->PLLSAI1Source)); in RCCEx_PLLSAI1_Config()
2923 if((__HAL_RCC_GET_PLL_OSCSOURCE() != PllSai1->PLLSAI1Source) in RCCEx_PLLSAI1_Config()
2925 (PllSai1->PLLSAI1Source == RCC_PLLSOURCE_NONE) in RCCEx_PLLSAI1_Config()
2938 switch(PllSai1->PLLSAI1Source) in RCCEx_PLLSAI1_Config()
2970 MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC, PllSai1->PLLSAI1Source); in RCCEx_PLLSAI1_Config()
2973 …MODIFY_REG(RCC->PLLCFGR, RCC_PLLCFGR_PLLSRC | RCC_PLLCFGR_PLLM, PllSai1->PLLSAI1Source | (PllSai1-… in RCCEx_PLLSAI1_Config()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rcc_ex.h49 uint32_t PLLSAI1Source; /*!< PLLSAI1Source: PLLSAI1 entry clock source. member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rcc_ex.h50 uint32_t PLLSAI1Source; /*!< PLLSAI1Source: PLLSAI1 entry clock source. member