|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Initialization and Configuration functions. More...
Functions | |
| HAL_StatusTypeDef | HAL_WWDG_Init (WWDG_HandleTypeDef *hwwdg) |
| Initialize the WWDG according to the specified. parameters in the WWDG_InitTypeDef of associated handle. | |
| void | HAL_WWDG_MspInit (WWDG_HandleTypeDef *hwwdg) |
| Initialize the WWDG MSP. | |
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_StatusTypeDef HAL_WWDG_Init | ( | WWDG_HandleTypeDef * | hwwdg | ) |
#include <stm32f4xx_hal_wwdg.h>
Initialize the WWDG according to the specified. parameters in the WWDG_InitTypeDef of associated handle.
| hwwdg | pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module. |
| HAL | status |
Definition at line 176 of file stm32f4xx_hal_wwdg.c.
References assert_param, WWDG_InitTypeDef::Counter, WWDG_InitTypeDef::EWIMode, HAL_ERROR, HAL_OK, HAL_WWDG_EarlyWakeupCallback(), HAL_WWDG_MspInit(), WWDG_HandleTypeDef::Init, WWDG_HandleTypeDef::Instance, IS_WWDG_COUNTER, IS_WWDG_EWI_MODE, IS_WWDG_PRESCALER, IS_WWDG_WINDOW, WWDG_InitTypeDef::Prescaler, and WWDG_InitTypeDef::Window.
| __weak void HAL_WWDG_MspInit | ( | WWDG_HandleTypeDef * | hwwdg | ) |
#include <stm32f4xx_hal_wwdg.h>
Initialize the WWDG MSP.
| hwwdg | pointer to a WWDG_HandleTypeDef structure that contains the configuration information for the specified WWDG module. |
| None |
Definition at line 230 of file stm32f4xx_hal_wwdg.c.
References UNUSED.
Referenced by HAL_WWDG_Init().