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

PEC error counter structure. More...

Detailed Description

PEC error counter structure.

Definition at line 149 of file LTC681x.h.

Data Fields

uint16_t pec_count
 Overall PEC error count. More...
 
uint16_t cfgr_pec
 Configuration register data PEC error count. More...
 
uint16_t cell_pec [6]
 Cell voltage register data PEC error count. More...
 
uint16_t aux_pec [4]
 Aux register data PEC error count. More...
 
uint16_t stat_pec [2]
 Status register data PEC error count. More...
 

Field Documentation

◆ aux_pec

uint16_t pec_counter::aux_pec[4]

Aux register data PEC error count.

Definition at line 154 of file LTC681x.h.

◆ cell_pec

uint16_t pec_counter::cell_pec[6]

Cell voltage register data PEC error count.

Definition at line 153 of file LTC681x.h.

◆ cfgr_pec

uint16_t pec_counter::cfgr_pec

Configuration register data PEC error count.

Definition at line 152 of file LTC681x.h.

◆ pec_count

uint16_t pec_counter::pec_count

Overall PEC error count.

Definition at line 151 of file LTC681x.h.

◆ stat_pec

uint16_t pec_counter::stat_pec[2]

Status register data PEC error count.

Definition at line 155 of file LTC681x.h.


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