avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #28574] Xmega D ADC struct missing registers


From: Joerg Wunsch
Subject: [avr-libc-dev] [bug #28574] Xmega D ADC struct missing registers
Date: Thu, 15 Apr 2010 13:58:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5

Follow-up Comment #10, bug #28574 (project avr-libc):

As these reserved locations are part of a C struct, you
cannot have "holes" in them, so the C struct definition must
necessarily differ from the XML description (which can simply
omit the unused IO registers).

Filling these holes with "reserved_0x**" is already done in
other parts of the Xmega header files.  (I would probably
have preferred using __reserved_0x** so the names are in
the implementation namespace rather than the application
namespace, but that's already a little late right now.)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28574>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]