2.75.13 OPA_OUTPUT_VOLTAGE_OFFSET_CORRECTION Enum

C

typedef enum
{
DECREASE_15_UNIT_VOLTAGE = 0xf,
DECREASE_14_UNIT_VOLTAGE = 0xe,
DECREASE_13_UNIT_VOLTAGE = 0xd,
DECREASE_12_UNIT_VOLTAGE = 0xc,
DECREASE_11_UNIT_VOLTAGE = 0xb,
DECREASE_10_UNIT_VOLTAGE = 0xa,
DECREASE_9_UNIT_VOLTAGE = 0x9,
DECREASE_8_UNIT_VOLTAGE = 0x8,
DECREASE_7_UNIT_VOLTAGE = 0x7,
DECREASE_6_UNIT_VOLTAGE = 0x6,
DECREASE_5_UNIT_VOLTAGE = 0x5,
DECREASE_4_UNIT_VOLTAGE = 0x4,
DECREASE_3_UNIT_VOLTAGE = 0x3,
DECREASE_2_UNIT_VOLTAGE = 0x2,
DECREASE_1_UNIT_VOLTAGE = 0x1,
NO_CORRECTION = 0x0,
INCREASE_1_UNIT_VOLTAGE = 0x1e,
INCREASE_2_UNIT_VOLTAGE = 0x1d,
INCREASE_3_UNIT_VOLTAGE = 0x1c,
INCREASE_4_UNIT_VOLTAGE = 0x1b,
INCREASE_5_UNIT_VOLTAGE = 0x1a,
INCREASE_6_UNIT_VOLTAGE = 0x19,
INCREASE_7_UNIT_VOLTAGE = 0x18,
INCREASE_8_UNIT_VOLTAGE = 0x17,
INCREASE_9_UNIT_VOLTAGE = 0x16,
INCREASE_10_UNIT_VOLTAGE = 0x15,
INCREASE_11_UNIT_VOLTAGE = 0x14,
INCREASE_12_UNIT_VOLTAGE = 0x13,
INCREASE_13_UNIT_VOLTAGE = 0x12,
INCREASE_14_UNIT_VOLTAGE = 0x11,
INCREASE_15_UNIT_VOLTAGE = 0x10,

} OPA_OUTPUT_VOLTAGE_OFFSET_CORRECTION;

Summary

Enumeration for selecting the output voltage offset correction for the OPA module.

Description

This enumeration defines the possible output voltage offset correction settings for the OPA module.

Remarks

None.