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

Status Reg data structure. More...

Detailed Description

Status Reg data structure.

Definition at line 131 of file LTC681x.h.

Data Fields

uint16_t stat_codes [4]
 Status codes. More...
 
uint8_t flags [3]
 Byte array that contains the uv/ov flag data. More...
 
uint8_t mux_fail [1]
 Mux self test status flag. More...
 
uint8_t thsd [1]
 Thermal shutdown status. More...
 
uint8_t pec_match [2]
 If a PEC error was detected during most recent read cmd. More...
 

Field Documentation

◆ flags

uint8_t st::flags[3]

Byte array that contains the uv/ov flag data.

Definition at line 134 of file LTC681x.h.

◆ mux_fail

uint8_t st::mux_fail[1]

Mux self test status flag.

Definition at line 135 of file LTC681x.h.

◆ pec_match

uint8_t st::pec_match[2]

If a PEC error was detected during most recent read cmd.

Definition at line 137 of file LTC681x.h.

◆ stat_codes

uint16_t st::stat_codes[4]

Status codes.

Definition at line 133 of file LTC681x.h.

◆ thsd

uint8_t st::thsd[1]

Thermal shutdown status.

Definition at line 136 of file LTC681x.h.


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