Re: [avr-gcc-list] AVR Macro Reference

2012-03-31 Thread Joerg Wunsch
John Krautkramer wrote: > Studying the WinAVR & AVR Libc docs, I come across many references like: > > #define UDR UDR0 Keep in mind that this is only a compatibility layer: some (older) devices have a name like UDR (since they've only got one UART anyway), while in newer devices, the regis

Re: [avr-gcc-list] AVR Macro Reference

2012-03-30 Thread df_welch
John, You will find these terms in the Device Datasheet On 3/30/2012 2:46 PM, John Krautkramer wrote: Hi, Studying the WinAVR & AVR Libc docs, I come across many references like: #define UDR UDR0 #define UCSRA UCSR0A #define UCSRB UCSR0B #define FE FE0 #define TXENTXEN0