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.
Initialization and Configuration functions
[WWDG Exported Functions]
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_WWDG_Init (WWDG_HandleTypeDef *hwwdg) |
Initialize the WWDG according to the specified. | |
__weak void | HAL_WWDG_MspInit (WWDG_HandleTypeDef *hwwdg) |
Initialize the WWDG MSP. |
Detailed Description
Initialization and Configuration functions.
============================================================================== ##### Initialization and Configuration functions ##### ============================================================================== [..] This section provides functions allowing to: (+) Initialize and start the WWDG according to the specified parameters in the WWDG_InitTypeDef of associated handle. (+) Initialize the WWDG MSP.
Function Documentation
HAL_StatusTypeDef HAL_WWDG_Init | ( | WWDG_HandleTypeDef * | hwwdg ) |
Initialize the WWDG according to the specified.
parameters in the WWDG_InitTypeDef of associated handle.
- Parameters:
-
hwwdg pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module.
- Return values:
-
HAL status
Definition at line 174 of file stm32l4xx_hal_wwdg.c.
__weak void HAL_WWDG_MspInit | ( | WWDG_HandleTypeDef * | hwwdg ) |
Initialize the WWDG MSP.
- Parameters:
-
hwwdg pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module.
- Note:
- When rewriting this function in user file, mechanism may be added to avoid multiple initialize when HAL_WWDG_Init function is called again to change parameters.
- Return values:
-
None
Definition at line 212 of file stm32l4xx_hal_wwdg.c.
Generated on Tue Jul 12 2022 11:00:06 by
