STM32F439xx HAL User Manual
Defines
IWDG Exported Macros
IWDG

Defines

#define __HAL_IWDG_START(__HANDLE__)   WRITE_REG((__HANDLE__)->Instance->KR, IWDG_KEY_ENABLE)
 Enable the IWDG peripheral.
#define __HAL_IWDG_RELOAD_COUNTER(__HANDLE__)   WRITE_REG((__HANDLE__)->Instance->KR, IWDG_KEY_RELOAD)
 Reload IWDG counter with value defined in the reload register (write access to IWDG_PR & IWDG_RLR registers disabled).

Define Documentation

#define __HAL_IWDG_RELOAD_COUNTER (   __HANDLE__)    WRITE_REG((__HANDLE__)->Instance->KR, IWDG_KEY_RELOAD)

Reload IWDG counter with value defined in the reload register (write access to IWDG_PR & IWDG_RLR registers disabled).

Parameters:
__HANDLE__IWDG handle
Return values:
None

Definition at line 129 of file stm32f4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init(), and HAL_IWDG_Refresh().

#define __HAL_IWDG_START (   __HANDLE__)    WRITE_REG((__HANDLE__)->Instance->KR, IWDG_KEY_ENABLE)

Enable the IWDG peripheral.

Parameters:
__HANDLE__IWDG handle
Return values:
None

Definition at line 121 of file stm32f4xx_hal_iwdg.h.

Referenced by HAL_IWDG_Init().