STM32H735xx HAL User Manual
Functions
Interrupt Handling Functions
PWR Exported Functions

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.

Detailed Description

Interrupt Handling functions.

 ===============================================================================
                    ##### Interrupt Handling Functions #####
 ===============================================================================
    [..]
    This section provides functions allowing to handle the PVD pending
    interrupts.


Function Documentation

void HAL_PWR_PVD_IRQHandler ( void  )

This function handles the PWR PVD interrupt request.

Note:
This API should be called under the PVD_AVD_IRQHandler().
Return values:
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.

Return values:
None.

Definition at line 850 of file stm32h7xx_hal_pwr.c.

Referenced by HAL_PWR_PVD_IRQHandler(), and HAL_PWREx_PVD_AVD_IRQHandler().