Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

Library File. More...

Detailed Description

Library File.

Definition in file nvm.cpp.

Go to the source code of this file.

Functions

uint8_t get_hex_data (void)
 
uint8_t get_filtered_hex_data (void)
 
uint8_t get_record_data (void)
 
pRecordHeaderLengthAndType get_record (void)
 

Macros

#define DEBUG_FLASH   0
 

Variables

const unsigned char * icpFile
 
uint32_t flashLocation = 0
 
LT_SMBusNoPecsmbusNoPec__
 
LT_SMBusPecsmbusPec__
 

Function Documentation

◆ get_filtered_hex_data()

uint8_t get_filtered_hex_data ( void  )

Definition at line 75 of file nvm.cpp.

◆ get_hex_data()

uint8_t get_hex_data ( void  )

Definition at line 57 of file nvm.cpp.

◆ get_record()

pRecordHeaderLengthAndType get_record ( void  )

Definition at line 85 of file nvm.cpp.

◆ get_record_data()

uint8_t get_record_data ( void  )

Definition at line 80 of file nvm.cpp.

Macro Definition Documentation

◆ DEBUG_FLASH

#define DEBUG_FLASH   0

Definition at line 49 of file nvm.cpp.

Variable Documentation

◆ flashLocation

uint32_t flashLocation = 0

Definition at line 52 of file nvm.cpp.

◆ icpFile

const unsigned char* icpFile

Definition at line 51 of file nvm.cpp.

◆ smbusNoPec__

LT_SMBusNoPec* smbusNoPec__

Definition at line 54 of file nvm.cpp.

◆ smbusPec__

LT_SMBusPec* smbusPec__

Definition at line 55 of file nvm.cpp.