Skip to main content

Module eeprom

Module eeprom 

Source
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.