Searched refs:PLLSAI1Init (Results 1 – 6 of 6) sorted by relevance
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
| D | stm32wbxx_hal_rcc_ex.c | 1179 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init) in HAL_RCCEx_EnablePLLSAI1() argument 1185 assert_param(IS_RCC_PLLN_VALUE(PLLSAI1Init->PLLN)); in HAL_RCCEx_EnablePLLSAI1() 1186 assert_param(IS_RCC_PLLP_VALUE(PLLSAI1Init->PLLP)); in HAL_RCCEx_EnablePLLSAI1() 1187 assert_param(IS_RCC_PLLQ_VALUE(PLLSAI1Init->PLLQ)); in HAL_RCCEx_EnablePLLSAI1() 1188 assert_param(IS_RCC_PLLR_VALUE(PLLSAI1Init->PLLR)); in HAL_RCCEx_EnablePLLSAI1() 1189 assert_param(IS_RCC_PLLSAI1CLOCKOUT_VALUE(PLLSAI1Init->PLLSAI1ClockOut)); in HAL_RCCEx_EnablePLLSAI1() 1211 …__HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLN, PLLSAI1Init->PLLP, PLLSAI1Init->PLLQ, PLLSAI1Init->PLL… in HAL_RCCEx_EnablePLLSAI1() 1213 __HAL_RCC_PLLSAI1CLKOUT_ENABLE(PLLSAI1Init->PLLSAI1ClockOut); in HAL_RCCEx_EnablePLLSAI1()
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
| D | stm32l5xx_hal_rcc_ex.c | 1626 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init) in HAL_RCCEx_EnablePLLSAI1() argument 1632 assert_param(IS_RCC_PLLSAI1SOURCE(PLLSAI1Init->PLLSAI1Source)); in HAL_RCCEx_EnablePLLSAI1() 1633 assert_param(IS_RCC_PLLSAI1M_VALUE(PLLSAI1Init->PLLSAI1M)); in HAL_RCCEx_EnablePLLSAI1() 1634 assert_param(IS_RCC_PLLSAI1N_VALUE(PLLSAI1Init->PLLSAI1N)); in HAL_RCCEx_EnablePLLSAI1() 1635 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1() 1636 assert_param(IS_RCC_PLLSAI1Q_VALUE(PLLSAI1Init->PLLSAI1Q)); in HAL_RCCEx_EnablePLLSAI1() 1637 assert_param(IS_RCC_PLLSAI1R_VALUE(PLLSAI1Init->PLLSAI1R)); in HAL_RCCEx_EnablePLLSAI1() 1638 assert_param(IS_RCC_PLLSAI1CLOCKOUT_VALUE(PLLSAI1Init->PLLSAI1ClockOut)); 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() [all …]
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
| D | stm32l4xx_hal_rcc_ex.c | 2058 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init) in HAL_RCCEx_EnablePLLSAI1() argument 2064 assert_param(IS_RCC_PLLSAI1SOURCE(PLLSAI1Init->PLLSAI1Source)); in HAL_RCCEx_EnablePLLSAI1() 2065 assert_param(IS_RCC_PLLSAI1M_VALUE(PLLSAI1Init->PLLSAI1M)); in HAL_RCCEx_EnablePLLSAI1() 2066 assert_param(IS_RCC_PLLSAI1N_VALUE(PLLSAI1Init->PLLSAI1N)); in HAL_RCCEx_EnablePLLSAI1() 2067 assert_param(IS_RCC_PLLSAI1P_VALUE(PLLSAI1Init->PLLSAI1P)); in HAL_RCCEx_EnablePLLSAI1() 2068 assert_param(IS_RCC_PLLSAI1Q_VALUE(PLLSAI1Init->PLLSAI1Q)); in HAL_RCCEx_EnablePLLSAI1() 2069 assert_param(IS_RCC_PLLSAI1R_VALUE(PLLSAI1Init->PLLSAI1R)); in HAL_RCCEx_EnablePLLSAI1() 2070 assert_param(IS_RCC_PLLSAI1CLOCKOUT_VALUE(PLLSAI1Init->PLLSAI1ClockOut)); in HAL_RCCEx_EnablePLLSAI1() 2093 …__HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLSAI1M, PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLS… in HAL_RCCEx_EnablePLLSAI1() 2097 …__HAL_RCC_PLLSAI1_CONFIG(PLLSAI1Init->PLLSAI1N, PLLSAI1Init->PLLSAI1P, PLLSAI1Init->PLLSAI1Q, PLLS… in HAL_RCCEx_EnablePLLSAI1() [all …]
|
| /hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
| D | stm32wbxx_hal_rcc_ex.h | 1596 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init);
|
| /hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
| D | stm32l5xx_hal_rcc_ex.h | 1900 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init);
|
| /hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
| D | stm32l4xx_hal_rcc_ex.h | 2437 HAL_StatusTypeDef HAL_RCCEx_EnablePLLSAI1(RCC_PLLSAI1InitTypeDef *PLLSAI1Init);
|