|
Namespaces |
namespace | AVRCpp |
namespace | AVRCpp::EEPROM |
namespace | AVRCpp::EEPROM::Internal |
Functions |
static bool | AVRCpp::EEPROM::IsWritingFlash () |
static void | AVRCpp::EEPROM::WaitWhileWritingFlash () |
static void | AVRCpp::EEPROM::WriteOperation () |
bool | AVRCpp::EEPROM::MoveNext () |
| Increments current address unless it is pointing to the last byte in EEPROM memory.
|
void | AVRCpp::EEPROM::Write (uint8_t data) |
| Writes data to previously set address. It must not be interrupted by another request to read or write.
|
void | AVRCpp::EEPROM::Write (uint16_t address, uint8_t data) |
| Writes data to given address. It must not be interrupted by another request to read or write.
|
bool | AVRCpp::EEPROM::Internal::SavingProcess (uint16_t lastByteAddr, uint8_t *uint8Data) |
bool | AVRCpp::EEPROM::Internal::LoadingProcess (uint16_t lastByteAddr, uint8_t *uint8Data) |