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
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - CMNCR"]
    pub cmncr: CMNCR,
    #[doc = "0x04 - CS0BCR"]
    pub cs0bcr: CS0BCR,
    #[doc = "0x08 - CS1BCR"]
    pub cs1bcr: CS1BCR,
    #[doc = "0x0c - CS2BCR"]
    pub cs2bcr: CS2BCR,
    #[doc = "0x10 - CS3BCR"]
    pub cs3bcr: CS3BCR,
    #[doc = "0x14 - CS4BCR"]
    pub cs4bcr: CS4BCR,
    #[doc = "0x18 - CS5BCR"]
    pub cs5bcr: CS5BCR,
    _reserved0: [u8; 12usize],
    #[doc = "0x28 - CS0WCR"]
    pub cs0wcr: CS0WCR,
    #[doc = "0x2c - CS1WCR"]
    pub cs1wcr: CS1WCR,
    #[doc = "0x30 - CS2WCR"]
    pub cs2wcr: CS2WCR,
    #[doc = "0x34 - CS3WCR"]
    pub cs3wcr: CS3WCR,
    #[doc = "0x38 - CS4WCR"]
    pub cs4wcr: CS4WCR,
    #[doc = "0x3c - CS5WCR"]
    pub cs5wcr: CS5WCR,
    _reserved1: [u8; 12usize],
    #[doc = "0x4c - SDCR"]
    pub sdcr: SDCR,
    #[doc = "0x50 - RTCSR"]
    pub rtcsr: RTCSR,
    #[doc = "0x54 - RTCNT"]
    pub rtcnt: RTCNT,
    #[doc = "0x58 - RTCOR"]
    pub rtcor: RTCOR,
    _reserved2: [u8; 4usize],
    #[doc = "0x60 - TOSCOR0"]
    pub toscor0: TOSCOR0,
    #[doc = "0x64 - TOSCOR1"]
    pub toscor1: TOSCOR1,
    #[doc = "0x68 - TOSCOR2"]
    pub toscor2: TOSCOR2,
    #[doc = "0x6c - TOSCOR3"]
    pub toscor3: TOSCOR3,
    #[doc = "0x70 - TOSCOR4"]
    pub toscor4: TOSCOR4,
    #[doc = "0x74 - TOSCOR5"]
    pub toscor5: TOSCOR5,
    _reserved3: [u8; 8usize],
    #[doc = "0x80 - TOSTR"]
    pub tostr: TOSTR,
    #[doc = "0x84 - TOENR"]
    pub toenr: TOENR,
}
#[doc = "CMNCR"]
pub struct CMNCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CMNCR"]
pub mod cmncr;
#[doc = "CS0BCR"]
pub struct CS0BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS0BCR"]
pub mod cs0bcr;
#[doc = "CS1BCR"]
pub struct CS1BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS1BCR"]
pub mod cs1bcr;
#[doc = "CS2BCR"]
pub struct CS2BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS2BCR"]
pub mod cs2bcr;
#[doc = "CS3BCR"]
pub struct CS3BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS3BCR"]
pub mod cs3bcr;
#[doc = "CS4BCR"]
pub struct CS4BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS4BCR"]
pub mod cs4bcr;
#[doc = "CS5BCR"]
pub struct CS5BCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS5BCR"]
pub mod cs5bcr;
#[doc = "CS0WCR"]
pub struct CS0WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS0WCR"]
pub mod cs0wcr;
#[doc = "CS1WCR"]
pub struct CS1WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS1WCR"]
pub mod cs1wcr;
#[doc = "CS2WCR"]
pub struct CS2WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS2WCR"]
pub mod cs2wcr;
#[doc = "CS3WCR"]
pub struct CS3WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS3WCR"]
pub mod cs3wcr;
#[doc = "CS4WCR"]
pub struct CS4WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS4WCR"]
pub mod cs4wcr;
#[doc = "CS5WCR"]
pub struct CS5WCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "CS5WCR"]
pub mod cs5wcr;
#[doc = "SDCR"]
pub struct SDCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "SDCR"]
pub mod sdcr;
#[doc = "RTCSR"]
pub struct RTCSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RTCSR"]
pub mod rtcsr;
#[doc = "RTCNT"]
pub struct RTCNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RTCNT"]
pub mod rtcnt;
#[doc = "RTCOR"]
pub struct RTCOR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "RTCOR"]
pub mod rtcor;
#[doc = "TOSCOR0"]
pub struct TOSCOR0 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR0"]
pub mod toscor0;
#[doc = "TOSCOR1"]
pub struct TOSCOR1 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR1"]
pub mod toscor1;
#[doc = "TOSCOR2"]
pub struct TOSCOR2 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR2"]
pub mod toscor2;
#[doc = "TOSCOR3"]
pub struct TOSCOR3 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR3"]
pub mod toscor3;
#[doc = "TOSCOR4"]
pub struct TOSCOR4 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR4"]
pub mod toscor4;
#[doc = "TOSCOR5"]
pub struct TOSCOR5 {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSCOR5"]
pub mod toscor5;
#[doc = "TOSTR"]
pub struct TOSTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOSTR"]
pub mod tostr;
#[doc = "TOENR"]
pub struct TOENR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TOENR"]
pub mod toenr;