Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DM_FATFileSystem EthernetInterface HTTPClient mbed-rtos mbed-src
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 Thu Jul 14 2022 15:41:14 by
1.7.2
