![]() |
GaIA BIOS Library
|
EEPROM Driver. More...
#include <stdint.h>Data Structures | |
| struct | eeprom_driver_t |
| EEPROM Driver struct. More... | |
Functions | |
| void | eeprom_type_identify (void) |
| Identifies the on-board eeprom type. | |
| int | eeprom_write (uint16_t address, const uint8_t *src, uint16_t size, uint8_t crc_mode) |
| Writes n bytes at the given address. | |
| int | eeprom_read (uint16_t address, uint8_t *dst, uint16_t size, uint8_t crc_mode) |
| Reads n bytes from the given address. | |
Variables | |
| uint8_t | eeprom_type |
| After the identification procedure, this byte contains the system eeprom configuration. | |
| uint32_t | eeprom_aux |
EEPROM Driver.