Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
IWDG_Exported_Functions_Group1
[IWDG_Exported_Functions]
Initialization and Start functions. More...
Functions | |
HAL_StatusTypeDef | HAL_IWDG_Init (IWDG_HandleTypeDef *hiwdg) |
Initialize the IWDG according to the specified parameters in the IWDG_InitTypeDef and start watchdog. |
Detailed Description
Initialization and Start functions.
=============================================================================== ##### Initialization and Start functions ##### =============================================================================== [..] This section provides functions allowing to: (+) Initialize the IWDG according to the specified parameters in the IWDG_InitTypeDef of associated handle. (+) Manage Window option. (+) Once initialization is performed in HAL_IWDG_Init function, Watchdog is reloaded in order to exit function with correct time base.
Function Documentation
HAL_StatusTypeDef HAL_IWDG_Init | ( | IWDG_HandleTypeDef * | hiwdg ) |
Initialize the IWDG according to the specified parameters in the IWDG_InitTypeDef and start watchdog.
Before exiting function, watchdog is refreshed in order to have correct time base.
- Parameters:
-
hiwdg pointer to a IWDG_HandleTypeDef structure that contains the configuration information for the specified IWDG module.
- Return values:
-
HAL status
Definition at line 172 of file stm32l4xx_hal_iwdg.c.
Generated on Tue Jul 12 2022 17:38:59 by
