Struct avr_device::atmega2560::usart2::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub ucsr2a: UCSR2A,
pub ucsr2b: UCSR2B,
pub ucsr2c: UCSR2C,
pub ubrr2: UBRR2,
pub udr2: UDR2,
/* private fields */
}Expand description
Register block
Fields§
§ucsr2a: UCSR2A0x00 - USART Control and Status Register A
ucsr2b: UCSR2B0x01 - USART Control and Status Register B
ucsr2c: UCSR2C0x02 - USART Control and Status Register C
ubrr2: UBRR20x04 - USART Baud Rate Register Bytes
udr2: UDR20x06 - USART I/O Data Register