STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IWDG_ENABLE_WRITE_ACCESS(__HANDLE__) |
Enable write access to IWDG_PR and IWDG_RLR registers. | |
#define | IWDG_DISABLE_WRITE_ACCESS(__HANDLE__) |
Disable write access to IWDG_PR and IWDG_RLR registers. | |
#define | IS_IWDG_PRESCALER(__PRESCALER__) |
Check IWDG prescaler value. | |
#define | IS_IWDG_RELOAD(__RELOAD__) |
Check IWDG reload value. | |
#define IWDG_ENABLE_WRITE_ACCESS | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_iwdg.h>
Enable write access to IWDG_PR and IWDG_RLR registers.
__HANDLE__ | IWDG handle |
None |
Definition at line 172 of file stm32f4xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().
#define IWDG_DISABLE_WRITE_ACCESS | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_iwdg.h>
Disable write access to IWDG_PR and IWDG_RLR registers.
__HANDLE__ | IWDG handle |
None |
Definition at line 179 of file stm32f4xx_hal_iwdg.h.
#define IS_IWDG_PRESCALER | ( | __PRESCALER__ | ) |
#include <stm32f4xx_hal_iwdg.h>
Check IWDG prescaler value.
__PRESCALER__ | IWDG prescaler value |
None |
Definition at line 186 of file stm32f4xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().
#define IS_IWDG_RELOAD | ( | __RELOAD__ | ) |
#include <stm32f4xx_hal_iwdg.h>
Check IWDG reload value.
__RELOAD__ | IWDG reload value |
None |
Definition at line 199 of file stm32f4xx_hal_iwdg.h.
Referenced by HAL_IWDG_Init().