Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
eeprom_data_union Union Reference

Used to manipulate EEPROM data. More...

Detailed Description

Used to manipulate EEPROM data.

Definition at line 160 of file DC2692A.ino.

Data Structures

struct  data_struct_type
 EEPROM data structure. More...
 

Data Fields

struct eeprom_data_union::data_struct_type data_struct
 Name of structure. More...
 
char byte_array [sizeof(data_struct_type)]
 Array used to store the structure. More...
 

Field Documentation

◆ byte_array

char eeprom_data_union::byte_array

Array used to store the structure.

Definition at line 174 of file DC2692A.ino.

◆ data_struct

struct eeprom_data_union::data_struct_type eeprom_data_union::data_struct

Name of structure.


The documentation for this union was generated from the following files: