1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - USART Control and Status Register A"]
    pub ucsr3a: UCSR3A,
    #[doc = "0x01 - USART Control and Status Register B"]
    pub ucsr3b: UCSR3B,
    #[doc = "0x02 - USART Control and Status Register C"]
    pub ucsr3c: UCSR3C,
    _reserved3: [u8; 1usize],
    #[doc = "0x04 - USART Baud Rate Register Bytes"]
    pub ubrr3: UBRR3,
    #[doc = "0x06 - USART I/O Data Register"]
    pub udr3: UDR3,
}
#[doc = "USART Baud Rate Register Bytes\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ubrr3](ubrr3) module"]
pub type UBRR3 = crate::Reg<u16, _UBRR3>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UBRR3;
#[doc = "`read()` method returns [ubrr3::R](ubrr3::R) reader structure"]
impl crate::Readable for UBRR3 {}
#[doc = "`write(|w| ..)` method takes [ubrr3::W](ubrr3::W) writer structure"]
impl crate::Writable for UBRR3 {}
#[doc = "USART Baud Rate Register Bytes"]
pub mod ubrr3;
#[doc = "USART Control and Status Register A\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ucsr3a](ucsr3a) module"]
pub type UCSR3A = crate::Reg<u8, _UCSR3A>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCSR3A;
#[doc = "`read()` method returns [ucsr3a::R](ucsr3a::R) reader structure"]
impl crate::Readable for UCSR3A {}
#[doc = "`write(|w| ..)` method takes [ucsr3a::W](ucsr3a::W) writer structure"]
impl crate::Writable for UCSR3A {}
#[doc = "USART Control and Status Register A"]
pub mod ucsr3a;
#[doc = "USART Control and Status Register B\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ucsr3b](ucsr3b) module"]
pub type UCSR3B = crate::Reg<u8, _UCSR3B>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCSR3B;
#[doc = "`read()` method returns [ucsr3b::R](ucsr3b::R) reader structure"]
impl crate::Readable for UCSR3B {}
#[doc = "`write(|w| ..)` method takes [ucsr3b::W](ucsr3b::W) writer structure"]
impl crate::Writable for UCSR3B {}
#[doc = "USART Control and Status Register B"]
pub mod ucsr3b;
#[doc = "USART Control and Status Register C\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ucsr3c](ucsr3c) module"]
pub type UCSR3C = crate::Reg<u8, _UCSR3C>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UCSR3C;
#[doc = "`read()` method returns [ucsr3c::R](ucsr3c::R) reader structure"]
impl crate::Readable for UCSR3C {}
#[doc = "`write(|w| ..)` method takes [ucsr3c::W](ucsr3c::W) writer structure"]
impl crate::Writable for UCSR3C {}
#[doc = "USART Control and Status Register C"]
pub mod ucsr3c;
#[doc = "USART I/O Data Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [udr3](udr3) module"]
pub type UDR3 = crate::Reg<u8, _UDR3>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _UDR3;
#[doc = "`read()` method returns [udr3::R](udr3::R) reader structure"]
impl crate::Readable for UDR3 {}
#[doc = "`write(|w| ..)` method takes [udr3::W](udr3::W) writer structure"]
impl crate::Writable for UDR3 {}
#[doc = "USART I/O Data Register"]
pub mod udr3;