STM32L486xx HAL User Manual
Data Structures | Typedefs | Enumerations
WWDG Exported Types
WWDG

Data Structures

struct  WWDG_InitTypeDef
 WWDG Init structure definition. More...
struct  __WWDG_HandleTypeDef
 WWDG handle Structure definition. More...

Typedefs

typedef struct __WWDG_HandleTypeDef WWDG_HandleTypeDef
 WWDG handle Structure definition.
typedef void(* pWWDG_CallbackTypeDef )(WWDG_HandleTypeDef *hppp)
 HAL WWDG Callback pointer definition.

Enumerations

enum  HAL_WWDG_CallbackIDTypeDef { HAL_WWDG_EWI_CB_ID = 0x00u, HAL_WWDG_MSPINIT_CB_ID = 0x01u }
 HAL WWDG common Callback ID enumeration definition. More...

Typedef Documentation

typedef void(* pWWDG_CallbackTypeDef)(WWDG_HandleTypeDef *hppp)

HAL WWDG Callback pointer definition.

pointer to a WWDG common callback functions

Definition at line 109 of file stm32l4xx_hal_wwdg.h.

WWDG handle Structure definition.


Enumeration Type Documentation

HAL WWDG common Callback ID enumeration definition.

Enumerator:
HAL_WWDG_EWI_CB_ID 

WWDG EWI callback ID

HAL_WWDG_MSPINIT_CB_ID 

WWDG MspInit callback ID

Definition at line 100 of file stm32l4xx_hal_wwdg.h.