EasyManua.ls Logo

ST STM32F31xx

ST STM32F31xx
584 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Reset and clock control (RCC)
UM1581
336/584
DocID023800 Rev 1
18.2.9.3 RCC_ClearFlag
Function Name
void RCC_ClearFlag ( void )
Function Description
Clears the RCC reset flags.
Parameters
None.
Return values
None.
Notes
None.
18.2.9.4 RCC_GetITStatus
Function Name
ITStatus RCC_GetITStatus ( uint8_t RCC_IT)
Function Description
Checks whether the specified RCC interrupt has occurred or not.
Parameters
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
Return values
The new state of RCC_IT (SET or RESET).
Notes
None.
18.2.9.5 RCC_ClearITPendingBit
Function Name
void RCC_ClearITPendingBit ( uint8_t RCC_IT)
Function Description
Clears the RCC's interrupt pending bits.
Parameters
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

Table of Contents

Related product manuals