2.1.4.28 DRV_MCMETROLOGY_CHANNEL Struct

C
typedefstruct {
    char *name;
    DRV_MCMETROLOGY_GAIN_TYPE gain;
    DRV_MCMETROLOGY_SENSOR_TYPE sensorType;
} DRV_MCMETROLOGY_CHANNEL;
Summary

Describes the channel configuration.

Description

Field description:

  • name: Pointer to a string that contents the name of the channel according to the MCC configuration
  • Channel Gain: Gain selected for use in the ADC front-end
  • sensorType: Describes the sensor type
Remarks

None.