HAL
HAL_RCC_NMI_IRQHandler() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_RCC_NMI_IRQHandler() function

This function handles the RCC CSS interrupt request.

Syntax

void HAL_RCC_NMI_IRQHandler(void);
Implemented in stm32f4xx_hal_rcc.c:1082

Return value

None

Notes

This API should be called under the NMI_Handler().

References

LocationText
stm32f4xx_hal_rcc.c:1082
void HAL_RCC_NMI_IRQHandler(void)
stm32f4xx_hal_rcc.h:1264
void HAL_RCC_NMI_IRQHandler(void);

Call Tree

Functions called by HAL_RCC_NMI_IRQHandler()
HAL_RCC_NMI_IRQHandler()
all items filtered out
Data read by HAL_RCC_NMI_IRQHandler()
all items filtered out
HAL_RCC_NMI_IRQHandler()