STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | __HAL_PWR_GET_FLAG(__FLAG__) |
Check PWR flag is set or not. | |
#define | __HAL_PWR_CLEAR_FLAG(__FLAG__) |
Clear the PWR's pending flags. | |
#define | __HAL_PWR_PVD_EXTI_ENABLE_IT() |
Enable the PVD Exti Line 16. | |
#define | __HAL_PWR_PVD_EXTI_DISABLE_IT() |
Disable the PVD EXTI Line 16. | |
#define | __HAL_PWR_PVD_EXTI_ENABLE_EVENT() |
Enable event on PVD Exti Line 16. | |
#define | __HAL_PWR_PVD_EXTI_DISABLE_EVENT() |
Disable event on PVD Exti Line 16. | |
#define | __HAL_PWR_PVD_EXTI_ENABLE_RISING_EDGE() |
Enable the PVD Extended Interrupt Rising Trigger. | |
#define | __HAL_PWR_PVD_EXTI_DISABLE_RISING_EDGE() |
Disable the PVD Extended Interrupt Rising Trigger. | |
#define | __HAL_PWR_PVD_EXTI_ENABLE_FALLING_EDGE() |
Enable the PVD Extended Interrupt Falling Trigger. | |
#define | __HAL_PWR_PVD_EXTI_DISABLE_FALLING_EDGE() |
Disable the PVD Extended Interrupt Falling Trigger. | |
#define | __HAL_PWR_PVD_EXTI_ENABLE_RISING_FALLING_EDGE() |
PVD EXTI line configuration: set rising & falling edge trigger. | |
#define | __HAL_PWR_PVD_EXTI_DISABLE_RISING_FALLING_EDGE() |
Disable the PVD Extended Interrupt Rising & Falling Trigger. This parameter can be: | |
#define | __HAL_PWR_PVD_EXTI_GET_FLAG() |
checks whether the specified PVD Exti interrupt flag is set or not. | |
#define | __HAL_PWR_PVD_EXTI_CLEAR_FLAG() |
Clear the PVD Exti flag. | |
#define | __HAL_PWR_PVD_EXTI_GENERATE_SWIT() |
Generates a Software interrupt on PVD EXTI line. | |
#define __HAL_PWR_GET_FLAG | ( | __FLAG__ | ) |
#include <stm32f4xx_hal_pwr.h>
Check PWR flag is set or not.
__FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
The | new state of FLAG (TRUE or FALSE). |
Definition at line 174 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWREx_ControlVoltageScaling(), HAL_PWREx_DisableBkUpReg(), HAL_PWREx_DisableOverDrive(), HAL_PWREx_EnableBkUpReg(), and HAL_PWREx_EnableOverDrive().
#define __HAL_PWR_CLEAR_FLAG | ( | __FLAG__ | ) |
#include <stm32f4xx_hal_pwr.h>
Clear the PWR's pending flags.
__FLAG__ | specifies the flag to clear. This parameter can be one of the following values:
|
Definition at line 182 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_InitTick().
#define __HAL_PWR_PVD_EXTI_ENABLE_IT | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Enable the PVD Exti Line 16.
None. |
Definition at line 188 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_DISABLE_IT | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Disable the PVD EXTI Line 16.
None. |
Definition at line 194 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_ENABLE_EVENT | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Enable event on PVD Exti Line 16.
None. |
Definition at line 200 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_DISABLE_EVENT | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Disable event on PVD Exti Line 16.
None. |
Definition at line 206 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_ENABLE_RISING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Enable the PVD Extended Interrupt Rising Trigger.
None. |
Definition at line 212 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_DISABLE_RISING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Disable the PVD Extended Interrupt Rising Trigger.
None. |
Definition at line 218 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_ENABLE_FALLING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Enable the PVD Extended Interrupt Falling Trigger.
None. |
Definition at line 224 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_DISABLE_FALLING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Disable the PVD Extended Interrupt Falling Trigger.
None. |
Definition at line 231 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
#define __HAL_PWR_PVD_EXTI_ENABLE_RISING_FALLING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
PVD EXTI line configuration: set rising & falling edge trigger.
None. |
Definition at line 238 of file stm32f4xx_hal_pwr.h.
#define __HAL_PWR_PVD_EXTI_DISABLE_RISING_FALLING_EDGE | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Disable the PVD Extended Interrupt Rising & Falling Trigger. This parameter can be:
None. |
Definition at line 247 of file stm32f4xx_hal_pwr.h.
#define __HAL_PWR_PVD_EXTI_GET_FLAG | ( | ) |
#include <stm32f4xx_hal_pwr.h>
checks whether the specified PVD Exti interrupt flag is set or not.
EXTI | PVD Line Status. |
Definition at line 255 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_PVD_IRQHandler().
#define __HAL_PWR_PVD_EXTI_CLEAR_FLAG | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Clear the PVD Exti flag.
None. |
Definition at line 261 of file stm32f4xx_hal_pwr.h.
Referenced by HAL_PWR_PVD_IRQHandler().
#define __HAL_PWR_PVD_EXTI_GENERATE_SWIT | ( | ) |
#include <stm32f4xx_hal_pwr.h>
Generates a Software interrupt on PVD EXTI line.
None |
Definition at line 267 of file stm32f4xx_hal_pwr.h.