Struct avr_device::atmega2560::usart1::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub ucsr1a: UCSR1A,
pub ucsr1b: UCSR1B,
pub ucsr1c: UCSR1C,
pub ubrr1: UBRR1,
pub udr1: UDR1,
/* private fields */
}Expand description
Register block
Fields§
§ucsr1a: UCSR1A0x00 - USART Control and Status Register A
ucsr1b: UCSR1B0x01 - USART Control and Status Register B
ucsr1c: UCSR1C0x02 - USART Control and Status Register C
ubrr1: UBRR10x04 - USART Baud Rate Register Bytes
udr1: UDR10x06 - USART I/O Data Register