1.1.4.40 DRV_METROLOGY_START_MODE Enum

C
typedef enum
{
    /* Initialize Driver without resetting coprocessor */
    DRV_METROLOGY_START_SOFT,

    /* Initialize Driver and reset coprocessor */
    DRV_METROLOGY_START_HARD

} DRV_METROLOGY_START_MODE;
Summary

Describes how is the start-up process regarding coprocessor reset.

Description

HARD mode implies a full reload of Core 1 firmware. SOFT mode does not have any effect on Core 1 firmware.