1.4.3.15 MMHI_RESET_CAUSE Enum

C

typedef enum
{
    // Power-on or HW reset
    MMHI_RST_HW = 0,

    // Watchdog reset
    MMHI_RST_WDT,

    // SW reset
    MMHI_RST_SW,

    // BIO Request
    MMHI_RST_BIO,

    // Diagnostic: Inconsistent PLC PHY ISR received
    MMHI_RST_DIAG_PLC_ISR,

    // Diagnostic: Timer and ZERO CROSSING
    MMHI_RST_DIAG_ZC,

    // Diagnostic: FSM unreachable state
    MMHI_RST_DIAG_FSM,

    // Diagnostic: No ISR from PLC
    MMHI_RST_DIAG_NO_ISR,

} MMHI_RESET_CAUSE;

Summary

Define the reset cause values.

Description

Lists the possible reset cause values of Meters And More host interface module.

Remarks

None.