Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c75 static HAL_StatusTypeDef RCCEx_PLLSAI1_Config(RCC_PLLSAI1InitTypeDef *pPllSai1, uint32_t Divider);
2522 static HAL_StatusTypeDef RCCEx_PLLSAI1_Config(RCC_PLLSAI1InitTypeDef *pPllSai1, uint32_t Divider) in RCCEx_PLLSAI1_Config() argument
2529 assert_param(IS_RCC_PLLSAI1SOURCE(pPllSai1->PLLSAI1Source)); in RCCEx_PLLSAI1_Config()
2530 assert_param(IS_RCC_PLLSAI1M_VALUE(pPllSai1->PLLSAI1M)); in RCCEx_PLLSAI1_Config()
2531 assert_param(IS_RCC_PLLSAI1N_VALUE(pPllSai1->PLLSAI1N)); in RCCEx_PLLSAI1_Config()
2532 assert_param(IS_RCC_PLLSAI1CLOCKOUT_VALUE(pPllSai1->PLLSAI1ClockOut)); in RCCEx_PLLSAI1_Config()
2535 switch (pPllSai1->PLLSAI1Source) in RCCEx_PLLSAI1_Config()
2586 assert_param(IS_RCC_PLLSAI1P_VALUE(pPllSai1->PLLSAI1P)); in RCCEx_PLLSAI1_Config()
2591 (pPllSai1->PLLSAI1N << RCC_PLLSAI1CFGR_PLLSAI1N_Pos) | in RCCEx_PLLSAI1_Config()
2592 (pPllSai1->PLLSAI1P << RCC_PLLSAI1CFGR_PLLSAI1PDIV_Pos) | in RCCEx_PLLSAI1_Config()
[all …]