Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rcc_ex.c77 static HAL_StatusTypeDef RCCEx_PLLSAI2_Config(RCC_PLLSAI2InitTypeDef *pPllSai2, uint32_t Divider);
2662 static HAL_StatusTypeDef RCCEx_PLLSAI2_Config(RCC_PLLSAI2InitTypeDef *pPllSai2, uint32_t Divider) in RCCEx_PLLSAI2_Config() argument
2669 assert_param(IS_RCC_PLLSAI2SOURCE(pPllSai2->PLLSAI2Source)); in RCCEx_PLLSAI2_Config()
2670 assert_param(IS_RCC_PLLSAI2M_VALUE(pPllSai2->PLLSAI2M)); in RCCEx_PLLSAI2_Config()
2671 assert_param(IS_RCC_PLLSAI2N_VALUE(pPllSai2->PLLSAI2N)); in RCCEx_PLLSAI2_Config()
2672 assert_param(IS_RCC_PLLSAI2CLOCKOUT_VALUE(pPllSai2->PLLSAI2ClockOut)); in RCCEx_PLLSAI2_Config()
2675 switch (pPllSai2->PLLSAI2Source) in RCCEx_PLLSAI2_Config()
2726 assert_param(IS_RCC_PLLSAI2P_VALUE(pPllSai2->PLLSAI2P)); in RCCEx_PLLSAI2_Config()
2731 (pPllSai2->PLLSAI2N << RCC_PLLSAI2CFGR_PLLSAI2N_Pos) | in RCCEx_PLLSAI2_Config()
2732 (pPllSai2->PLLSAI2P << RCC_PLLSAI2CFGR_PLLSAI2PDIV_Pos) | in RCCEx_PLLSAI2_Config()
[all …]