Enum AssertUtilityConst

Prototype

typedef enum {
  ASSERT_SYSRESET = 1,
  ASSERT_SYSFAIL = 2,
  DEASSERT_SYSFAIL = 3
} AssertUtilityConst;