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

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

[avr-libc-dev] [bug #54977] ATtiny4313 missing PCMSK0


From: Paul Evans
Subject: [avr-libc-dev] [bug #54977] ATtiny4313 missing PCMSK0
Date: Tue, 6 Nov 2018 18:04:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0

URL:
  <https://savannah.nongnu.org/bugs/?54977>

                 Summary: ATtiny4313 missing PCMSK0
                 Project: AVR C Runtime Library
            Submitted by: leonerd
            Submitted on: Tue 06 Nov 2018 11:04:29 PM UTC
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 2.0.0
           Fixed Release: None

    _______________________________________________________

Details:

The data sheet defines registers PCMSK0, PCMSK1 and PCMSK2

iotn2313a.h correctly provides all three (with PCMSK being another name for
PCMSK0):

  #define PCMSK _SFR_IO8(0x020)
  #define PCMSK0 _SFR_IO8(0x020)

iotn4313.h is missing PCMSK0, and has only PCMSK:

   #define PCMSK _SFR_IO8(0x020)

The PCMSK0 definition ought to be added




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?54977>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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