![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Library for LTC6812-1 Multicell Battery Monitor. More...
Library for LTC6812-1 Multicell Battery Monitor.
Definition in file LTC6812.cpp.
Go to the source code of this file.
Functions | |
void | LTC6812_init_reg_limits (uint8_t total_ic, cell_asic *ic) |
Initialize the Register limits. More... | |
void | LTC6812_wrcfg (uint8_t total_ic, cell_asic *ic) |
Write the LTC6812 configuration register. More... | |
void | LTC6812_wrcfgb (uint8_t total_ic, cell_asic *ic) |
Write the LTC6812 configuration register B. More... | |
int8_t | LTC6812_rdcfg (uint8_t total_ic, cell_asic *ic) |
Reads configuration registers of a LTC6812 daisy chain. More... | |
int8_t | LTC6812_rdcfgb (uint8_t total_ic, cell_asic *ic) |
Reads configuration registers of a LTC6812 daisy chain. More... | |
void | LTC6812_adcv (uint8_t MD, uint8_t DCP, uint8_t CH) |
Starts cell voltage conversion. More... | |
void | LTC6812_adax (uint8_t MD, uint8_t CHG) |
Start a GPIO and Vref2 Conversion. More... | |
void | LTC6812_adstat (uint8_t MD, uint8_t CHST) |
Start a Status ADC Conversion. More... | |
void | LTC6812_adcvsc (uint8_t MD, uint8_t DCP) |
Starts cell voltage and SOC conversion. More... | |
void | LTC6812_adcvax (uint8_t MD, uint8_t DCP) |
Starts cell voltage and GPIO 1&2 conversion. More... | |
uint8_t | LTC6812_rdcv (uint8_t reg, uint8_t total_ic, cell_asic *ic) |
Reads and parses the LTC6812 cell voltage registers. More... | |
int8_t | LTC6812_rdaux (uint8_t reg, uint8_t total_ic, cell_asic *ic) |
Reads and parses the LTC6812 auxiliary registers. More... | |
int8_t | LTC6812_rdstat (uint8_t reg, uint8_t total_ic, cell_asic *ic) |
Reads and parses the LTC6812 stat registers. More... | |
uint8_t | LTC6812_pladc () |
Sends the poll ADC command. More... | |
uint32_t | LTC6812_pollAdc () |
This function will block operation until the ADC has finished it's conversion. More... | |
void | LTC6812_clrcell () |
Clears the LTC6812 cell voltage registers. More... | |
void | LTC6812_clraux () |
Clears the LTC6812 Auxiliary registers. More... | |
void | LTC6812_clrstat () |
Clears the LTC6812 Stat registers. More... | |
void | LTC6812_diagn () |
Starts the Mux Decoder diagnostic self test Running this command will start the Mux Decoder Diagnostic Self Test. More... | |
void | LTC6812_cvst (uint8_t MD, uint8_t ST) |
Starts cell voltage self test conversion. More... | |
void | LTC6812_axst (uint8_t MD, uint8_t ST) |
Start an Auxiliary Register Self Test Conversion. More... | |
void | LTC6812_statst (uint8_t MD, uint8_t ST) |
Start a Status Register Self Test Conversion. More... | |
void | LTC6812_adol (uint8_t MD, uint8_t DCP) |
Starts Cell voltage overlap conversion. More... | |
void | LTC6812_adaxd (uint8_t MD, uint8_t CHG) |
Start an GPIO Redundancy test. More... | |
void | LTC6812_adstatd (uint8_t MD, uint8_t CHST) |
Start a Status register redundancy test Conversion. More... | |
int16_t | LTC6812_run_cell_adc_st (uint8_t adc_reg, uint8_t total_ic, cell_asic *ic, uint8_t md, bool adcopt) |
Helper function that runs the ADC Self Tests. More... | |
uint16_t | LTC6812_run_adc_overlap (uint8_t total_ic, cell_asic *ic) |
Helper Function that runs the ADC Overlap test. More... | |
int16_t | LTC6812_run_adc_redundancy_st (uint8_t adc_mode, uint8_t adc_reg, uint8_t total_ic, cell_asic *ic) |
Helper function that runs the ADC Digital Redundancy commands and checks output for errors. More... | |
void | LTC6812_adow (uint8_t MD, uint8_t PUP, uint8_t CH, uint8_t DCP) |
Start an open wire Conversion. More... | |
void | LTC6812_axow (uint8_t MD, uint8_t PUP) |
Start GPIOs open wire ADC conversion. More... | |
void | LTC6812_run_openwire_single (uint8_t total_ic, cell_asic *ic) |
Runs the data sheet algorithm for open wire for single cell detection. More... | |
void | LTC6812_run_openwire_multi (uint8_t total_ic, cell_asic *ic) |
Runs the data sheet algorithm for open wire for multiple cell and two consecutive cells detection. More... | |
void | LTC6812_run_gpio_openwire (uint8_t total_ic, cell_asic *ic) |
Runs open wire for GPIOs. More... | |
void | LTC6812_set_discharge (int Cell, uint8_t total_ic, cell_asic *ic) |
Helper function to set discharge bit in CFG register. More... | |
void | LTC6812_clear_discharge (uint8_t total_ic, cell_asic *ic) |
Clears all of the DCC bits in the configuration registers. More... | |
void | LTC6812_wrpwm (uint8_t total_ic, uint8_t pwmReg, cell_asic *ic) |
Write the LTC6812 PWM register. More... | |
int8_t | LTC6812_rdpwm (uint8_t total_ic, uint8_t pwmReg, cell_asic *ic) |
Reads pwm registers of a LTC6811 daisy chain. More... | |
void | LTC6812_wrsctrl (uint8_t total_ic, uint8_t sctrl_reg, cell_asic *ic) |
Write the LTC6812 Sctrl register. More... | |
int8_t | LTC6812_rdsctrl (uint8_t total_ic, uint8_t sctrl_reg, cell_asic *ic) |
Reads sctrl registers of a LTC6812 daisy chain. More... | |
void | LTC6812_stsctrl () |
Start Sctrl data communication This command will start the sctrl pulse communication over the spins. More... | |
void | LTC6812_clrsctrl () |
Clears the LTC6812 Sctrl registers. More... | |
void | LTC6812_wrpsb (uint8_t total_ic, cell_asic *ic) |
Write the 6812 PWM/Sctrl Register B. More... | |
int8_t | LTC6812_rdpsb (uint8_t total_ic, cell_asic *ic) |
Reading pwm/s control register b. More... | |
void | LTC6812_wrcomm (uint8_t total_ic, cell_asic *ic) |
Write the LTC6812 COMM register. More... | |
int8_t | LTC6812_rdcomm (uint8_t total_ic, cell_asic *ic) |
Reads comm registers of a LTC6812 daisy chain. More... | |
void | LTC6812_stcomm (uint8_t len) |
Issues a stcomm command and clocks data out of the COMM register. More... | |
void | LTC6812_mute () |
Mutes the LTC6812 discharge transistors. More... | |
void | LTC6812_unmute () |
Clears the LTC6812 Mute Discharge. More... | |
void | LTC6812_check_pec (uint8_t total_ic, uint8_t reg, cell_asic *ic) |
Helper Function that counts overall PEC errors and register/IC PEC errors. More... | |
void | LTC6812_reset_crc_count (uint8_t total_ic, cell_asic *ic) |
Helper Function that resets the PEC error counters. More... | |
void | LTC6812_init_cfg (uint8_t total_ic, cell_asic *ic) |
Helper Function to initialize the CFGR data structures. More... | |
void | LTC6812_set_cfgr (uint8_t nIC, cell_asic *ic, bool refon, bool adcopt, bool gpio[5], bool dcc[12], bool dcto[4], uint16_t uv, uint16_t ov) |
Helper function to set appropriate bits in CFGR register based on bit function. More... | |
void | LTC6812_set_cfgr_refon (uint8_t nIC, cell_asic *ic, bool refon) |
Helper function to turn the refon bit HIGH or LOW. More... | |
void | LTC6812_set_cfgr_adcopt (uint8_t nIC, cell_asic *ic, bool adcopt) |
Helper function to turn the ADCOPT bit HIGH or LOW. More... | |
void | LTC6812_set_cfgr_gpio (uint8_t nIC, cell_asic *ic, bool gpio[5]) |
void | LTC6812_set_cfgr_dis (uint8_t nIC, cell_asic *ic, bool dcc[12]) |
void | LTC6812_set_cfgr_dcto (uint8_t nIC, cell_asic *ic, bool dcto[4]) |
Helper Function to set dcto value in CFG register. More... | |
void | LTC6812_set_cfgr_uv (uint8_t nIC, cell_asic *ic, uint16_t uv) |
Helper function to set uv field in CFGRA register. More... | |
void | LTC6812_set_cfgr_ov (uint8_t nIC, cell_asic *ic, uint16_t ov) |
Helper function to set OV field in CFGRA register. More... | |
void | LTC6812_init_cfgb (uint8_t total_ic, cell_asic *ic) |
Helper Function to initialize the CFGR B data structures. More... | |
void | LTC6812_set_cfgrb (uint8_t nIC, cell_asic *ic, bool fdrf, bool dtmen, bool ps[2], bool gpiobits[4], bool dccbits[4]) |
Helper function to set appropriate bits in CFGR register based on bit function. More... | |
void | LTC6812_set_cfgrb_fdrf (uint8_t nIC, cell_asic *ic, bool fdrf) |
Helper function to turn the FDRF bit HIGH or LOW. More... | |
void | LTC6812_set_cfgrb_dtmen (uint8_t nIC, cell_asic *ic, bool dtmen) |
Helper function to turn the DTMEN bit HIGH or LOW. More... | |
void | LTC6812_set_cfgrb_ps (uint8_t nIC, cell_asic *ic, bool ps[]) |
Helper function to turn the Path Select bit HIGH or LOW. More... | |
void | LTC6812_set_cfgrb_gpio_b (uint8_t nIC, cell_asic *ic, bool gpiobits[]) |
Helper function to turn the GPIO bit HIGH or LOW. More... | |
void | LTC6812_set_cfgrb_dcc_b (uint8_t nIC, cell_asic *ic, bool dccbits[]) |
Helper function to turn the DCC bit HIGH or LOW. More... | |
void LTC6812_adax | ( | uint8_t | MD, |
uint8_t | CHG | ||
) |
Start a GPIO and Vref2 Conversion.
MD | ADC Conversion Mode |
CHG | Sets which GPIO channels are converted |
Definition at line 137 of file LTC6812.cpp.
void LTC6812_adaxd | ( | uint8_t | MD, |
uint8_t | CHG | ||
) |
Start an GPIO Redundancy test.
MD | ADC Conversion Mode |
CHG | Sets which GPIO channels are converted |
Definition at line 294 of file LTC6812.cpp.
void LTC6812_adcv | ( | uint8_t | MD, |
uint8_t | DCP, | ||
uint8_t | CH | ||
) |
Starts cell voltage conversion.
MD | ADC Conversion Mode |
DCP | Controls if Discharge is permitted during conversion |
CH | Sets which Cell channels are converted |
Definition at line 128 of file LTC6812.cpp.
void LTC6812_adcvax | ( | uint8_t | MD, |
uint8_t | DCP | ||
) |
Starts cell voltage and GPIO 1&2 conversion.
MD | ADC Conversion Mode |
DCP | Controls if Discharge is permitted during conversion |
Definition at line 161 of file LTC6812.cpp.
void LTC6812_adcvsc | ( | uint8_t | MD, |
uint8_t | DCP | ||
) |
Starts cell voltage and SOC conversion.
MD | ADC Conversion Mode |
DCP | Controls if Discharge is permitted during conversion |
Definition at line 153 of file LTC6812.cpp.
void LTC6812_adol | ( | uint8_t | MD, |
uint8_t | DCP | ||
) |
Starts Cell voltage overlap conversion.
MD | ADC Conversion Mode |
DCP | Discharge permitted during conversion |
Definition at line 286 of file LTC6812.cpp.
void LTC6812_adow | ( | uint8_t | MD, |
uint8_t | PUP, | ||
uint8_t | CH, | ||
uint8_t | DCP | ||
) |
Start an open wire Conversion.
MD | ADC Conversion Mode |
PUP | Pull up/Pull down current |
CH | Sets which Cell channels are converted |
DCP | Discharge permitted during conversion |
Definition at line 369 of file LTC6812.cpp.
void LTC6812_adstat | ( | uint8_t | MD, |
uint8_t | CHST | ||
) |
Start a Status ADC Conversion.
MD | ADC Conversion Mode |
CHST | Sets which Stat channels are converted |
Definition at line 145 of file LTC6812.cpp.
void LTC6812_adstatd | ( | uint8_t | MD, |
uint8_t | CHST | ||
) |
Start a Status register redundancy test Conversion.
MD | ADC Mode |
CHST | Sets which Status channels are converted |
Definition at line 302 of file LTC6812.cpp.
void LTC6812_axow | ( | uint8_t | MD, |
uint8_t | PUP | ||
) |
Start GPIOs open wire ADC conversion.
MD | ADC Mode |
PUP | Pull up/Pull down current |
Definition at line 379 of file LTC6812.cpp.
void LTC6812_axst | ( | uint8_t | MD, |
uint8_t | ST | ||
) |
Start an Auxiliary Register Self Test Conversion.
MD | ADC Conversion Mode |
ST | Sets if self test 1 or 2 is run |
Definition at line 270 of file LTC6812.cpp.
void LTC6812_check_pec | ( | uint8_t | total_ic, |
uint8_t | reg, | ||
cell_asic * | ic | ||
) |
Helper Function that counts overall PEC errors and register/IC PEC errors.
total_ic | Number of ICs in the daisy chain |
reg | Type of register |
ic | A two dimensional array that will store the data |
Definition at line 624 of file LTC6812.cpp.
void LTC6812_clear_discharge | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Clears all of the DCC bits in the configuration registers.
total_ic | Number of ICs in the system |
ic | A two dimensional array that will store the data |
Definition at line 435 of file LTC6812.cpp.
void LTC6812_clraux | ( | ) |
void LTC6812_clrcell | ( | ) |
void LTC6812_clrsctrl | ( | ) |
void LTC6812_clrstat | ( | ) |
void LTC6812_cvst | ( | uint8_t | MD, |
uint8_t | ST | ||
) |
Starts cell voltage self test conversion.
MD | ADC Conversion Mode |
ST | Sets if self test 1 or 2 is run |
Definition at line 262 of file LTC6812.cpp.
void LTC6812_diagn | ( | ) |
Starts the Mux Decoder diagnostic self test Running this command will start the Mux Decoder Diagnostic Self Test.
This test takes roughly 1ms to complete. The MUXFAIL bit will be updated. The bit will be set to 1 for a failure and 0 if the test has been passed.
Definition at line 256 of file LTC6812.cpp.
void LTC6812_init_cfg | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Helper Function to initialize the CFGR data structures.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 636 of file LTC6812.cpp.
void LTC6812_init_cfgb | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Helper Function to initialize the CFGR B data structures.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 688 of file LTC6812.cpp.
void LTC6812_init_reg_limits | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Initialize the Register limits.
total_ic | Number of ICs in the system |
ic | A two dimensional array that will store the data |
Definition at line 68 of file LTC6812.cpp.
void LTC6812_mute | ( | ) |
uint8_t LTC6812_pladc | ( | ) |
Sends the poll ADC command.
Definition at line 213 of file LTC6812.cpp.
uint32_t LTC6812_pollAdc | ( | ) |
This function will block operation until the ADC has finished it's conversion.
Definition at line 219 of file LTC6812.cpp.
int8_t LTC6812_rdaux | ( | uint8_t | reg, |
uint8_t | total_ic, | ||
cell_asic * | ic | ||
) |
Reads and parses the LTC6812 auxiliary registers.
reg | Controls which GPIO voltage register is read back |
total_ic | The number of ICs in the daisy chain |
ic | A two dimensional array of the parsed gpio voltage codes |
Definition at line 186 of file LTC6812.cpp.
int8_t LTC6812_rdcfg | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Reads configuration registers of a LTC6812 daisy chain.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that the function stores the read configuration data |
Definition at line 108 of file LTC6812.cpp.
int8_t LTC6812_rdcfgb | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Reads configuration registers of a LTC6812 daisy chain.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that the function stores the read configuration data |
Definition at line 118 of file LTC6812.cpp.
int8_t LTC6812_rdcomm | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Reads comm registers of a LTC6812 daisy chain.
total_ic | Number of ICs in the daisy chain |
ic | Two dimensional array that the function stores the read comm data |
Definition at line 588 of file LTC6812.cpp.
uint8_t LTC6812_rdcv | ( | uint8_t | reg, |
uint8_t | total_ic, | ||
cell_asic * | ic | ||
) |
Reads and parses the LTC6812 cell voltage registers.
reg | Controls which cell voltage register is read back |
total_ic | The number of ICs in the daisy chain |
ic | Array of the parsed cell codes from lowest to highest |
Definition at line 172 of file LTC6812.cpp.
int8_t LTC6812_rdpsb | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Reading pwm/s control register b.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that the function stores the read data |
Definition at line 526 of file LTC6812.cpp.
int8_t LTC6812_rdpwm | ( | uint8_t | total_ic, |
uint8_t | pwmReg, | ||
cell_asic * | ic | ||
) |
Reads pwm registers of a LTC6811 daisy chain.
total_ic | Number of ICs in the daisy chain |
pwmReg | Select register |
ic | A two dimensional array that the function stores the read pwm data |
Definition at line 453 of file LTC6812.cpp.
int8_t LTC6812_rdsctrl | ( | uint8_t | total_ic, |
uint8_t | sctrl_reg, | ||
cell_asic * | ic | ||
) |
Reads sctrl registers of a LTC6812 daisy chain.
total_ic | Number of ICs in the daisy chain |
sctrl_reg | Select register |
ic | A two dimensional array that the function stores the read data |
Definition at line 473 of file LTC6812.cpp.
int8_t LTC6812_rdstat | ( | uint8_t | reg, |
uint8_t | total_ic, | ||
cell_asic * | ic | ||
) |
Reads and parses the LTC6812 stat registers.
reg | Determines which Stat register is read back |
total_ic | The number of ICs in the system |
ic | A two dimensional array that will store the data |
Definition at line 202 of file LTC6812.cpp.
void LTC6812_reset_crc_count | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Helper Function that resets the PEC error counters.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 630 of file LTC6812.cpp.
uint16_t LTC6812_run_adc_overlap | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Helper Function that runs the ADC Overlap test.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 323 of file LTC6812.cpp.
int16_t LTC6812_run_adc_redundancy_st | ( | uint8_t | adc_mode, |
uint8_t | adc_reg, | ||
uint8_t | total_ic, | ||
cell_asic * | ic | ||
) |
Helper function that runs the ADC Digital Redundancy commands and checks output for errors.
adc_mode | ADC Mode |
adc_reg | Type of register |
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 357 of file LTC6812.cpp.
int16_t LTC6812_run_cell_adc_st | ( | uint8_t | adc_reg, |
uint8_t | total_ic, | ||
cell_asic * | ic, | ||
uint8_t | md, | ||
bool | adcopt | ||
) |
Helper function that runs the ADC Self Tests.
adc_reg | Type of register |
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
md | ADC Mode |
adcopt | The ADCOPT bit in the configuration register |
Definition at line 310 of file LTC6812.cpp.
void LTC6812_run_gpio_openwire | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Runs open wire for GPIOs.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 399 of file LTC6812.cpp.
void LTC6812_run_openwire_multi | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Runs the data sheet algorithm for open wire for multiple cell and two consecutive cells detection.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 393 of file LTC6812.cpp.
void LTC6812_run_openwire_single | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Runs the data sheet algorithm for open wire for single cell detection.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 387 of file LTC6812.cpp.
void LTC6812_set_cfgr | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | refon, | ||
bool | adcopt, | ||
bool | gpio[5], | ||
bool | dcc[12], | ||
bool | dcto[4], | ||
uint16_t | uv, | ||
uint16_t | ov | ||
) |
Helper function to set appropriate bits in CFGR register based on bit function.
nIC | Current IC |
ic | A two dimensional array that will store the data |
refon | The REFON bit |
adcopt | The ADCOPT bit |
gpio | The GPIO bits |
dcc | The DCC bits |
dcto | The Dcto bits |
uv | The UV value |
ov | The OV value |
Definition at line 641 of file LTC6812.cpp.
void LTC6812_set_cfgr_adcopt | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | adcopt | ||
) |
Helper function to turn the ADCOPT bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
adcopt | The ADCOPT bit |
Definition at line 657 of file LTC6812.cpp.
void LTC6812_set_cfgr_dcto | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | dcto[4] | ||
) |
Helper Function to set dcto value in CFG register.
nIC | Current IC |
ic | A two dimensional array that will store the data |
dcto | The Dcto bits |
Definition at line 672 of file LTC6812.cpp.
void LTC6812_set_cfgr_dis | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | dcc[12] | ||
) |
Definition at line 667 of file LTC6812.cpp.
void LTC6812_set_cfgr_gpio | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | gpio[5] | ||
) |
Definition at line 662 of file LTC6812.cpp.
void LTC6812_set_cfgr_ov | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
uint16_t | ov | ||
) |
Helper function to set OV field in CFGRA register.
nIC | Current IC |
ic | A two dimensional array that will store the data |
ov | The OV value |
Definition at line 682 of file LTC6812.cpp.
void LTC6812_set_cfgr_refon | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | refon | ||
) |
Helper function to turn the refon bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
refon | The REFON bit |
Definition at line 652 of file LTC6812.cpp.
void LTC6812_set_cfgr_uv | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
uint16_t | uv | ||
) |
Helper function to set uv field in CFGRA register.
nIC | Current IC |
ic | A two dimensional array that will store the data |
uv | The UV value |
Definition at line 677 of file LTC6812.cpp.
void LTC6812_set_cfgrb | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | fdrf, | ||
bool | dtmen, | ||
bool | ps[2], | ||
bool | gpiobits[4], | ||
bool | dccbits[4] | ||
) |
Helper function to set appropriate bits in CFGR register based on bit function.
nIC | Current IC |
ic | A two dimensional array that will store the data |
fdrf | The FDRF bit |
dtmen | The DTMEN bit |
ps | Path selection bits |
gpiobits | The GPIO bits |
dccbits | The DCC bits |
Definition at line 700 of file LTC6812.cpp.
void LTC6812_set_cfgrb_dcc_b | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | dccbits[] | ||
) |
Helper function to turn the DCC bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
dccbits | The DCC bits |
Definition at line 744 of file LTC6812.cpp.
void LTC6812_set_cfgrb_dtmen | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | dtmen | ||
) |
Helper function to turn the DTMEN bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
dtmen | The DTMEN bit |
Definition at line 717 of file LTC6812.cpp.
void LTC6812_set_cfgrb_fdrf | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | fdrf | ||
) |
Helper function to turn the FDRF bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
fdrf | The FDRF bit |
Definition at line 710 of file LTC6812.cpp.
void LTC6812_set_cfgrb_gpio_b | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | gpiobits[] | ||
) |
Helper function to turn the GPIO bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
gpiobits | The GPIO bits |
Definition at line 734 of file LTC6812.cpp.
void LTC6812_set_cfgrb_ps | ( | uint8_t | nIC, |
cell_asic * | ic, | ||
bool | ps[] | ||
) |
Helper function to turn the Path Select bit HIGH or LOW.
nIC | Current IC |
ic | A two dimensional array that will store the data |
ps | Path selection bits |
Definition at line 724 of file LTC6812.cpp.
void LTC6812_set_discharge | ( | int | Cell, |
uint8_t | total_ic, | ||
cell_asic * | ic | ||
) |
Helper function to set discharge bit in CFG register.
Cell | The cell to be discharged |
total_ic | Number of ICs in the system |
ic | A two dimensional array that will store the data |
Definition at line 407 of file LTC6812.cpp.
void LTC6812_statst | ( | uint8_t | MD, |
uint8_t | ST | ||
) |
Start a Status Register Self Test Conversion.
MD | ADC Conversion Mode |
ST | Sets if self test 1 or 2 is run |
Definition at line 278 of file LTC6812.cpp.
void LTC6812_stcomm | ( | uint8_t | len | ) |
Issues a stcomm command and clocks data out of the COMM register.
Definition at line 598 of file LTC6812.cpp.
void LTC6812_stsctrl | ( | ) |
Start Sctrl data communication This command will start the sctrl pulse communication over the spins.
Definition at line 484 of file LTC6812.cpp.
void LTC6812_unmute | ( | ) |
void LTC6812_wrcfg | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Write the LTC6812 configuration register.
total_ic | The number of ICs being written |
ic | A two dimensional array of the configuration data that will be written |
Definition at line 88 of file LTC6812.cpp.
void LTC6812_wrcfgb | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Write the LTC6812 configuration register B.
total_ic | The number of ICs being written |
ic | A two dimensional array of the configuration data that will be written |
Definition at line 100 of file LTC6812.cpp.
void LTC6812_wrcomm | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Write the LTC6812 COMM register.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array of the comm data that will be written |
Definition at line 580 of file LTC6812.cpp.
void LTC6812_wrpsb | ( | uint8_t | total_ic, |
cell_asic * | ic | ||
) |
Write the 6812 PWM/Sctrl Register B.
total_ic | Number of ICs in the daisy chain |
ic | A two dimensional array that will store the data |
Definition at line 500 of file LTC6812.cpp.
void LTC6812_wrpwm | ( | uint8_t | total_ic, |
uint8_t | pwmReg, | ||
cell_asic * | ic | ||
) |
Write the LTC6812 PWM register.
total_ic | Number of ICs in the daisy chain |
pwmReg | Select register |
ic | a two dimensional array that will store the data |
Definition at line 444 of file LTC6812.cpp.
void LTC6812_wrsctrl | ( | uint8_t | total_ic, |
uint8_t | sctrl_reg, | ||
cell_asic * | ic | ||
) |
Write the LTC6812 Sctrl register.
total_ic | Number of ICs in the daisy chain |
sctrl_reg | Select register |
ic | A two dimensional array that will store the data |
Definition at line 464 of file LTC6812.cpp.