EVE 1.0
eeprom_state_t Struct Reference

#include <arch-eeprom.h>

Data Fields

uint16_t read_page
 
uint16_t write_page
 
uint8_t read_bank
 
uint8_t write_bank
 
bool opened
 

Detailed Description

EEPROM private state

Definition at line 49 of file arch-eeprom.h.

Field Documentation

uint16_t eeprom_state_t::read_page

Current read element in the read bank

Definition at line 50 of file arch-eeprom.h.

uint16_t eeprom_state_t::write_page

Current write element in the write bank

Definition at line 51 of file arch-eeprom.h.

uint8_t eeprom_state_t::read_bank

Index of the bank currently in use for read op.

Definition at line 52 of file arch-eeprom.h.

uint8_t eeprom_state_t::write_bank

Tndex of the bank currently in use for write op.

Definition at line 53 of file arch-eeprom.h.

bool eeprom_state_t::opened

True if the EEPROM was successfully opened

Definition at line 54 of file arch-eeprom.h.