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/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-libc-dev