Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
LTC3335_ALARM_TYPE Struct Reference

The alarm conditions which cause the LTC3335 to activate the /INT pin. More...

Detailed Description

The alarm conditions which cause the LTC3335 to activate the /INT pin.

Definition at line 152 of file LTC3335.h.

Data Fields

unsigned ac_on_time_overflow:1
 AC(ON) time operating fault (tAC > tFS) due to improperly chosen inductor value timing out the AC(ON) measurement. More...
 
unsigned coulomb_counter_overflow:1
 Coulomb counter operating fault due to an improperly chosen prescalar causing the ripple counter to overflow. More...
 
unsigned alarm_trip:1
 Accumulator value has met or exceeded the alarm threshold value. More...
 
unsigned unused:5
 

Field Documentation

◆ ac_on_time_overflow

unsigned LTC3335_ALARM_TYPE::ac_on_time_overflow

AC(ON) time operating fault (tAC > tFS) due to improperly chosen inductor value timing out the AC(ON) measurement.

Definition at line 154 of file LTC3335.h.

◆ alarm_trip

unsigned LTC3335_ALARM_TYPE::alarm_trip

Accumulator value has met or exceeded the alarm threshold value.

Definition at line 156 of file LTC3335.h.

◆ coulomb_counter_overflow

unsigned LTC3335_ALARM_TYPE::coulomb_counter_overflow

Coulomb counter operating fault due to an improperly chosen prescalar causing the ripple counter to overflow.

Definition at line 155 of file LTC3335.h.

◆ unused

unsigned LTC3335_ALARM_TYPE::unused

Definition at line 157 of file LTC3335.h.


The documentation for this struct was generated from the following file: