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

Register configuration structure. More...

Detailed Description

Register configuration structure.

Definition at line 159 of file LTC681x.h.

Data Fields

uint8_t cell_channels
 Number of Cell channels. More...
 
uint8_t stat_channels
 Number of Stat channels. More...
 
uint8_t aux_channels
 Number of Aux channels. More...
 
uint8_t num_cv_reg
 Number of Cell voltage register. More...
 
uint8_t num_gpio_reg
 Number of Aux register. More...
 
uint8_t num_stat_reg
 Number of Status register. More...
 

Field Documentation

◆ aux_channels

uint8_t register_cfg::aux_channels

Number of Aux channels.

Definition at line 163 of file LTC681x.h.

◆ cell_channels

uint8_t register_cfg::cell_channels

Number of Cell channels.

Definition at line 161 of file LTC681x.h.

◆ num_cv_reg

uint8_t register_cfg::num_cv_reg

Number of Cell voltage register.

Definition at line 164 of file LTC681x.h.

◆ num_gpio_reg

uint8_t register_cfg::num_gpio_reg

Number of Aux register.

Definition at line 165 of file LTC681x.h.

◆ num_stat_reg

uint8_t register_cfg::num_stat_reg

Number of Status register.

Definition at line 166 of file LTC681x.h.

◆ stat_channels

uint8_t register_cfg::stat_channels

Number of Stat channels.

Definition at line 162 of file LTC681x.h.


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