Expand description
EEPROM (Electrically Erasable Programmable Read-Only Memory) interface.
These functions are highly platform-specific and should only be used by
applications that need to directly interact with non-volatile memory hardware.
All functions in this module are unsafe.
Functions§
- power_
down ⚠ - Powers down a specific bank of EEPROM.
- power_
up ⚠ - Powers up a specific bank of EEPROM.
- write_
disable ⚠ - Disables write operations for a specific bank of EEPROM.
- write_
enable ⚠ - Enables write operations for a specific bank of EEPROM.
- write_
u8 ⚠ - Writes one byte to an EEPROM address.
- write_
u16 ⚠ - Writes two bytes to an EEPROM address.
- write_
u32 ⚠ - Writes four bytes to an EEPROM address.