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

IC register structure. More...

Detailed Description

IC register structure.

Definition at line 141 of file LTC681x.h.

Data Fields

uint8_t tx_data [6]
 Stores data to be transmitted. More...
 
uint8_t rx_data [8]
 Stores received data. More...
 
uint8_t rx_pec_match
 If a PEC error was detected during most recent read cmd. More...
 

Field Documentation

◆ rx_data

uint8_t ic_register::rx_data[8]

Stores received data.

Definition at line 144 of file LTC681x.h.

◆ rx_pec_match

uint8_t ic_register::rx_pec_match

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

Definition at line 145 of file LTC681x.h.

◆ tx_data

uint8_t ic_register::tx_data[6]

Stores data to be transmitted.

Definition at line 143 of file LTC681x.h.


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