Struct avr_device::atmega2560::usart3::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub ucsr3a: UCSR3A,
pub ucsr3b: UCSR3B,
pub ucsr3c: UCSR3C,
pub ubrr3: UBRR3,
pub udr3: UDR3,
/* private fields */
}Expand description
Register block
Fields§
§ucsr3a: UCSR3A0x00 - USART Control and Status Register A
ucsr3b: UCSR3B0x01 - USART Control and Status Register B
ucsr3c: UCSR3C0x02 - USART Control and Status Register C
ubrr3: UBRR30x04 - USART Baud Rate Register Bytes
udr3: UDR30x06 - USART I/O Data Register