1.1.4.31 DRV_METROLOGY_START_MODE Enum
C
typedefenum
{
/* Operation completed with success. */
DRV_METROLOGY_START_SOFT,
/* Invalid handle or operation failed. */
DRV_METROLOGY_START_HARD
} DRV_METROLOGY_START_MODE;SummaryDescribes how is the startup process.
DescriptionHARD mode implies a full reload of Core 1 firmware. SOFT mode does not have any effect on Core 1 firmware.
