2.1.4.29 DRV_MCMETROLOGY_POWER_SOURCE Struct

C
typedefstruct {
    uint8_t vChannel;
    uint8_t iChannel;
} DRV_MCMETROLOGY_POWER_SOURCE;
Summary

Describes the power source configuration.

Description

Field description:

  • vChannel. Voltage channel index used to compute power.
  • iChannel. Current channel index used to compute power.
Remarks

None.