A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Embed: (wiki syntax)

« Back to documentation index

BiosEEPROM Class Reference

BiosEEPROM Class Reference

Bios EEPROM Driver. More...

#include <BiosEEPROM.h>

Public Member Functions

bool read (uint32_t address, char *data, uint32_t size)
 Reads.

Detailed Description

Bios EEPROM Driver.

Definition at line 25 of file BiosEEPROM.h.


Member Function Documentation

bool read ( uint32_t  address,
char *  data,
uint32_t  size 
)

Reads.

Parameters:
addressthe address to read from
databuffer to store read data in
sizenumber of bytes to read
Returns:
True on success False on failure

Definition at line 45 of file BiosEEPROM.cpp.