#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - USART Control and Status Register A"]
pub ucsr1a: crate::Reg<ucsr1a::UCSR1A_SPEC>,
#[doc = "0x01 - USART Control and Status Register B"]
pub ucsr1b: crate::Reg<ucsr1b::UCSR1B_SPEC>,
#[doc = "0x02 - USART Control and Status Register C"]
pub ucsr1c: crate::Reg<ucsr1c::UCSR1C_SPEC>,
_reserved3: [u8; 1usize],
#[doc = "0x04 - USART Baud Rate Register Bytes"]
pub ubrr1: crate::Reg<ubrr1::UBRR1_SPEC>,
#[doc = "0x06 - USART I/O Data Register"]
pub udr1: crate::Reg<udr1::UDR1_SPEC>,
}
#[doc = "UBRR1 register accessor: an alias for `Reg<UBRR1_SPEC>`"]
pub type UBRR1 = crate::Reg<ubrr1::UBRR1_SPEC>;
#[doc = "USART Baud Rate Register Bytes"]
pub mod ubrr1;
#[doc = "UCSR1A register accessor: an alias for `Reg<UCSR1A_SPEC>`"]
pub type UCSR1A = crate::Reg<ucsr1a::UCSR1A_SPEC>;
#[doc = "USART Control and Status Register A"]
pub mod ucsr1a;
#[doc = "UCSR1B register accessor: an alias for `Reg<UCSR1B_SPEC>`"]
pub type UCSR1B = crate::Reg<ucsr1b::UCSR1B_SPEC>;
#[doc = "USART Control and Status Register B"]
pub mod ucsr1b;
#[doc = "UCSR1C register accessor: an alias for `Reg<UCSR1C_SPEC>`"]
pub type UCSR1C = crate::Reg<ucsr1c::UCSR1C_SPEC>;
#[doc = "USART Control and Status Register C"]
pub mod ucsr1c;
#[doc = "UDR1 register accessor: an alias for `Reg<UDR1_SPEC>`"]
pub type UDR1 = crate::Reg<udr1::UDR1_SPEC>;
#[doc = "USART I/O Data Register"]
pub mod udr1;