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 `MPCBB1_VCTR2` reader"]
pub struct R(crate::R<MPCBB1_VCTR2_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR2_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR2_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR2_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR2` writer"]
pub struct W(crate::W<MPCBB1_VCTR2_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR2_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<MPCBB1_VCTR2_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR2_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B64` reader - B64"]
pub type B64_R = crate::BitReader<bool>;
#[doc = "Field `B64` writer - B64"]
pub type B64_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B65` reader - B65"]
pub type B65_R = crate::BitReader<bool>;
#[doc = "Field `B65` writer - B65"]
pub type B65_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B66` reader - B66"]
pub type B66_R = crate::BitReader<bool>;
#[doc = "Field `B66` writer - B66"]
pub type B66_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B67` reader - B67"]
pub type B67_R = crate::BitReader<bool>;
#[doc = "Field `B67` writer - B67"]
pub type B67_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B68` reader - B68"]
pub type B68_R = crate::BitReader<bool>;
#[doc = "Field `B68` writer - B68"]
pub type B68_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B69` reader - B69"]
pub type B69_R = crate::BitReader<bool>;
#[doc = "Field `B69` writer - B69"]
pub type B69_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B70` reader - B70"]
pub type B70_R = crate::BitReader<bool>;
#[doc = "Field `B70` writer - B70"]
pub type B70_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B71` reader - B71"]
pub type B71_R = crate::BitReader<bool>;
#[doc = "Field `B71` writer - B71"]
pub type B71_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B72` reader - B72"]
pub type B72_R = crate::BitReader<bool>;
#[doc = "Field `B72` writer - B72"]
pub type B72_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B73` reader - B73"]
pub type B73_R = crate::BitReader<bool>;
#[doc = "Field `B73` writer - B73"]
pub type B73_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B74` reader - B74"]
pub type B74_R = crate::BitReader<bool>;
#[doc = "Field `B74` writer - B74"]
pub type B74_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B75` reader - B75"]
pub type B75_R = crate::BitReader<bool>;
#[doc = "Field `B75` writer - B75"]
pub type B75_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B76` reader - B76"]
pub type B76_R = crate::BitReader<bool>;
#[doc = "Field `B76` writer - B76"]
pub type B76_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B77` reader - B77"]
pub type B77_R = crate::BitReader<bool>;
#[doc = "Field `B77` writer - B77"]
pub type B77_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B78` reader - B78"]
pub type B78_R = crate::BitReader<bool>;
#[doc = "Field `B78` writer - B78"]
pub type B78_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B79` reader - B79"]
pub type B79_R = crate::BitReader<bool>;
#[doc = "Field `B79` writer - B79"]
pub type B79_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B80` reader - B80"]
pub type B80_R = crate::BitReader<bool>;
#[doc = "Field `B80` writer - B80"]
pub type B80_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B81` reader - B81"]
pub type B81_R = crate::BitReader<bool>;
#[doc = "Field `B81` writer - B81"]
pub type B81_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B82` reader - B82"]
pub type B82_R = crate::BitReader<bool>;
#[doc = "Field `B82` writer - B82"]
pub type B82_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B83` reader - B83"]
pub type B83_R = crate::BitReader<bool>;
#[doc = "Field `B83` writer - B83"]
pub type B83_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B84` reader - B84"]
pub type B84_R = crate::BitReader<bool>;
#[doc = "Field `B84` writer - B84"]
pub type B84_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B85` reader - B85"]
pub type B85_R = crate::BitReader<bool>;
#[doc = "Field `B85` writer - B85"]
pub type B85_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B86` reader - B86"]
pub type B86_R = crate::BitReader<bool>;
#[doc = "Field `B86` writer - B86"]
pub type B86_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B87` reader - B87"]
pub type B87_R = crate::BitReader<bool>;
#[doc = "Field `B87` writer - B87"]
pub type B87_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B88` reader - B88"]
pub type B88_R = crate::BitReader<bool>;
#[doc = "Field `B88` writer - B88"]
pub type B88_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B89` reader - B89"]
pub type B89_R = crate::BitReader<bool>;
#[doc = "Field `B89` writer - B89"]
pub type B89_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B90` reader - B90"]
pub type B90_R = crate::BitReader<bool>;
#[doc = "Field `B90` writer - B90"]
pub type B90_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B91` reader - B91"]
pub type B91_R = crate::BitReader<bool>;
#[doc = "Field `B91` writer - B91"]
pub type B91_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B92` reader - B92"]
pub type B92_R = crate::BitReader<bool>;
#[doc = "Field `B92` writer - B92"]
pub type B92_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B93` reader - B93"]
pub type B93_R = crate::BitReader<bool>;
#[doc = "Field `B93` writer - B93"]
pub type B93_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B94` reader - B94"]
pub type B94_R = crate::BitReader<bool>;
#[doc = "Field `B94` writer - B94"]
pub type B94_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
#[doc = "Field `B95` reader - B95"]
pub type B95_R = crate::BitReader<bool>;
#[doc = "Field `B95` writer - B95"]
pub type B95_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR2_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B64"]
    #[inline(always)]
    pub fn b64(&self) -> B64_R {
        B64_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B65"]
    #[inline(always)]
    pub fn b65(&self) -> B65_R {
        B65_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B66"]
    #[inline(always)]
    pub fn b66(&self) -> B66_R {
        B66_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B67"]
    #[inline(always)]
    pub fn b67(&self) -> B67_R {
        B67_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B68"]
    #[inline(always)]
    pub fn b68(&self) -> B68_R {
        B68_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B69"]
    #[inline(always)]
    pub fn b69(&self) -> B69_R {
        B69_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B70"]
    #[inline(always)]
    pub fn b70(&self) -> B70_R {
        B70_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B71"]
    #[inline(always)]
    pub fn b71(&self) -> B71_R {
        B71_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B72"]
    #[inline(always)]
    pub fn b72(&self) -> B72_R {
        B72_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B73"]
    #[inline(always)]
    pub fn b73(&self) -> B73_R {
        B73_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B74"]
    #[inline(always)]
    pub fn b74(&self) -> B74_R {
        B74_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B75"]
    #[inline(always)]
    pub fn b75(&self) -> B75_R {
        B75_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B76"]
    #[inline(always)]
    pub fn b76(&self) -> B76_R {
        B76_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B77"]
    #[inline(always)]
    pub fn b77(&self) -> B77_R {
        B77_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B78"]
    #[inline(always)]
    pub fn b78(&self) -> B78_R {
        B78_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B79"]
    #[inline(always)]
    pub fn b79(&self) -> B79_R {
        B79_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B80"]
    #[inline(always)]
    pub fn b80(&self) -> B80_R {
        B80_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B81"]
    #[inline(always)]
    pub fn b81(&self) -> B81_R {
        B81_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B82"]
    #[inline(always)]
    pub fn b82(&self) -> B82_R {
        B82_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B83"]
    #[inline(always)]
    pub fn b83(&self) -> B83_R {
        B83_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B84"]
    #[inline(always)]
    pub fn b84(&self) -> B84_R {
        B84_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B85"]
    #[inline(always)]
    pub fn b85(&self) -> B85_R {
        B85_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B86"]
    #[inline(always)]
    pub fn b86(&self) -> B86_R {
        B86_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B87"]
    #[inline(always)]
    pub fn b87(&self) -> B87_R {
        B87_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B88"]
    #[inline(always)]
    pub fn b88(&self) -> B88_R {
        B88_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B89"]
    #[inline(always)]
    pub fn b89(&self) -> B89_R {
        B89_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B90"]
    #[inline(always)]
    pub fn b90(&self) -> B90_R {
        B90_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B91"]
    #[inline(always)]
    pub fn b91(&self) -> B91_R {
        B91_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B92"]
    #[inline(always)]
    pub fn b92(&self) -> B92_R {
        B92_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B93"]
    #[inline(always)]
    pub fn b93(&self) -> B93_R {
        B93_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B94"]
    #[inline(always)]
    pub fn b94(&self) -> B94_R {
        B94_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B95"]
    #[inline(always)]
    pub fn b95(&self) -> B95_R {
        B95_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B64"]
    #[inline(always)]
    pub fn b64(&mut self) -> B64_W<0> {
        B64_W::new(self)
    }
    #[doc = "Bit 1 - B65"]
    #[inline(always)]
    pub fn b65(&mut self) -> B65_W<1> {
        B65_W::new(self)
    }
    #[doc = "Bit 2 - B66"]
    #[inline(always)]
    pub fn b66(&mut self) -> B66_W<2> {
        B66_W::new(self)
    }
    #[doc = "Bit 3 - B67"]
    #[inline(always)]
    pub fn b67(&mut self) -> B67_W<3> {
        B67_W::new(self)
    }
    #[doc = "Bit 4 - B68"]
    #[inline(always)]
    pub fn b68(&mut self) -> B68_W<4> {
        B68_W::new(self)
    }
    #[doc = "Bit 5 - B69"]
    #[inline(always)]
    pub fn b69(&mut self) -> B69_W<5> {
        B69_W::new(self)
    }
    #[doc = "Bit 6 - B70"]
    #[inline(always)]
    pub fn b70(&mut self) -> B70_W<6> {
        B70_W::new(self)
    }
    #[doc = "Bit 7 - B71"]
    #[inline(always)]
    pub fn b71(&mut self) -> B71_W<7> {
        B71_W::new(self)
    }
    #[doc = "Bit 8 - B72"]
    #[inline(always)]
    pub fn b72(&mut self) -> B72_W<8> {
        B72_W::new(self)
    }
    #[doc = "Bit 9 - B73"]
    #[inline(always)]
    pub fn b73(&mut self) -> B73_W<9> {
        B73_W::new(self)
    }
    #[doc = "Bit 10 - B74"]
    #[inline(always)]
    pub fn b74(&mut self) -> B74_W<10> {
        B74_W::new(self)
    }
    #[doc = "Bit 11 - B75"]
    #[inline(always)]
    pub fn b75(&mut self) -> B75_W<11> {
        B75_W::new(self)
    }
    #[doc = "Bit 12 - B76"]
    #[inline(always)]
    pub fn b76(&mut self) -> B76_W<12> {
        B76_W::new(self)
    }
    #[doc = "Bit 13 - B77"]
    #[inline(always)]
    pub fn b77(&mut self) -> B77_W<13> {
        B77_W::new(self)
    }
    #[doc = "Bit 14 - B78"]
    #[inline(always)]
    pub fn b78(&mut self) -> B78_W<14> {
        B78_W::new(self)
    }
    #[doc = "Bit 15 - B79"]
    #[inline(always)]
    pub fn b79(&mut self) -> B79_W<15> {
        B79_W::new(self)
    }
    #[doc = "Bit 16 - B80"]
    #[inline(always)]
    pub fn b80(&mut self) -> B80_W<16> {
        B80_W::new(self)
    }
    #[doc = "Bit 17 - B81"]
    #[inline(always)]
    pub fn b81(&mut self) -> B81_W<17> {
        B81_W::new(self)
    }
    #[doc = "Bit 18 - B82"]
    #[inline(always)]
    pub fn b82(&mut self) -> B82_W<18> {
        B82_W::new(self)
    }
    #[doc = "Bit 19 - B83"]
    #[inline(always)]
    pub fn b83(&mut self) -> B83_W<19> {
        B83_W::new(self)
    }
    #[doc = "Bit 20 - B84"]
    #[inline(always)]
    pub fn b84(&mut self) -> B84_W<20> {
        B84_W::new(self)
    }
    #[doc = "Bit 21 - B85"]
    #[inline(always)]
    pub fn b85(&mut self) -> B85_W<21> {
        B85_W::new(self)
    }
    #[doc = "Bit 22 - B86"]
    #[inline(always)]
    pub fn b86(&mut self) -> B86_W<22> {
        B86_W::new(self)
    }
    #[doc = "Bit 23 - B87"]
    #[inline(always)]
    pub fn b87(&mut self) -> B87_W<23> {
        B87_W::new(self)
    }
    #[doc = "Bit 24 - B88"]
    #[inline(always)]
    pub fn b88(&mut self) -> B88_W<24> {
        B88_W::new(self)
    }
    #[doc = "Bit 25 - B89"]
    #[inline(always)]
    pub fn b89(&mut self) -> B89_W<25> {
        B89_W::new(self)
    }
    #[doc = "Bit 26 - B90"]
    #[inline(always)]
    pub fn b90(&mut self) -> B90_W<26> {
        B90_W::new(self)
    }
    #[doc = "Bit 27 - B91"]
    #[inline(always)]
    pub fn b91(&mut self) -> B91_W<27> {
        B91_W::new(self)
    }
    #[doc = "Bit 28 - B92"]
    #[inline(always)]
    pub fn b92(&mut self) -> B92_W<28> {
        B92_W::new(self)
    }
    #[doc = "Bit 29 - B93"]
    #[inline(always)]
    pub fn b93(&mut self) -> B93_W<29> {
        B93_W::new(self)
    }
    #[doc = "Bit 30 - B94"]
    #[inline(always)]
    pub fn b94(&mut self) -> B94_W<30> {
        B94_W::new(self)
    }
    #[doc = "Bit 31 - B95"]
    #[inline(always)]
    pub fn b95(&mut self) -> B95_W<31> {
        B95_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 [mpcbb1_vctr2](index.html) module"]
pub struct MPCBB1_VCTR2_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR2_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr2::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR2_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr2::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR2_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR2 to value 0xffff_ffff"]
impl crate::Resettable for MPCBB1_VCTR2_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0xffff_ffff
    }
}