Searched refs:PLLInit (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc_ex.c | 1139 HAL_StatusTypeDef HAL_RCCEx_EnablePLL(RCC_PLLInitTypeDef *PLLInit) in HAL_RCCEx_EnablePLL() argument 1145 assert_param(IS_RCC_PLLSOURCE(PLLInit->PLLSource)); in HAL_RCCEx_EnablePLL() 1146 assert_param(IS_RCC_PLL_DIVM_VALUE(PLLInit->PLLM)); in HAL_RCCEx_EnablePLL() 1147 assert_param(IS_RCC_PLL_MULN_VALUE(PLLInit->PLLN)); in HAL_RCCEx_EnablePLL() 1148 assert_param(IS_RCC_PLL_DIVP_VALUE(PLLInit->PLLP)); in HAL_RCCEx_EnablePLL() 1149 assert_param(IS_RCC_PLL_DIVQ_VALUE(PLLInit->PLLQ)); in HAL_RCCEx_EnablePLL() 1150 assert_param(IS_RCC_PLL_DIVR_VALUE(PLLInit->PLLR)); in HAL_RCCEx_EnablePLL() 1151 assert_param(IS_RCC_PLLCLOCKOUT_VALUE(PLLInit->PLLClockOut)); in HAL_RCCEx_EnablePLL() 1172 status = RCCEx_PLLSource_Enable(PLLInit->PLLSource); in HAL_RCCEx_EnablePLL() 1178 __HAL_RCC_PLL_CONFIG(PLLInit->PLLSource, PLLInit->PLLM, PLLInit->PLLN, in HAL_RCCEx_EnablePLL() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dsi.c | 209 static void DSI_SetWrapperPLLTuning(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit); 356 static void DSI_SetWrapperPLLTuning(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in DSI_SetWrapperPLLTuning() argument 360 hdsi->Instance->WRPCR |= (PLLInit->PLLVCORange << DSI_WRPCR_BC_Pos); in DSI_SetWrapperPLLTuning() 365 hdsi->Instance->WPTR |= (PLLInit->PLLTuning << DSI_WPTR_LPF_Pos); in DSI_SetWrapperPLLTuning() 368 hdsi->Instance->WPTR |= (PLLInit->PLLChargePump << DSI_WPTR_CP_Pos); in DSI_SetWrapperPLLTuning() 404 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in HAL_DSI_Init() argument 415 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init() 416 assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF)); in HAL_DSI_Init() 417 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init() 422 assert_param(IS_DSI_DPHY_VCO_FREQUENCY_RANGE(PLLInit->PLLVCORange)); in HAL_DSI_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dsi.c | 309 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in HAL_DSI_Init() argument 322 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init() 323 assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF)); in HAL_DSI_Init() 324 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init() 374 hdsi->Instance->WRPCR |= (((PLLInit->PLLNDIV) << DSI_WRPCR_PLL_NDIV_Pos) | \ in HAL_DSI_Init() 375 ((PLLInit->PLLIDF) << DSI_WRPCR_PLL_IDF_Pos) | \ in HAL_DSI_Init() 376 ((PLLInit->PLLODF) << DSI_WRPCR_PLL_ODF_Pos)); in HAL_DSI_Init() 449 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init() 450 …tervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U) * PLL… in HAL_DSI_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dsi.c | 309 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in HAL_DSI_Init() argument 322 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init() 323 assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF)); in HAL_DSI_Init() 324 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init() 374 hdsi->Instance->WRPCR |= (((PLLInit->PLLNDIV) << DSI_WRPCR_PLL_NDIV_Pos) | \ in HAL_DSI_Init() 375 ((PLLInit->PLLIDF) << DSI_WRPCR_PLL_IDF_Pos) | \ in HAL_DSI_Init() 376 ((PLLInit->PLLODF) << DSI_WRPCR_PLL_ODF_Pos)); in HAL_DSI_Init() 449 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init() 450 …tervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U) * PLL… in HAL_DSI_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dsi.c | 309 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in HAL_DSI_Init() argument 322 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init() 323 assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF)); in HAL_DSI_Init() 324 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init() 374 hdsi->Instance->WRPCR |= (((PLLInit->PLLNDIV) << DSI_WRPCR_PLL_NDIV_Pos) | \ in HAL_DSI_Init() 375 ((PLLInit->PLLIDF) << DSI_WRPCR_PLL_IDF_Pos) | \ in HAL_DSI_Init() 376 ((PLLInit->PLLODF) << DSI_WRPCR_PLL_ODF_Pos)); in HAL_DSI_Init() 449 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init() 450 …tervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U) * PLL… in HAL_DSI_Init()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_dsi.c | 309 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit) in HAL_DSI_Init() argument 322 assert_param(IS_DSI_PLL_NDIV(PLLInit->PLLNDIV)); in HAL_DSI_Init() 323 assert_param(IS_DSI_PLL_IDF(PLLInit->PLLIDF)); in HAL_DSI_Init() 324 assert_param(IS_DSI_PLL_ODF(PLLInit->PLLODF)); in HAL_DSI_Init() 374 hdsi->Instance->WRPCR |= (((PLLInit->PLLNDIV) << DSI_WRPCR_PLL_NDIV_Pos) | \ in HAL_DSI_Init() 375 ((PLLInit->PLLIDF) << DSI_WRPCR_PLL_IDF_Pos) | \ in HAL_DSI_Init() 376 ((PLLInit->PLLODF) << DSI_WRPCR_PLL_ODF_Pos)); in HAL_DSI_Init() 449 tempIDF = (PLLInit->PLLIDF > 0U) ? PLLInit->PLLIDF : 1U; in HAL_DSI_Init() 450 …tervalx4 = (4000000U * tempIDF * ((1UL << (0x3U & PLLInit->PLLODF)))) / ((HSE_VALUE / 1000U) * PLL… in HAL_DSI_Init()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc_ex.h | 1095 HAL_StatusTypeDef HAL_RCCEx_EnablePLL(RCC_PLLInitTypeDef *PLLInit);
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dsi.h | 1134 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit);
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dsi.h | 1134 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit);
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_dsi.h | 1194 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit);
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dsi.h | 1134 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit);
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_dsi.h | 1134 HAL_StatusTypeDef HAL_DSI_Init(DSI_HandleTypeDef *hdsi, DSI_PLLInitTypeDef *PLLInit);
|