Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
NVM Class Reference

Detailed Description

Definition at line 59 of file nvm.h.

Public Member Functions

 NVM (LT_SMBusNoPec *, LT_SMBusPec *)
 Constructor. More...
 
bool programWithData (const unsigned char *)
 Program with hex data. More...
 
bool verifyWithData (const unsigned char *)
 Verifies board NVM with hex data. More...
 

Member Function Documentation

◆ programWithData()

bool NVM::programWithData ( const unsigned char *  data)

Program with hex data.

Returns
true if data loaded.
Parameters
dataarray of hex data

Definition at line 96 of file nvm.cpp.

◆ verifyWithData()

bool NVM::verifyWithData ( const unsigned char *  data)

Verifies board NVM with hex data.

Returns
true if NVM configuration matches the hex data.

Definition at line 111 of file nvm.cpp.

Constructor & Destructor Documentation

◆ NVM()

NVM::NVM ( LT_SMBusNoPec smbusNoPec,
LT_SMBusPec smbusPec 
)

Constructor.

Parameters
smbusNoPecreference to no pec smbus object
smbusPecreference to pec smbus object

Definition at line 90 of file nvm.cpp.


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