Subdirectory provided by Embedded Artists

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src

Dependents:   lpc4088_displaymodule_hello_world_Sept_2018

Fork of DMSupport by Embedded Artists

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.