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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
#[doc = "Register `MPCBB2_VCTR3` reader"]
pub struct R(crate::R<MPCBB2_VCTR3_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR3_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR3_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR3_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR3` writer"]
pub struct W(crate::W<MPCBB2_VCTR3_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR3_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl core::ops::DerefMut for W {
    #[inline(always)]
    fn deref_mut(&mut self) -> &mut Self::Target {
        &mut self.0
    }
}
impl From<crate::W<MPCBB2_VCTR3_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR3_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B96` reader - B96"]
pub type B96_R = crate::BitReader<bool>;
#[doc = "Field `B96` writer - B96"]
pub type B96_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B97` reader - B97"]
pub type B97_R = crate::BitReader<bool>;
#[doc = "Field `B97` writer - B97"]
pub type B97_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B98` reader - B98"]
pub type B98_R = crate::BitReader<bool>;
#[doc = "Field `B98` writer - B98"]
pub type B98_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B99` reader - B99"]
pub type B99_R = crate::BitReader<bool>;
#[doc = "Field `B99` writer - B99"]
pub type B99_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B100` reader - B100"]
pub type B100_R = crate::BitReader<bool>;
#[doc = "Field `B100` writer - B100"]
pub type B100_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B101` reader - B101"]
pub type B101_R = crate::BitReader<bool>;
#[doc = "Field `B101` writer - B101"]
pub type B101_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B102` reader - B102"]
pub type B102_R = crate::BitReader<bool>;
#[doc = "Field `B102` writer - B102"]
pub type B102_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B103` reader - B103"]
pub type B103_R = crate::BitReader<bool>;
#[doc = "Field `B103` writer - B103"]
pub type B103_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B104` reader - B104"]
pub type B104_R = crate::BitReader<bool>;
#[doc = "Field `B104` writer - B104"]
pub type B104_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B105` reader - B105"]
pub type B105_R = crate::BitReader<bool>;
#[doc = "Field `B105` writer - B105"]
pub type B105_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B106` reader - B106"]
pub type B106_R = crate::BitReader<bool>;
#[doc = "Field `B106` writer - B106"]
pub type B106_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B107` reader - B107"]
pub type B107_R = crate::BitReader<bool>;
#[doc = "Field `B107` writer - B107"]
pub type B107_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B108` reader - B108"]
pub type B108_R = crate::BitReader<bool>;
#[doc = "Field `B108` writer - B108"]
pub type B108_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B109` reader - B109"]
pub type B109_R = crate::BitReader<bool>;
#[doc = "Field `B109` writer - B109"]
pub type B109_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B110` reader - B110"]
pub type B110_R = crate::BitReader<bool>;
#[doc = "Field `B110` writer - B110"]
pub type B110_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B111` reader - B111"]
pub type B111_R = crate::BitReader<bool>;
#[doc = "Field `B111` writer - B111"]
pub type B111_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B112` reader - B112"]
pub type B112_R = crate::BitReader<bool>;
#[doc = "Field `B112` writer - B112"]
pub type B112_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B113` reader - B113"]
pub type B113_R = crate::BitReader<bool>;
#[doc = "Field `B113` writer - B113"]
pub type B113_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B114` reader - B114"]
pub type B114_R = crate::BitReader<bool>;
#[doc = "Field `B114` writer - B114"]
pub type B114_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B115` reader - B115"]
pub type B115_R = crate::BitReader<bool>;
#[doc = "Field `B115` writer - B115"]
pub type B115_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B116` reader - B116"]
pub type B116_R = crate::BitReader<bool>;
#[doc = "Field `B116` writer - B116"]
pub type B116_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B117` reader - B117"]
pub type B117_R = crate::BitReader<bool>;
#[doc = "Field `B117` writer - B117"]
pub type B117_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B118` reader - B118"]
pub type B118_R = crate::BitReader<bool>;
#[doc = "Field `B118` writer - B118"]
pub type B118_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B119` reader - B119"]
pub type B119_R = crate::BitReader<bool>;
#[doc = "Field `B119` writer - B119"]
pub type B119_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B120` reader - B120"]
pub type B120_R = crate::BitReader<bool>;
#[doc = "Field `B120` writer - B120"]
pub type B120_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B121` reader - B121"]
pub type B121_R = crate::BitReader<bool>;
#[doc = "Field `B121` writer - B121"]
pub type B121_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B122` reader - B122"]
pub type B122_R = crate::BitReader<bool>;
#[doc = "Field `B122` writer - B122"]
pub type B122_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B123` reader - B123"]
pub type B123_R = crate::BitReader<bool>;
#[doc = "Field `B123` writer - B123"]
pub type B123_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B124` reader - B124"]
pub type B124_R = crate::BitReader<bool>;
#[doc = "Field `B124` writer - B124"]
pub type B124_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B125` reader - B125"]
pub type B125_R = crate::BitReader<bool>;
#[doc = "Field `B125` writer - B125"]
pub type B125_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B126` reader - B126"]
pub type B126_R = crate::BitReader<bool>;
#[doc = "Field `B126` writer - B126"]
pub type B126_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
#[doc = "Field `B127` reader - B127"]
pub type B127_R = crate::BitReader<bool>;
#[doc = "Field `B127` writer - B127"]
pub type B127_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR3_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B96"]
    #[inline(always)]
    pub fn b96(&self) -> B96_R {
        B96_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B97"]
    #[inline(always)]
    pub fn b97(&self) -> B97_R {
        B97_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B98"]
    #[inline(always)]
    pub fn b98(&self) -> B98_R {
        B98_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B99"]
    #[inline(always)]
    pub fn b99(&self) -> B99_R {
        B99_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B100"]
    #[inline(always)]
    pub fn b100(&self) -> B100_R {
        B100_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B101"]
    #[inline(always)]
    pub fn b101(&self) -> B101_R {
        B101_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B102"]
    #[inline(always)]
    pub fn b102(&self) -> B102_R {
        B102_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B103"]
    #[inline(always)]
    pub fn b103(&self) -> B103_R {
        B103_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B104"]
    #[inline(always)]
    pub fn b104(&self) -> B104_R {
        B104_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B105"]
    #[inline(always)]
    pub fn b105(&self) -> B105_R {
        B105_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B106"]
    #[inline(always)]
    pub fn b106(&self) -> B106_R {
        B106_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B107"]
    #[inline(always)]
    pub fn b107(&self) -> B107_R {
        B107_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B108"]
    #[inline(always)]
    pub fn b108(&self) -> B108_R {
        B108_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B109"]
    #[inline(always)]
    pub fn b109(&self) -> B109_R {
        B109_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B110"]
    #[inline(always)]
    pub fn b110(&self) -> B110_R {
        B110_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B111"]
    #[inline(always)]
    pub fn b111(&self) -> B111_R {
        B111_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B112"]
    #[inline(always)]
    pub fn b112(&self) -> B112_R {
        B112_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B113"]
    #[inline(always)]
    pub fn b113(&self) -> B113_R {
        B113_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B114"]
    #[inline(always)]
    pub fn b114(&self) -> B114_R {
        B114_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B115"]
    #[inline(always)]
    pub fn b115(&self) -> B115_R {
        B115_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B116"]
    #[inline(always)]
    pub fn b116(&self) -> B116_R {
        B116_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B117"]
    #[inline(always)]
    pub fn b117(&self) -> B117_R {
        B117_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B118"]
    #[inline(always)]
    pub fn b118(&self) -> B118_R {
        B118_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B119"]
    #[inline(always)]
    pub fn b119(&self) -> B119_R {
        B119_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B120"]
    #[inline(always)]
    pub fn b120(&self) -> B120_R {
        B120_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B121"]
    #[inline(always)]
    pub fn b121(&self) -> B121_R {
        B121_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B122"]
    #[inline(always)]
    pub fn b122(&self) -> B122_R {
        B122_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B123"]
    #[inline(always)]
    pub fn b123(&self) -> B123_R {
        B123_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B124"]
    #[inline(always)]
    pub fn b124(&self) -> B124_R {
        B124_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B125"]
    #[inline(always)]
    pub fn b125(&self) -> B125_R {
        B125_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B126"]
    #[inline(always)]
    pub fn b126(&self) -> B126_R {
        B126_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B127"]
    #[inline(always)]
    pub fn b127(&self) -> B127_R {
        B127_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B96"]
    #[inline(always)]
    pub fn b96(&mut self) -> B96_W<0> {
        B96_W::new(self)
    }
    #[doc = "Bit 1 - B97"]
    #[inline(always)]
    pub fn b97(&mut self) -> B97_W<1> {
        B97_W::new(self)
    }
    #[doc = "Bit 2 - B98"]
    #[inline(always)]
    pub fn b98(&mut self) -> B98_W<2> {
        B98_W::new(self)
    }
    #[doc = "Bit 3 - B99"]
    #[inline(always)]
    pub fn b99(&mut self) -> B99_W<3> {
        B99_W::new(self)
    }
    #[doc = "Bit 4 - B100"]
    #[inline(always)]
    pub fn b100(&mut self) -> B100_W<4> {
        B100_W::new(self)
    }
    #[doc = "Bit 5 - B101"]
    #[inline(always)]
    pub fn b101(&mut self) -> B101_W<5> {
        B101_W::new(self)
    }
    #[doc = "Bit 6 - B102"]
    #[inline(always)]
    pub fn b102(&mut self) -> B102_W<6> {
        B102_W::new(self)
    }
    #[doc = "Bit 7 - B103"]
    #[inline(always)]
    pub fn b103(&mut self) -> B103_W<7> {
        B103_W::new(self)
    }
    #[doc = "Bit 8 - B104"]
    #[inline(always)]
    pub fn b104(&mut self) -> B104_W<8> {
        B104_W::new(self)
    }
    #[doc = "Bit 9 - B105"]
    #[inline(always)]
    pub fn b105(&mut self) -> B105_W<9> {
        B105_W::new(self)
    }
    #[doc = "Bit 10 - B106"]
    #[inline(always)]
    pub fn b106(&mut self) -> B106_W<10> {
        B106_W::new(self)
    }
    #[doc = "Bit 11 - B107"]
    #[inline(always)]
    pub fn b107(&mut self) -> B107_W<11> {
        B107_W::new(self)
    }
    #[doc = "Bit 12 - B108"]
    #[inline(always)]
    pub fn b108(&mut self) -> B108_W<12> {
        B108_W::new(self)
    }
    #[doc = "Bit 13 - B109"]
    #[inline(always)]
    pub fn b109(&mut self) -> B109_W<13> {
        B109_W::new(self)
    }
    #[doc = "Bit 14 - B110"]
    #[inline(always)]
    pub fn b110(&mut self) -> B110_W<14> {
        B110_W::new(self)
    }
    #[doc = "Bit 15 - B111"]
    #[inline(always)]
    pub fn b111(&mut self) -> B111_W<15> {
        B111_W::new(self)
    }
    #[doc = "Bit 16 - B112"]
    #[inline(always)]
    pub fn b112(&mut self) -> B112_W<16> {
        B112_W::new(self)
    }
    #[doc = "Bit 17 - B113"]
    #[inline(always)]
    pub fn b113(&mut self) -> B113_W<17> {
        B113_W::new(self)
    }
    #[doc = "Bit 18 - B114"]
    #[inline(always)]
    pub fn b114(&mut self) -> B114_W<18> {
        B114_W::new(self)
    }
    #[doc = "Bit 19 - B115"]
    #[inline(always)]
    pub fn b115(&mut self) -> B115_W<19> {
        B115_W::new(self)
    }
    #[doc = "Bit 20 - B116"]
    #[inline(always)]
    pub fn b116(&mut self) -> B116_W<20> {
        B116_W::new(self)
    }
    #[doc = "Bit 21 - B117"]
    #[inline(always)]
    pub fn b117(&mut self) -> B117_W<21> {
        B117_W::new(self)
    }
    #[doc = "Bit 22 - B118"]
    #[inline(always)]
    pub fn b118(&mut self) -> B118_W<22> {
        B118_W::new(self)
    }
    #[doc = "Bit 23 - B119"]
    #[inline(always)]
    pub fn b119(&mut self) -> B119_W<23> {
        B119_W::new(self)
    }
    #[doc = "Bit 24 - B120"]
    #[inline(always)]
    pub fn b120(&mut self) -> B120_W<24> {
        B120_W::new(self)
    }
    #[doc = "Bit 25 - B121"]
    #[inline(always)]
    pub fn b121(&mut self) -> B121_W<25> {
        B121_W::new(self)
    }
    #[doc = "Bit 26 - B122"]
    #[inline(always)]
    pub fn b122(&mut self) -> B122_W<26> {
        B122_W::new(self)
    }
    #[doc = "Bit 27 - B123"]
    #[inline(always)]
    pub fn b123(&mut self) -> B123_W<27> {
        B123_W::new(self)
    }
    #[doc = "Bit 28 - B124"]
    #[inline(always)]
    pub fn b124(&mut self) -> B124_W<28> {
        B124_W::new(self)
    }
    #[doc = "Bit 29 - B125"]
    #[inline(always)]
    pub fn b125(&mut self) -> B125_W<29> {
        B125_W::new(self)
    }
    #[doc = "Bit 30 - B126"]
    #[inline(always)]
    pub fn b126(&mut self) -> B126_W<30> {
        B126_W::new(self)
    }
    #[doc = "Bit 31 - B127"]
    #[inline(always)]
    pub fn b127(&mut self) -> B127_W<31> {
        B127_W::new(self)
    }
    #[doc = "Writes raw bits to the register."]
    #[inline(always)]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.0.bits(bits);
        self
    }
}
#[doc = "MPCBBx vector register\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mpcbb2_vctr3](index.html) module"]
pub struct MPCBB2_VCTR3_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR3_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr3::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR3_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr3::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR3_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR3 to value 0xffff_ffff"]
impl crate::Resettable for MPCBB2_VCTR3_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0xffff_ffff
    }
}