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
///Register block
/**ACR (rw) register accessor: Access control register
You can [`read`](crate::Reg::read) this register and get [`acr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`acr::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@acr`] module*/
pub type ACR = crateReg;
///Access control register
///Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R
pub use BANK;
///Cluster
///Cluster BANK%s, containing KEYR?, CR?, SR?, CCR?, PRAR_CUR?, PRAR_PRG?, SCAR_CUR?, SCAR_PRG?, WPSN_CUR?R, WPSN_PRG?R, CRCCR?, CRCSADD?R, CRCEADD?R, ECC_FA?R
/**OPTKEYR (w) register accessor: FLASH option key register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optkeyr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@optkeyr`] module*/
pub type OPTKEYR = crateReg;
///FLASH option key register
/**OPTCR (rw) register accessor: FLASH option control register
You can [`read`](crate::Reg::read) this register and get [`optcr::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optcr::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@optcr`] module*/
pub type OPTCR = crateReg;
///FLASH option control register
/**OPTSR_CUR (rw) register accessor: FLASH option status register
You can [`read`](crate::Reg::read) this register and get [`optsr_cur::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optsr_cur::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@optsr_cur`] module*/
pub type OPTSR_CUR = crateReg;
///FLASH option status register
/**OPTSR_PRG (rw) register accessor: FLASH option status register
You can [`read`](crate::Reg::read) this register and get [`optsr_prg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optsr_prg::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@optsr_prg`] module*/
pub type OPTSR_PRG = crateReg;
///FLASH option status register
/**OPTCCR (w) register accessor: FLASH option clear control register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optccr::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@optccr`] module*/
pub type OPTCCR = crateReg;
///FLASH option clear control register
/**BOOT_CURR (r) register accessor: FLASH register with boot address
You can [`read`](crate::Reg::read) this register and get [`boot_curr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@boot_curr`] module*/
pub type BOOT_CURR = crateReg;
///FLASH register with boot address
/**BOOT_PRGR (r) register accessor: FLASH register with boot address
You can [`read`](crate::Reg::read) this register and get [`boot_prgr::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@boot_prgr`] module*/
pub type BOOT_PRGR = crateReg;
///FLASH register with boot address
/**CRCDATAR (rw) register accessor: FLASH CRC data register
You can [`read`](crate::Reg::read) this register and get [`crcdatar::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`crcdatar::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@crcdatar`] module*/
pub type CRCDATAR = crateReg;
///FLASH CRC data register
/**OTPBL_CUR (r) register accessor: FLASH OTP block lock
You can [`read`](crate::Reg::read) this register and get [`otpbl_cur::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@otpbl_cur`] module*/
pub type OTPBL_CUR = crateReg;
///FLASH OTP block lock
/**OTPBL_PRG (rw) register accessor: FLASH OTP block lock
You can [`read`](crate::Reg::read) this register and get [`otpbl_prg::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`otpbl_prg::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@otpbl_prg`] module*/
pub type OTPBL_PRG = crateReg;
///FLASH OTP block lock
/**ACR_ (rw) register accessor: Access control register
You can [`read`](crate::Reg::read) this register and get [`acr_::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`acr_::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@acr_`] module*/
pub type ACR_ = crateReg;
///Access control register
/**OPTKEYR_ (rw) register accessor: FLASH option key register
You can [`read`](crate::Reg::read) this register and get [`optkeyr_::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optkeyr_::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@optkeyr_`] module*/
pub type OPTKEYR_ = crateReg;
///FLASH option key register
/**OPTCR_ (rw) register accessor: FLASH option control register
You can [`read`](crate::Reg::read) this register and get [`optcr_::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optcr_::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@optcr_`] module*/
pub type OPTCR_ = crateReg;
///FLASH option control register
/**OPTSR_CUR_ (rw) register accessor: FLASH option status register
You can [`read`](crate::Reg::read) this register and get [`optsr_cur_::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optsr_cur_::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@optsr_cur_`] module*/
pub type OPTSR_CUR_ = crateReg;
///FLASH option status register
/**OPTSR_PRG_ (rw) register accessor: FLASH option status register
You can [`read`](crate::Reg::read) this register and get [`optsr_prg_::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optsr_prg_::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@optsr_prg_`] module*/
pub type OPTSR_PRG_ = crateReg;
///FLASH option status register
/**OPTCCR_ (w) register accessor: FLASH option clear control register
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`optccr_::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@optccr_`] module*/
pub type OPTCCR_ = crateReg;
///FLASH option clear control register
/**BOOT_CURR_ (r) register accessor: FLASH register with boot address
You can [`read`](crate::Reg::read) this register and get [`boot_curr_::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@boot_curr_`] module*/
pub type BOOT_CURR_ = crateReg;
///FLASH register with boot address
/**BOOT_PRGR_ (r) register accessor: FLASH register with boot address
You can [`read`](crate::Reg::read) this register and get [`boot_prgr_::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
For information about available fields see [`mod@boot_prgr_`] module*/
pub type BOOT_PRGR_ = crateReg;
///FLASH register with boot address