LL_RCC_IsEnabledIT_PLLRDY
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLRDY
(void )
Checks if PLL ready interrupt source is enabled or disabled.
Reference Manual to
LL API cross
reference:
CIR PLLRDYIE LL_RCC_IsEnabledIT_PLLRDY
LL_RCC_IsEnabledIT_PLLI2SRDY
__STATIC_INLINE uint32_t LL_RCC_IsEnabledIT_PLLI2SRDY
(void )
Checks if PLLI2S ready interrupt source is enabled or disabled.
Reference Manual to
LL API cross
reference:
CIR PLLI2SRDYIE LL_RCC_IsEnabledIT_PLLI2SRDY
LL_RCC_DeInit
ErrorStatus LL_RCC_DeInit (void )
Reset the RCC clock configuration to the default reset state.
An: ErrorStatus enumeration value:
SUCCESS: RCC registers are de-initialized
ERROR: not applicable
The default reset state of the clock configuration is given
below: HSI ON and used as system clock sourceHSE and
PLL OFFAHB, APB1 and APB2 prescaler set to 1.CSS, MCO
OFFAll interrupts disabled
This function doesn't modify the configuration of the
Peripheral clocksLSI, LSE and RTC clocks
LL_RCC_GetSystemClocksFreq
void LL_RCC_GetSystemClocksFreq
(LL_RCC_ClocksTypeDef * RCC_Clocks)
Return the frequencies of different on chip clocks; System, AHB,
APB1 and APB2 buses clocks.
RCC_Clocks: pointer to a LL_RCC_ClocksTypeDef
structure which will hold the clocks frequencies
Each time SYSCLK, HCLK, PCLK1 and/or PCLK2 clock
changes, this function must be called to update structure