Initialization and Configuration functions.
More...
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.
◆ HAL_WWDG_Init()
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
-
Definition at line 176 of file stm32f4xx_hal_wwdg.c.
◆ HAL_WWDG_MspInit()
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
-
Definition at line 230 of file stm32f4xx_hal_wwdg.c.
◆ HAL_WWDG_RegisterCallback()
Register a User WWDG Callback To be used instead of the weak (surcharged) predefined callback.
- Parameters
-
hwwdg | WWDG handle |
CallbackID | ID of the callback to be registered This parameter can be one of the following values:
|
pCallback | pointer to the Callback function |
- Return values
-
Definition at line 253 of file stm32f4xx_hal_wwdg.c.
◆ HAL_WWDG_UnRegisterCallback()
Unregister a WWDG Callback WWDG Callback is redirected to the weak (surcharged) predefined callback.
- Parameters
-
hwwdg | WWDG handle |
CallbackID | ID of the callback to be registered This parameter can be one of the following values:
|
- Return values
-
Definition at line 294 of file stm32f4xx_hal_wwdg.c.