~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to include/avr/iox192a3.h

  • Committer: Package Import Robot
  • Author(s): Hakan Ardo
  • Date: 2012-05-23 10:30:07 UTC
  • mfrom: (1.1.11) (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120523103007-h7u5fhm6n13wds9e
Tags: 1:1.8.0-2
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iox192a3.h 2200 2010-12-14 04:24:24Z arcanum $ */
 
31
/* $Id: iox192a3.h 2218 2011-02-21 19:43:03Z arcanum $ */
32
32
 
33
33
/* avr/iox192a3.h - definitions for ATxmega192A3 */
34
34
 
6798
6798
#define IO_END       (IO_START + IO_SIZE - 1)
6799
6799
 
6800
6800
#define MAPPED_EEPROM_START     (0x1000)
6801
 
#define MAPPED_EEPROM_SIZE      (4096)
 
6801
#define MAPPED_EEPROM_SIZE      (2048)
6802
6802
#define MAPPED_EEPROM_PAGE_SIZE (0)
6803
6803
#define MAPPED_EEPROM_END       (MAPPED_EEPROM_START + MAPPED_EEPROM_SIZE - 1)
6804
6804
 
6808
6808
#define INTERNAL_SRAM_END       (INTERNAL_SRAM_START + INTERNAL_SRAM_SIZE - 1)
6809
6809
 
6810
6810
#define EEPROM_START     (0x0000)
6811
 
#define EEPROM_SIZE      (4096)
 
6811
#define EEPROM_SIZE      (2048)
6812
6812
#define EEPROM_PAGE_SIZE (32)
6813
6813
#define EEPROM_END       (EEPROM_START + EEPROM_SIZE - 1)
6814
6814