2007-12-06 Shaun Jackman * include/avr/io90pwm316.h (POEN1A, POEN1B, PSYNC10, PSYNC11): New constant. Index: ./include/avr/io90pwm316.h =================================================================== RCS file: /sources/avr-libc/avr-libc/include/avr/io90pwm316.h,v retrieving revision 1.3 diff -u -p -r1.3 io90pwm316.h --- ./include/avr/io90pwm316.h 8 Oct 2007 22:36:53 -0000 1.3 +++ ./include/avr/io90pwm316.h 7 Dec 2007 03:52:35 -0000 @@ -906,6 +906,10 @@ /* PSC 1 Synchro and Output Configuration */ #define PSOC1 _SFR_MEM8(0xE0) +#define POEN1A 0 /* PSC 0 OUT Part A Output Enable */ +#define POEN1B 2 /* PSC 0 OUT Part B Output Enable */ +#define PSYNC10 4 /* Synchronization Out for ADC Selection bit0 */ +#define PSYNC11 5 /* Synchronization Out for ADC Selection bit1 */ /* Output Compare SA Registers */ #define OCR1SA _SFR_MEM16(0xE2)