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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
///Register block
/**IDC (r) register accessor: DBGMCU identity code register
You can [`read`](crate::Reg::read) this register and get [`idc::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@idc`] module*/
pub type IDC = crateReg;
///DBGMCU identity code register
/**CR (rw) register accessor: DBGMCU configuration register
You can [`read`](crate::Reg::read) this register and get [`cr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cr`] module*/
pub type CR = crateReg;
///DBGMCU configuration register
/**AHB5FZR (rw) register accessor: DBGMCU AHB5 peripheral freeze register
You can [`read`](crate::Reg::read) this register and get [`ahb5fzr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ahb5fzr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ahb5fzr`] module*/
pub type AHB5FZR = crateReg;
///DBGMCU AHB5 peripheral freeze register
/**AHB1FZR (rw) register accessor: DBGMCU AHB1 peripheral freeze register
You can [`read`](crate::Reg::read) this register and get [`ahb1fzr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ahb1fzr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@ahb1fzr`] module*/
pub type AHB1FZR = crateReg;
///DBGMCU AHB1 peripheral freeze register
/**APB1FZR (rw) register accessor: DBGMCU APB1 peripheral freeze register
You can [`read`](crate::Reg::read) this register and get [`apb1fzr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`apb1fzr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@apb1fzr`] module*/
pub type APB1FZR = crateReg;
///DBGMCU APB1 peripheral freeze register
/**APB2FZ (rw) register accessor: DBGMCU APB2 peripheral freeze register
You can [`read`](crate::Reg::read) this register and get [`apb2fz::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`apb2fz::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@apb2fz`] module*/
pub type APB2FZ = crateReg;
///DBGMCU APB2 peripheral freeze register
/**APB4FZR (rw) register accessor: DBGMCU APB4 peripheral freeze register
You can [`read`](crate::Reg::read) this register and get [`apb4fzr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`apb4fzr::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@apb4fzr`] module*/
pub type APB4FZR = crateReg;
///DBGMCU APB4 peripheral freeze register
/**SR (r) register accessor: DBGMCU status register
You can [`read`](crate::Reg::read) this register and get [`sr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@sr`] module*/
pub type SR = crateReg;
///DBGMCU status register
/**DBG_AUTH_HOST (rw) register accessor: DBGMCU debug authentication mailbox host register
You can [`read`](crate::Reg::read) this register and get [`dbg_auth_host::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dbg_auth_host::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@dbg_auth_host`] module*/
pub type DBG_AUTH_HOST = crateReg;
///DBGMCU debug authentication mailbox host register
/**DBG_AUTH_DEVICE (rw) register accessor: DBGMCU debug authentication mailbox device register
You can [`read`](crate::Reg::read) this register and get [`dbg_auth_device::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dbg_auth_device::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@dbg_auth_device`] module*/
pub type DBG_AUTH_DEVICE = crateReg;
///DBGMCU debug authentication mailbox device register
/**DBG_AUTH_ACK (rw) register accessor: DBGMCU debug authentication mailbox acknowledge register
You can [`read`](crate::Reg::read) this register and get [`dbg_auth_ack::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dbg_auth_ack::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@dbg_auth_ack`] module*/
pub type DBG_AUTH_ACK = crateReg;
///DBGMCU debug authentication mailbox acknowledge register
/**PIDR4 (r) register accessor: DBGMCU peripheral identity register 4
You can [`read`](crate::Reg::read) this register and get [`pidr4::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pidr4`] module*/
pub type PIDR4 = crateReg;
///DBGMCU peripheral identity register 4
/**PIDR0 (r) register accessor: DBGMCU peripheral identity register 0
You can [`read`](crate::Reg::read) this register and get [`pidr0::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pidr0`] module*/
pub type PIDR0 = crateReg;
///DBGMCU peripheral identity register 0
/**PIDR1 (r) register accessor: DBGMCU peripheral identity register 1
You can [`read`](crate::Reg::read) this register and get [`pidr1::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pidr1`] module*/
pub type PIDR1 = crateReg;
///DBGMCU peripheral identity register 1
/**PIDR2 (r) register accessor: DBGMCU peripheral identity register 2
You can [`read`](crate::Reg::read) this register and get [`pidr2::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pidr2`] module*/
pub type PIDR2 = crateReg;
///DBGMCU peripheral identity register 2
/**PIDR3 (r) register accessor: DBGMCU peripheral identity register 3
You can [`read`](crate::Reg::read) this register and get [`pidr3::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@pidr3`] module*/
pub type PIDR3 = crateReg;
///DBGMCU peripheral identity register 3
/**CIDR0 (r) register accessor: DBGMCU component identity register
You can [`read`](crate::Reg::read) this register and get [`cidr0::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cidr0`] module*/
pub type CIDR0 = crateReg;
///DBGMCU component identity register
/**CIDR1 (r) register accessor: DBGMCU component identity register
You can [`read`](crate::Reg::read) this register and get [`cidr1::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cidr1`] module*/
pub type CIDR1 = crateReg;
///DBGMCU component identity register
/**CIDR2 (r) register accessor: DBGMCU component identity register
You can [`read`](crate::Reg::read) this register and get [`cidr2::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cidr2`] module*/
pub type CIDR2 = crateReg;
///DBGMCU component identity register
/**CIDR3 (r) register accessor: DBGMCU component identity register
You can [`read`](crate::Reg::read) this register and get [`cidr3::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@cidr3`] module*/
pub type CIDR3 = crateReg;
///DBGMCU component identity register