Library files for AD1234.

Embed: (wiki syntax)

« Back to documentation index

PLOADCfg_Type Struct Reference

PLOADCfg_Type Struct Reference

Structure for setting programmable load. More...

#include <ADE120x.h>

Data Fields

uint8_t mode
 Enable PL.
float HighCurrent
 Configure mode, HIGH_IDLE, LOW_IDLE.
float LowCurrent
 High current in mA.
float HighTime
 Low current in mA.
float VoltThresh
 Duration of current pulse in us.
uint8_t ADCPga
 VOltage threshold to trigger programmable load.
float VGain
 ADC PGA setting.

Detailed Description

Structure for setting programmable load.

Definition at line 49 of file ADE120x.h.


Field Documentation

uint8_t ADCPga

VOltage threshold to trigger programmable load.

Definition at line 56 of file ADE120x.h.

float HighCurrent

Configure mode, HIGH_IDLE, LOW_IDLE.

Definition at line 52 of file ADE120x.h.

float HighTime

Low current in mA.

Definition at line 54 of file ADE120x.h.

float LowCurrent

High current in mA.

Definition at line 53 of file ADE120x.h.

uint8_t mode

Enable PL.

Definition at line 51 of file ADE120x.h.

float VGain

ADC PGA setting.

Definition at line 57 of file ADE120x.h.

float VoltThresh

Duration of current pulse in us.

Definition at line 55 of file ADE120x.h.