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_VCTR62` reader"]
pub struct R(crate::R<MPCBB1_VCTR62_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR62_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR62_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR62_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR62` writer"]
pub struct W(crate::W<MPCBB1_VCTR62_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR62_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_VCTR62_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR62_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1984` reader - B1984"]
pub type B1984_R = crate::BitReader<bool>;
#[doc = "Field `B1984` writer - B1984"]
pub type B1984_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1985` reader - B1985"]
pub type B1985_R = crate::BitReader<bool>;
#[doc = "Field `B1985` writer - B1985"]
pub type B1985_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1986` reader - B1986"]
pub type B1986_R = crate::BitReader<bool>;
#[doc = "Field `B1986` writer - B1986"]
pub type B1986_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1987` reader - B1987"]
pub type B1987_R = crate::BitReader<bool>;
#[doc = "Field `B1987` writer - B1987"]
pub type B1987_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1988` reader - B1988"]
pub type B1988_R = crate::BitReader<bool>;
#[doc = "Field `B1988` writer - B1988"]
pub type B1988_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1989` reader - B1989"]
pub type B1989_R = crate::BitReader<bool>;
#[doc = "Field `B1989` writer - B1989"]
pub type B1989_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1990` reader - B1990"]
pub type B1990_R = crate::BitReader<bool>;
#[doc = "Field `B1990` writer - B1990"]
pub type B1990_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1991` reader - B1991"]
pub type B1991_R = crate::BitReader<bool>;
#[doc = "Field `B1991` writer - B1991"]
pub type B1991_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1992` reader - B1992"]
pub type B1992_R = crate::BitReader<bool>;
#[doc = "Field `B1992` writer - B1992"]
pub type B1992_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1993` reader - B1993"]
pub type B1993_R = crate::BitReader<bool>;
#[doc = "Field `B1993` writer - B1993"]
pub type B1993_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1994` reader - B1994"]
pub type B1994_R = crate::BitReader<bool>;
#[doc = "Field `B1994` writer - B1994"]
pub type B1994_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1995` reader - B1995"]
pub type B1995_R = crate::BitReader<bool>;
#[doc = "Field `B1995` writer - B1995"]
pub type B1995_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1996` reader - B1996"]
pub type B1996_R = crate::BitReader<bool>;
#[doc = "Field `B1996` writer - B1996"]
pub type B1996_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1997` reader - B1997"]
pub type B1997_R = crate::BitReader<bool>;
#[doc = "Field `B1997` writer - B1997"]
pub type B1997_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1998` reader - B1998"]
pub type B1998_R = crate::BitReader<bool>;
#[doc = "Field `B1998` writer - B1998"]
pub type B1998_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B1999` reader - B1999"]
pub type B1999_R = crate::BitReader<bool>;
#[doc = "Field `B1999` writer - B1999"]
pub type B1999_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2000` reader - B2000"]
pub type B2000_R = crate::BitReader<bool>;
#[doc = "Field `B2000` writer - B2000"]
pub type B2000_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2001` reader - B2001"]
pub type B2001_R = crate::BitReader<bool>;
#[doc = "Field `B2001` writer - B2001"]
pub type B2001_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2002` reader - B2002"]
pub type B2002_R = crate::BitReader<bool>;
#[doc = "Field `B2002` writer - B2002"]
pub type B2002_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2003` reader - B2003"]
pub type B2003_R = crate::BitReader<bool>;
#[doc = "Field `B2003` writer - B2003"]
pub type B2003_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2004` reader - B2004"]
pub type B2004_R = crate::BitReader<bool>;
#[doc = "Field `B2004` writer - B2004"]
pub type B2004_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2005` reader - B2005"]
pub type B2005_R = crate::BitReader<bool>;
#[doc = "Field `B2005` writer - B2005"]
pub type B2005_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2006` reader - B2006"]
pub type B2006_R = crate::BitReader<bool>;
#[doc = "Field `B2006` writer - B2006"]
pub type B2006_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2007` reader - B2007"]
pub type B2007_R = crate::BitReader<bool>;
#[doc = "Field `B2007` writer - B2007"]
pub type B2007_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2008` reader - B2008"]
pub type B2008_R = crate::BitReader<bool>;
#[doc = "Field `B2008` writer - B2008"]
pub type B2008_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2009` reader - B2009"]
pub type B2009_R = crate::BitReader<bool>;
#[doc = "Field `B2009` writer - B2009"]
pub type B2009_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2010` reader - B2010"]
pub type B2010_R = crate::BitReader<bool>;
#[doc = "Field `B2010` writer - B2010"]
pub type B2010_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2011` reader - B2011"]
pub type B2011_R = crate::BitReader<bool>;
#[doc = "Field `B2011` writer - B2011"]
pub type B2011_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2012` reader - B2012"]
pub type B2012_R = crate::BitReader<bool>;
#[doc = "Field `B2012` writer - B2012"]
pub type B2012_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2013` reader - B2013"]
pub type B2013_R = crate::BitReader<bool>;
#[doc = "Field `B2013` writer - B2013"]
pub type B2013_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2014` reader - B2014"]
pub type B2014_R = crate::BitReader<bool>;
#[doc = "Field `B2014` writer - B2014"]
pub type B2014_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
#[doc = "Field `B2015` reader - B2015"]
pub type B2015_R = crate::BitReader<bool>;
#[doc = "Field `B2015` writer - B2015"]
pub type B2015_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR62_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1984"]
    #[inline(always)]
    pub fn b1984(&self) -> B1984_R {
        B1984_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1985"]
    #[inline(always)]
    pub fn b1985(&self) -> B1985_R {
        B1985_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1986"]
    #[inline(always)]
    pub fn b1986(&self) -> B1986_R {
        B1986_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1987"]
    #[inline(always)]
    pub fn b1987(&self) -> B1987_R {
        B1987_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1988"]
    #[inline(always)]
    pub fn b1988(&self) -> B1988_R {
        B1988_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1989"]
    #[inline(always)]
    pub fn b1989(&self) -> B1989_R {
        B1989_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1990"]
    #[inline(always)]
    pub fn b1990(&self) -> B1990_R {
        B1990_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1991"]
    #[inline(always)]
    pub fn b1991(&self) -> B1991_R {
        B1991_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1992"]
    #[inline(always)]
    pub fn b1992(&self) -> B1992_R {
        B1992_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1993"]
    #[inline(always)]
    pub fn b1993(&self) -> B1993_R {
        B1993_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1994"]
    #[inline(always)]
    pub fn b1994(&self) -> B1994_R {
        B1994_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1995"]
    #[inline(always)]
    pub fn b1995(&self) -> B1995_R {
        B1995_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1996"]
    #[inline(always)]
    pub fn b1996(&self) -> B1996_R {
        B1996_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1997"]
    #[inline(always)]
    pub fn b1997(&self) -> B1997_R {
        B1997_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1998"]
    #[inline(always)]
    pub fn b1998(&self) -> B1998_R {
        B1998_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1999"]
    #[inline(always)]
    pub fn b1999(&self) -> B1999_R {
        B1999_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B2000"]
    #[inline(always)]
    pub fn b2000(&self) -> B2000_R {
        B2000_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B2001"]
    #[inline(always)]
    pub fn b2001(&self) -> B2001_R {
        B2001_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B2002"]
    #[inline(always)]
    pub fn b2002(&self) -> B2002_R {
        B2002_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B2003"]
    #[inline(always)]
    pub fn b2003(&self) -> B2003_R {
        B2003_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B2004"]
    #[inline(always)]
    pub fn b2004(&self) -> B2004_R {
        B2004_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B2005"]
    #[inline(always)]
    pub fn b2005(&self) -> B2005_R {
        B2005_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B2006"]
    #[inline(always)]
    pub fn b2006(&self) -> B2006_R {
        B2006_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B2007"]
    #[inline(always)]
    pub fn b2007(&self) -> B2007_R {
        B2007_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B2008"]
    #[inline(always)]
    pub fn b2008(&self) -> B2008_R {
        B2008_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B2009"]
    #[inline(always)]
    pub fn b2009(&self) -> B2009_R {
        B2009_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B2010"]
    #[inline(always)]
    pub fn b2010(&self) -> B2010_R {
        B2010_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B2011"]
    #[inline(always)]
    pub fn b2011(&self) -> B2011_R {
        B2011_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B2012"]
    #[inline(always)]
    pub fn b2012(&self) -> B2012_R {
        B2012_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B2013"]
    #[inline(always)]
    pub fn b2013(&self) -> B2013_R {
        B2013_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B2014"]
    #[inline(always)]
    pub fn b2014(&self) -> B2014_R {
        B2014_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B2015"]
    #[inline(always)]
    pub fn b2015(&self) -> B2015_R {
        B2015_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1984"]
    #[inline(always)]
    pub fn b1984(&mut self) -> B1984_W<0> {
        B1984_W::new(self)
    }
    #[doc = "Bit 1 - B1985"]
    #[inline(always)]
    pub fn b1985(&mut self) -> B1985_W<1> {
        B1985_W::new(self)
    }
    #[doc = "Bit 2 - B1986"]
    #[inline(always)]
    pub fn b1986(&mut self) -> B1986_W<2> {
        B1986_W::new(self)
    }
    #[doc = "Bit 3 - B1987"]
    #[inline(always)]
    pub fn b1987(&mut self) -> B1987_W<3> {
        B1987_W::new(self)
    }
    #[doc = "Bit 4 - B1988"]
    #[inline(always)]
    pub fn b1988(&mut self) -> B1988_W<4> {
        B1988_W::new(self)
    }
    #[doc = "Bit 5 - B1989"]
    #[inline(always)]
    pub fn b1989(&mut self) -> B1989_W<5> {
        B1989_W::new(self)
    }
    #[doc = "Bit 6 - B1990"]
    #[inline(always)]
    pub fn b1990(&mut self) -> B1990_W<6> {
        B1990_W::new(self)
    }
    #[doc = "Bit 7 - B1991"]
    #[inline(always)]
    pub fn b1991(&mut self) -> B1991_W<7> {
        B1991_W::new(self)
    }
    #[doc = "Bit 8 - B1992"]
    #[inline(always)]
    pub fn b1992(&mut self) -> B1992_W<8> {
        B1992_W::new(self)
    }
    #[doc = "Bit 9 - B1993"]
    #[inline(always)]
    pub fn b1993(&mut self) -> B1993_W<9> {
        B1993_W::new(self)
    }
    #[doc = "Bit 10 - B1994"]
    #[inline(always)]
    pub fn b1994(&mut self) -> B1994_W<10> {
        B1994_W::new(self)
    }
    #[doc = "Bit 11 - B1995"]
    #[inline(always)]
    pub fn b1995(&mut self) -> B1995_W<11> {
        B1995_W::new(self)
    }
    #[doc = "Bit 12 - B1996"]
    #[inline(always)]
    pub fn b1996(&mut self) -> B1996_W<12> {
        B1996_W::new(self)
    }
    #[doc = "Bit 13 - B1997"]
    #[inline(always)]
    pub fn b1997(&mut self) -> B1997_W<13> {
        B1997_W::new(self)
    }
    #[doc = "Bit 14 - B1998"]
    #[inline(always)]
    pub fn b1998(&mut self) -> B1998_W<14> {
        B1998_W::new(self)
    }
    #[doc = "Bit 15 - B1999"]
    #[inline(always)]
    pub fn b1999(&mut self) -> B1999_W<15> {
        B1999_W::new(self)
    }
    #[doc = "Bit 16 - B2000"]
    #[inline(always)]
    pub fn b2000(&mut self) -> B2000_W<16> {
        B2000_W::new(self)
    }
    #[doc = "Bit 17 - B2001"]
    #[inline(always)]
    pub fn b2001(&mut self) -> B2001_W<17> {
        B2001_W::new(self)
    }
    #[doc = "Bit 18 - B2002"]
    #[inline(always)]
    pub fn b2002(&mut self) -> B2002_W<18> {
        B2002_W::new(self)
    }
    #[doc = "Bit 19 - B2003"]
    #[inline(always)]
    pub fn b2003(&mut self) -> B2003_W<19> {
        B2003_W::new(self)
    }
    #[doc = "Bit 20 - B2004"]
    #[inline(always)]
    pub fn b2004(&mut self) -> B2004_W<20> {
        B2004_W::new(self)
    }
    #[doc = "Bit 21 - B2005"]
    #[inline(always)]
    pub fn b2005(&mut self) -> B2005_W<21> {
        B2005_W::new(self)
    }
    #[doc = "Bit 22 - B2006"]
    #[inline(always)]
    pub fn b2006(&mut self) -> B2006_W<22> {
        B2006_W::new(self)
    }
    #[doc = "Bit 23 - B2007"]
    #[inline(always)]
    pub fn b2007(&mut self) -> B2007_W<23> {
        B2007_W::new(self)
    }
    #[doc = "Bit 24 - B2008"]
    #[inline(always)]
    pub fn b2008(&mut self) -> B2008_W<24> {
        B2008_W::new(self)
    }
    #[doc = "Bit 25 - B2009"]
    #[inline(always)]
    pub fn b2009(&mut self) -> B2009_W<25> {
        B2009_W::new(self)
    }
    #[doc = "Bit 26 - B2010"]
    #[inline(always)]
    pub fn b2010(&mut self) -> B2010_W<26> {
        B2010_W::new(self)
    }
    #[doc = "Bit 27 - B2011"]
    #[inline(always)]
    pub fn b2011(&mut self) -> B2011_W<27> {
        B2011_W::new(self)
    }
    #[doc = "Bit 28 - B2012"]
    #[inline(always)]
    pub fn b2012(&mut self) -> B2012_W<28> {
        B2012_W::new(self)
    }
    #[doc = "Bit 29 - B2013"]
    #[inline(always)]
    pub fn b2013(&mut self) -> B2013_W<29> {
        B2013_W::new(self)
    }
    #[doc = "Bit 30 - B2014"]
    #[inline(always)]
    pub fn b2014(&mut self) -> B2014_W<30> {
        B2014_W::new(self)
    }
    #[doc = "Bit 31 - B2015"]
    #[inline(always)]
    pub fn b2015(&mut self) -> B2015_W<31> {
        B2015_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_vctr62](index.html) module"]
pub struct MPCBB1_VCTR62_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR62_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr62::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR62_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr62::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR62_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR62 to value 0"]
impl crate::Resettable for MPCBB1_VCTR62_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}