RTEMS CPU Kit with SuperCore
score/cpu/avr/avr/eeprom.h File Reference

Data EEPROM Contained in the AVR Microcontrollers. More...

#include <avr/io.h>
Include dependency graph for score/cpu/avr/avr/eeprom.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Data EEPROM Contained in the AVR Microcontrollers.

This header file declares the interface to some simple library routines suitable for handling the data EEPROM contained in the AVR microcontrollers. The implementation uses a simple polled mode interface. Applications that require interrupt-controlled EEPROM access to ensure that no time will be wasted in spinloops will have to deploy their own implementation.

Notes: