RCC_IRQHandler() is only used within RCC_UseHSEasSystemClock.
 
Symbols
loading...
Files
loading...

RCC_IRQHandler() function

Brief This function handles RCC interrupt request and switch the system clock to HSE. Retval None

Syntax

void RCC_IRQHandler(void);
Implemented in stm32f4xx_it.c:161

References

LocationText
stm32f4xx_it.c:161
void RCC_IRQHandler(void)
stm32f4xx_it.h:43
void RCC_IRQHandler(void);

Call Tree

Functions called by RCC_IRQHandler()
RCC_IRQHandler()