|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_RCC_PLLI2S_Enable (void) |
| Enable PLLI2S. | |
| __STATIC_INLINE void | LL_RCC_PLLI2S_Disable (void) |
| Disable PLLI2S. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_IsReady (void) |
| Check if PLLI2S Ready. | |
| __STATIC_INLINE void | LL_RCC_PLLI2S_ConfigDomain_SAI (uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLQ_R, uint32_t PLLDIVQ_R) |
| Configure PLLI2S used for SAI domain clock. | |
| __STATIC_INLINE void | LL_RCC_PLLI2S_ConfigDomain_I2S (uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLR) |
| Configure PLLI2S used for I2S1 domain clock. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetN (void) |
| Get I2SPLL multiplication factor for VCO. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetQ (void) |
| Get I2SPLL division factor for PLLI2SQ. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetR (void) |
| Get I2SPLL division factor for PLLI2SR. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetDIVQ (void) |
| Get I2SPLL division factor for PLLI2SDIVQ. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetDivider (void) |
| Get division factor for PLLI2S input clock. | |
| __STATIC_INLINE uint32_t | LL_RCC_PLLI2S_GetMainSource (void) |
| Get the oscillator used as PLL clock source. | |
| __STATIC_INLINE void LL_RCC_PLLI2S_ConfigDomain_I2S | ( | uint32_t | Source, |
| uint32_t | PLLM, | ||
| uint32_t | PLLN, | ||
| uint32_t | PLLR | ||
| ) |
Configure PLLI2S used for I2S1 domain clock.
(*) value not defined in all devices.
| PLLR | This parameter can be one of the following values: |
| None |
Definition at line 5663 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_PLLI2S_ConfigDomain_SAI | ( | uint32_t | Source, |
| uint32_t | PLLM, | ||
| uint32_t | PLLN, | ||
| uint32_t | PLLQ_R, | ||
| uint32_t | PLLDIVQ_R | ||
| ) |
Configure PLLI2S used for SAI domain clock.
(*) value not defined in all devices.
| PLLQ_R | This parameter can be one of the following values:
|
| PLLDIVQ_R | This parameter can be one of the following values:
|
| None |
Definition at line 5339 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_PLLI2S_Disable | ( | void | ) |
Disable PLLI2S.
| None |
Definition at line 5145 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE void LL_RCC_PLLI2S_Enable | ( | void | ) |
Enable PLLI2S.
| None |
Definition at line 5135 of file stm32f4xx_ll_rcc.h.
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetDivider | ( | void | ) |
Get division factor for PLLI2S input clock.
Definition at line 5904 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_I2S(), and RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetDIVQ | ( | void | ) |
Get I2SPLL division factor for PLLI2SDIVQ.
Definition at line 5786 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetMainSource | ( | void | ) |
Get the oscillator used as PLL clock source.
| Returned | value can be one of the following values:
|
Definition at line 5924 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_I2S(), and RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetN | ( | void | ) |
Get I2SPLL multiplication factor for VCO.
| Between | 50/192(*) and 432 |
(*) value not defined in all devices.
Definition at line 5682 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_I2S(), and RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetQ | ( | void | ) |
Get I2SPLL division factor for PLLI2SQ.
| Returned | value can be one of the following values: |
Definition at line 5707 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_GetR | ( | void | ) |
Get I2SPLL division factor for PLLI2SR.
| Returned | value can be one of the following values: |
Definition at line 5725 of file stm32f4xx_ll_rcc.h.
Referenced by RCC_PLLI2S_GetFreqDomain_I2S(), and RCC_PLLI2S_GetFreqDomain_SAI().
| __STATIC_INLINE uint32_t LL_RCC_PLLI2S_IsReady | ( | void | ) |
Check if PLLI2S Ready.
| State | of bit (1 or 0). |
Definition at line 5155 of file stm32f4xx_ll_rcc.h.
Referenced by LL_RCC_GetI2SClockFreq(), LL_RCC_GetRNGClockFreq(), LL_RCC_GetSAIClockFreq(), LL_RCC_GetSDIOClockFreq(), LL_RCC_GetUSBClockFreq(), and UTILS_PLL_IsBusy().
1.7.6.1