STM32H735xx HAL User Manual
|
Interrupt Handling functions. More...
Functions | |
void | HAL_PWR_PVD_IRQHandler (void) |
This function handles the PWR PVD interrupt request. | |
__weak void | HAL_PWR_PVDCallback (void) |
PWR PVD interrupt callback. |
Interrupt Handling functions.
=============================================================================== ##### Interrupt Handling Functions ##### =============================================================================== [..] This section provides functions allowing to handle the PVD pending interrupts.
void HAL_PWR_PVD_IRQHandler | ( | void | ) |
This function handles the PWR PVD interrupt request.
None. |
Definition at line 805 of file stm32h7xx_hal_pwr.c.
References __HAL_PWR_PVD_EXTI_CLEAR_FLAG, __HAL_PWR_PVD_EXTI_GET_FLAG, CM7_CPUID, HAL_GetCurrentCPUID(), and HAL_PWR_PVDCallback().
__weak void HAL_PWR_PVDCallback | ( | void | ) |
PWR PVD interrupt callback.
None. |
Definition at line 850 of file stm32h7xx_hal_pwr.c.
Referenced by HAL_PWR_PVD_IRQHandler(), and HAL_PWREx_PVD_AVD_IRQHandler().