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
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:
-
address the address to read from data buffer to store read data in size number of bytes to read
- Returns:
- True on success False on failure
Definition at line 45 of file BiosEEPROM.cpp.
Generated on Tue Jul 12 2022 14:18:31 by 1.7.2