|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_WWDG_ENABLE(__HANDLE__) |
| Enable the WWDG peripheral. | |
| #define | __HAL_WWDG_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enable the WWDG early wakeup interrupt. | |
| #define | __HAL_WWDG_GET_IT(__HANDLE__, __INTERRUPT__) |
| Check whether the selected WWDG interrupt has occurred or not. | |
| #define | __HAL_WWDG_CLEAR_IT(__HANDLE__, __INTERRUPT__) |
| Clear the WWDG interrupt pending bits. bits to clear the selected interrupt pending bits. | |
| #define | __HAL_WWDG_GET_FLAG(__HANDLE__, __FLAG__) |
| Check whether the specified WWDG flag is set or not. | |
| #define | __HAL_WWDG_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clear the WWDG's pending flags. | |
| #define | __HAL_WWDG_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Check whether the specified WWDG interrupt source is enabled or not. | |
| #define __HAL_WWDG_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_wwdg.h>
Enable the WWDG peripheral.
| __HANDLE__ | WWDG handle |
| None |
Definition at line 182 of file stm32f4xx_hal_wwdg.h.
| #define __HAL_WWDG_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_wwdg.h>
Enable the WWDG early wakeup interrupt.
| __HANDLE__ | WWDG handle |
| __INTERRUPT__ | specifies the interrupt to enable. This parameter can be one of the following values:
|
| None |
Definition at line 193 of file stm32f4xx_hal_wwdg.h.
| #define __HAL_WWDG_GET_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_wwdg.h>
Check whether the selected WWDG interrupt has occurred or not.
| __HANDLE__ | WWDG handle |
| __INTERRUPT__ | specifies the it to check. This parameter can be one of the following values:
|
| The | new state of WWDG_FLAG (SET or RESET). |
Definition at line 203 of file stm32f4xx_hal_wwdg.h.
| #define __HAL_WWDG_CLEAR_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_wwdg.h>
Clear the WWDG interrupt pending bits. bits to clear the selected interrupt pending bits.
| __HANDLE__ | WWDG handle |
| __INTERRUPT__ | specifies the interrupt pending bit to clear. This parameter can be one of the following values:
|
Definition at line 212 of file stm32f4xx_hal_wwdg.h.
| #define __HAL_WWDG_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_wwdg.h>
Check whether the specified WWDG flag is set or not.
| __HANDLE__ | WWDG handle |
| __FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
| The | new state of WWDG_FLAG (SET or RESET). |
Definition at line 222 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_IRQHandler().
| #define __HAL_WWDG_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_wwdg.h>
Clear the WWDG's pending flags.
| __HANDLE__ | WWDG handle |
| __FLAG__ | specifies the flag to clear. This parameter can be one of the following values:
|
| None |
Definition at line 232 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_IRQHandler().
| #define __HAL_WWDG_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_wwdg.h>
Check whether the specified WWDG interrupt source is enabled or not.
| __HANDLE__ | WWDG Handle. |
| __INTERRUPT__ | specifies the WWDG interrupt source to check. This parameter can be one of the following values:
|
| state | of INTERRUPT (TRUE or FALSE). |
Definition at line 241 of file stm32f4xx_hal_wwdg.h.
Referenced by HAL_WWDG_IRQHandler().