2.75.12 OPA_OFFSET_INPUT_TYPE Enum

C

typedef enum
{
    OPA_PMOS_OFFSET_IN_HIGH_POWER_MODE,     /**< Offset Correction for PMOS Differential Input Pair (High-Power mode) */
    OPA_NMOS_OFFSET_IN_HIGH_POWER_MODE,     /**< Offset Correction for NMOS Differential Input Pair (High-Power mode) */
    OPA_PMOS_OFFSET_IN_LOW_POWER_MODE,      /**< Offset Correction for PMOS Differential Input Pair (Low-Power mode) */
    OPA_NMOS_OFFSET_IN_LOW_POWER_MODE       /**< Offset Correction for NMOS Differential Input Pair (Low-Power mode) */

} OPA_OFFSET_INPUT_TYPE;

Summary

Enumeration for selecting the offset correction type for the OPA module.

Description

This enumeration defines the possible offset correction types for the OPA module, allowing the selection of different input pairs and power modes for offset correction.

Remarks

None.