|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | __HAL_IWDG_START(__HANDLE__) |
| Enable the IWDG peripheral. | |
| #define | __HAL_IWDG_RELOAD_COUNTER(__HANDLE__) |
| Reload IWDG counter with value defined in the reload register (write access to IWDG_PR and IWDG_RLR registers disabled). | |
| #define __HAL_IWDG_RELOAD_COUNTER | ( | __HANDLE__ | ) |
Reload IWDG counter with value defined in the reload register (write access to IWDG_PR and IWDG_RLR registers disabled).
| __HANDLE__ | IWDG handle |
| None |
Definition at line 112 of file stm32f4xx_hal_iwdg.h.
| #define __HAL_IWDG_START | ( | __HANDLE__ | ) |
Enable the IWDG peripheral.
| __HANDLE__ | IWDG handle |
| None |
Definition at line 104 of file stm32f4xx_hal_iwdg.h.