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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Port 14 Output Register"]
    pub out: OUT,
    #[doc = "0x04 - Port 14 Output Modification Register"]
    pub omr: OMR,
    _reserved0: [u8; 8usize],
    #[doc = "0x10 - Port 14 Input/Output Control Register 0"]
    pub iocr0: IOCR0,
    #[doc = "0x14 - Port 14 Input/Output Control Register 4"]
    pub iocr4: IOCR4,
    #[doc = "0x18 - Port 14 Input/Output Control Register 8"]
    pub iocr8: IOCR8,
    #[doc = "0x1c - Port 14 Input/Output Control Register 12"]
    pub iocr12: IOCR12,
    _reserved1: [u8; 4usize],
    #[doc = "0x24 - Port 14 Input Register"]
    pub in_: IN,
    _reserved2: [u8; 56usize],
    #[doc = "0x60 - Port 14 Pin Function Decision Control Register"]
    pub pdisc: PDISC,
    _reserved3: [u8; 12usize],
    #[doc = "0x70 - Port 14 Pin Power Save Register"]
    pub pps: PPS,
    #[doc = "0x74 - Port 14 Pin Hardware Select Register"]
    pub hwsel: HWSEL,
}
#[doc = "Port 14 Output Register"]
pub struct OUT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Output Register"]
pub mod out;
#[doc = "Port 14 Output Modification Register"]
pub struct OMR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Output Modification Register"]
pub mod omr;
#[doc = "Port 14 Input/Output Control Register 0"]
pub struct IOCR0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Input/Output Control Register 0"]
pub mod iocr0;
#[doc = "Port 14 Input/Output Control Register 4"]
pub struct IOCR4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Input/Output Control Register 4"]
pub mod iocr4;
#[doc = "Port 14 Input/Output Control Register 8"]
pub struct IOCR8 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Input/Output Control Register 8"]
pub mod iocr8;
#[doc = "Port 14 Input/Output Control Register 12"]
pub struct IOCR12 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Input/Output Control Register 12"]
pub mod iocr12;
#[doc = "Port 14 Input Register"]
pub struct IN {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Input Register"]
pub mod in_;
#[doc = "Port 14 Pin Function Decision Control Register"]
pub struct PDISC {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Pin Function Decision Control Register"]
pub mod pdisc;
#[doc = "Port 14 Pin Power Save Register"]
pub struct PPS {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Pin Power Save Register"]
pub mod pps;
#[doc = "Port 14 Pin Hardware Select Register"]
pub struct HWSEL {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Port 14 Pin Hardware Select Register"]
pub mod hwsel;