HAL
+
0
/10 examples
SourceVu will show references to
WWDG_HandleTypeDef
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
WWDG
WWDG_Example
STM32469I-Discovery
Examples
WWDG
WWDG_Example
STM32469I_EVAL
Examples
WWDG
WWDG_Example
STM324x9I_EVAL
Examples
WWDG
WWDG_Example
STM324xG_EVAL
Examples
WWDG
WWDG_Example
STM32F412G-Discovery
Examples
WWDG
WWDG_Example
STM32F412ZG-Nucleo
Examples
WWDG
WWDG_Example
STM32F413ZH-Nucleo
Examples
WWDG
WWDG_Example
STM32F429ZI-Nucleo
Examples
WWDG
WWDG_Example
STM32F446ZE-Nucleo
Examples
WWDG
WWDG_Example
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
WWDG_HandleTypeDef
WWDG_HandleTypeDef struct
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_wwdg.h:69
typedef
struct
#endif
{
WWDG_TypeDef
*
Instance
;
WWDG_InitTypeDef
Init
;
#if
(
USE_HAL_WWDG_REGISTER_CALLBACKS
==
1
)
void
(
*
EwiCallback
)
(
struct
__WWDG_HandleTypeDef
*
hwwdg
)
;
void
(
*
MspInitCallback
)
(
struct
__WWDG_HandleTypeDef
*
hwwdg
)
;
#endif
}
WWDG_HandleTypeDef
;
Fields
Field
Declared as
Description
WWDG_HandleTypeDef::Instance
WWDG_TypeDef
*
Register base address.
WWDG_HandleTypeDef::Init
WWDG_InitTypeDef
WWDG required parameters.
Related Functions
Found 5 other functions taking a
WWDG_HandleTypeDef
argument:
Function
Description
HAL_WWDG_MspInit()
Initialize the WWDG MSP.
HAL_WWDG_Init()
Initialize the WWDG according to the specified. parameters in the WWDG_InitTypeDef of associated handle.
HAL_WWDG_Refresh()
Refresh the WWDG.
HAL_WWDG_EarlyWakeupCallback()
WWDG Early Wakeup callback.
HAL_WWDG_IRQHandler()
Handle WWDG interrupt request.
Examples
WWDG_HandleTypeDef
is referenced by 10 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out