STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RCC_PLLSAI_Enable (void) |
Enable PLLSAI. | |
__STATIC_INLINE void | LL_RCC_PLLSAI_Disable (void) |
Disable PLLSAI. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_IsReady (void) |
Check if PLLSAI Ready. | |
__STATIC_INLINE void | LL_RCC_PLLSAI_ConfigDomain_SAI (uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLQ, uint32_t PLLDIVQ) |
Configure PLLSAI used for SAI domain clock. | |
__STATIC_INLINE void | LL_RCC_PLLSAI_ConfigDomain_48M (uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLP) |
Configure PLLSAI used for 48Mhz domain clock. | |
__STATIC_INLINE void | LL_RCC_PLLSAI_ConfigDomain_LTDC (uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLR, uint32_t PLLDIVR) |
Configure PLLSAI used for LTDC domain clock. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetDivider (void) |
Get division factor for PLLSAI input clock. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetN (void) |
Get SAIPLL multiplication factor for VCO. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetQ (void) |
Get SAIPLL division factor for PLLSAIQ. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetR (void) |
Get SAIPLL division factor for PLLSAIR. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetP (void) |
Get SAIPLL division factor for PLLSAIP. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetDIVQ (void) |
Get SAIPLL division factor for PLLSAIDIVQ. | |
__STATIC_INLINE uint32_t | LL_RCC_PLLSAI_GetDIVR (void) |
Get SAIPLL division factor for PLLSAIDIVR. |
__STATIC_INLINE void LL_RCC_PLLSAI_ConfigDomain_48M | ( | uint32_t | Source, |
uint32_t | PLLM, | ||
uint32_t | PLLN, | ||
uint32_t | PLLP | ||
) |
Configure PLLSAI used for 48Mhz domain clock.
None |
Definition at line 6205 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_PLLSAI_ConfigDomain_LTDC | ( | uint32_t | Source, |
uint32_t | PLLM, | ||
uint32_t | PLLN, | ||
uint32_t | PLLR, | ||
uint32_t | PLLDIVR | ||
) |
Configure PLLSAI used for LTDC domain clock.
(*) value not defined in all devices.
PLLR | This parameter can be one of the following values: |
PLLDIVR | This parameter can be one of the following values: |
None |
Definition at line 6312 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_PLLSAI_ConfigDomain_SAI | ( | uint32_t | Source, |
uint32_t | PLLM, | ||
uint32_t | PLLN, | ||
uint32_t | PLLQ, | ||
uint32_t | PLLDIVQ | ||
) |
Configure PLLSAI used for SAI domain clock.
(*) value not defined in all devices.
None |
Definition at line 6107 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_PLLSAI_Disable | ( | void | ) |
Disable PLLSAI.
None |
Definition at line 5961 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE void LL_RCC_PLLSAI_Enable | ( | void | ) |
Enable PLLSAI.
None |
Definition at line 5951 of file stm32f4xx_ll_rcc.h.
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetDivider | ( | void | ) |
Get division factor for PLLSAI input clock.
Definition at line 6388 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_48M(), RCC_PLLSAI_GetFreqDomain_LTDC(), and RCC_PLLSAI_GetFreqDomain_SAI().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetDIVQ | ( | void | ) |
Get SAIPLL division factor for PLLSAIDIVQ.
Definition at line 6507 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_SAI().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetDIVR | ( | void | ) |
Get SAIPLL division factor for PLLSAIDIVR.
Returned | value can be one of the following values: |
Definition at line 6523 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_LTDC().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetN | ( | void | ) |
Get SAIPLL multiplication factor for VCO.
Between | 49/50(*) and 432 |
(*) value not defined in all devices.
Definition at line 6404 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_48M(), RCC_PLLSAI_GetFreqDomain_LTDC(), and RCC_PLLSAI_GetFreqDomain_SAI().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetP | ( | void | ) |
Get SAIPLL division factor for PLLSAIP.
Returned | value can be one of the following values: |
Definition at line 6463 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_48M().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetQ | ( | void | ) |
Get SAIPLL division factor for PLLSAIQ.
Returned | value can be one of the following values: |
Definition at line 6428 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_SAI().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_GetR | ( | void | ) |
Get SAIPLL division factor for PLLSAIR.
Returned | value can be one of the following values: |
Definition at line 6446 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLSAI_GetFreqDomain_LTDC().
__STATIC_INLINE uint32_t LL_RCC_PLLSAI_IsReady | ( | void | ) |
Check if PLLSAI Ready.
State | of bit (1 or 0). |
Definition at line 5971 of file stm32f4xx_ll_rcc.h.
Referenced by LL_RCC_GetLTDCClockFreq(), LL_RCC_GetRNGClockFreq(), LL_RCC_GetSAIClockFreq(), LL_RCC_GetSDIOClockFreq(), LL_RCC_GetUSBClockFreq(), and UTILS_PLL_IsBusy().