1.1.14.12 WDT_TIMEOUT_ACTION Enum
C
typedef enum
{
WDT_TIMEOUT_ACTION_RESET = 0,
WDT_TIMEOUT_ACTION_INTERRUPT,
}WDT_TIMEOUT_ACTION;
Summary
Defines the enums associated with WDT timeout action
Description
Defines the enums associated with WDT timeout action which are used in the WDT_TimeoutActionSet API
Remarks
None