Struct avr_device::atmega2560::usart0::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub ucsr0a: UCSR0A,
pub ucsr0b: UCSR0B,
pub ucsr0c: UCSR0C,
pub ubrr0: UBRR0,
pub udr0: UDR0,
/* private fields */
}Expand description
Register block
Fields§
§ucsr0a: UCSR0A0x00 - USART Control and Status Register A
ucsr0b: UCSR0B0x01 - USART Control and Status Register B
ucsr0c: UCSR0C0x02 - USART Control and Status Register C
ubrr0: UBRR00x04 - USART Baud Rate Register Bytes
udr0: UDR00x06 - USART I/O Data Register