Reset and clock control (RCC)
18.2.9.3 RCC_ClearFlag
void RCC_ClearFlag ( void )
Clears the RCC reset flags.
18.2.9.4 RCC_GetITStatus
ITStatus RCC_GetITStatus ( uint8_t RCC_IT)
Checks whether the specified RCC interrupt has occurred or not.
ï‚· RCC_IT : specifies the RCC interrupt source to check. This
parameter can be one of the following values:
ï€ RCC_IT_LSIRDY : LSI ready interrupt
ï€ RCC_IT_LSERDY : LSE ready interrupt
ï€ RCC_IT_HSIRDY : HSI ready interrupt
ï€ RCC_IT_HSERDY : HSE ready interrupt
ï€ RCC_IT_PLLRDY : PLL ready interrupt
ï€ RCC_IT_CSS : Clock Security System interrupt
ï‚· The new state of RCC_IT (SET or RESET).
18.2.9.5 RCC_ClearITPendingBit
void RCC_ClearITPendingBit ( uint8_t RCC_IT)
Clears the RCC's interrupt pending bits.
ï‚· RCC_IT : specifies the interrupt pending bit to clear. This
parameter can be any combination of the following values:
ï€ RCC_IT_LSIRDY : LSI ready interrupt
ï€ RCC_IT_LSERDY : LSE ready interrupt
ï€ RCC_IT_HSIRDY : HSI ready interrupt