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_VCTR51` reader"]
pub struct R(crate::R<MPCBB2_VCTR51_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR51_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR51_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR51_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR51` writer"]
pub struct W(crate::W<MPCBB2_VCTR51_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR51_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_VCTR51_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR51_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1632` reader - B1632"]
pub type B1632_R = crate::BitReader<bool>;
#[doc = "Field `B1632` writer - B1632"]
pub type B1632_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1633` reader - B1633"]
pub type B1633_R = crate::BitReader<bool>;
#[doc = "Field `B1633` writer - B1633"]
pub type B1633_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1634` reader - B1634"]
pub type B1634_R = crate::BitReader<bool>;
#[doc = "Field `B1634` writer - B1634"]
pub type B1634_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1635` reader - B1635"]
pub type B1635_R = crate::BitReader<bool>;
#[doc = "Field `B1635` writer - B1635"]
pub type B1635_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1636` reader - B1636"]
pub type B1636_R = crate::BitReader<bool>;
#[doc = "Field `B1636` writer - B1636"]
pub type B1636_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1637` reader - B1637"]
pub type B1637_R = crate::BitReader<bool>;
#[doc = "Field `B1637` writer - B1637"]
pub type B1637_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1638` reader - B1638"]
pub type B1638_R = crate::BitReader<bool>;
#[doc = "Field `B1638` writer - B1638"]
pub type B1638_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1639` reader - B1639"]
pub type B1639_R = crate::BitReader<bool>;
#[doc = "Field `B1639` writer - B1639"]
pub type B1639_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1640` reader - B1640"]
pub type B1640_R = crate::BitReader<bool>;
#[doc = "Field `B1640` writer - B1640"]
pub type B1640_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1641` reader - B1641"]
pub type B1641_R = crate::BitReader<bool>;
#[doc = "Field `B1641` writer - B1641"]
pub type B1641_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1642` reader - B1642"]
pub type B1642_R = crate::BitReader<bool>;
#[doc = "Field `B1642` writer - B1642"]
pub type B1642_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1643` reader - B1643"]
pub type B1643_R = crate::BitReader<bool>;
#[doc = "Field `B1643` writer - B1643"]
pub type B1643_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1644` reader - B1644"]
pub type B1644_R = crate::BitReader<bool>;
#[doc = "Field `B1644` writer - B1644"]
pub type B1644_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1645` reader - B1645"]
pub type B1645_R = crate::BitReader<bool>;
#[doc = "Field `B1645` writer - B1645"]
pub type B1645_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1646` reader - B1646"]
pub type B1646_R = crate::BitReader<bool>;
#[doc = "Field `B1646` writer - B1646"]
pub type B1646_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1647` reader - B1647"]
pub type B1647_R = crate::BitReader<bool>;
#[doc = "Field `B1647` writer - B1647"]
pub type B1647_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1648` reader - B1648"]
pub type B1648_R = crate::BitReader<bool>;
#[doc = "Field `B1648` writer - B1648"]
pub type B1648_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1649` reader - B1649"]
pub type B1649_R = crate::BitReader<bool>;
#[doc = "Field `B1649` writer - B1649"]
pub type B1649_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1650` reader - B1650"]
pub type B1650_R = crate::BitReader<bool>;
#[doc = "Field `B1650` writer - B1650"]
pub type B1650_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1651` reader - B1651"]
pub type B1651_R = crate::BitReader<bool>;
#[doc = "Field `B1651` writer - B1651"]
pub type B1651_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1652` reader - B1652"]
pub type B1652_R = crate::BitReader<bool>;
#[doc = "Field `B1652` writer - B1652"]
pub type B1652_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1653` reader - B1653"]
pub type B1653_R = crate::BitReader<bool>;
#[doc = "Field `B1653` writer - B1653"]
pub type B1653_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1654` reader - B1654"]
pub type B1654_R = crate::BitReader<bool>;
#[doc = "Field `B1654` writer - B1654"]
pub type B1654_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1655` reader - B1655"]
pub type B1655_R = crate::BitReader<bool>;
#[doc = "Field `B1655` writer - B1655"]
pub type B1655_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1656` reader - B1656"]
pub type B1656_R = crate::BitReader<bool>;
#[doc = "Field `B1656` writer - B1656"]
pub type B1656_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1657` reader - B1657"]
pub type B1657_R = crate::BitReader<bool>;
#[doc = "Field `B1657` writer - B1657"]
pub type B1657_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1658` reader - B1658"]
pub type B1658_R = crate::BitReader<bool>;
#[doc = "Field `B1658` writer - B1658"]
pub type B1658_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1659` reader - B1659"]
pub type B1659_R = crate::BitReader<bool>;
#[doc = "Field `B1659` writer - B1659"]
pub type B1659_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1660` reader - B1660"]
pub type B1660_R = crate::BitReader<bool>;
#[doc = "Field `B1660` writer - B1660"]
pub type B1660_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1661` reader - B1661"]
pub type B1661_R = crate::BitReader<bool>;
#[doc = "Field `B1661` writer - B1661"]
pub type B1661_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1662` reader - B1662"]
pub type B1662_R = crate::BitReader<bool>;
#[doc = "Field `B1662` writer - B1662"]
pub type B1662_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
#[doc = "Field `B1663` reader - B1663"]
pub type B1663_R = crate::BitReader<bool>;
#[doc = "Field `B1663` writer - B1663"]
pub type B1663_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR51_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1632"]
    #[inline(always)]
    pub fn b1632(&self) -> B1632_R {
        B1632_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1633"]
    #[inline(always)]
    pub fn b1633(&self) -> B1633_R {
        B1633_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1634"]
    #[inline(always)]
    pub fn b1634(&self) -> B1634_R {
        B1634_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1635"]
    #[inline(always)]
    pub fn b1635(&self) -> B1635_R {
        B1635_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1636"]
    #[inline(always)]
    pub fn b1636(&self) -> B1636_R {
        B1636_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1637"]
    #[inline(always)]
    pub fn b1637(&self) -> B1637_R {
        B1637_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1638"]
    #[inline(always)]
    pub fn b1638(&self) -> B1638_R {
        B1638_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1639"]
    #[inline(always)]
    pub fn b1639(&self) -> B1639_R {
        B1639_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1640"]
    #[inline(always)]
    pub fn b1640(&self) -> B1640_R {
        B1640_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1641"]
    #[inline(always)]
    pub fn b1641(&self) -> B1641_R {
        B1641_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1642"]
    #[inline(always)]
    pub fn b1642(&self) -> B1642_R {
        B1642_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1643"]
    #[inline(always)]
    pub fn b1643(&self) -> B1643_R {
        B1643_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1644"]
    #[inline(always)]
    pub fn b1644(&self) -> B1644_R {
        B1644_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1645"]
    #[inline(always)]
    pub fn b1645(&self) -> B1645_R {
        B1645_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1646"]
    #[inline(always)]
    pub fn b1646(&self) -> B1646_R {
        B1646_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1647"]
    #[inline(always)]
    pub fn b1647(&self) -> B1647_R {
        B1647_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1648"]
    #[inline(always)]
    pub fn b1648(&self) -> B1648_R {
        B1648_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1649"]
    #[inline(always)]
    pub fn b1649(&self) -> B1649_R {
        B1649_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1650"]
    #[inline(always)]
    pub fn b1650(&self) -> B1650_R {
        B1650_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1651"]
    #[inline(always)]
    pub fn b1651(&self) -> B1651_R {
        B1651_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1652"]
    #[inline(always)]
    pub fn b1652(&self) -> B1652_R {
        B1652_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1653"]
    #[inline(always)]
    pub fn b1653(&self) -> B1653_R {
        B1653_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1654"]
    #[inline(always)]
    pub fn b1654(&self) -> B1654_R {
        B1654_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1655"]
    #[inline(always)]
    pub fn b1655(&self) -> B1655_R {
        B1655_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1656"]
    #[inline(always)]
    pub fn b1656(&self) -> B1656_R {
        B1656_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1657"]
    #[inline(always)]
    pub fn b1657(&self) -> B1657_R {
        B1657_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1658"]
    #[inline(always)]
    pub fn b1658(&self) -> B1658_R {
        B1658_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1659"]
    #[inline(always)]
    pub fn b1659(&self) -> B1659_R {
        B1659_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1660"]
    #[inline(always)]
    pub fn b1660(&self) -> B1660_R {
        B1660_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1661"]
    #[inline(always)]
    pub fn b1661(&self) -> B1661_R {
        B1661_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1662"]
    #[inline(always)]
    pub fn b1662(&self) -> B1662_R {
        B1662_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1663"]
    #[inline(always)]
    pub fn b1663(&self) -> B1663_R {
        B1663_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1632"]
    #[inline(always)]
    pub fn b1632(&mut self) -> B1632_W<0> {
        B1632_W::new(self)
    }
    #[doc = "Bit 1 - B1633"]
    #[inline(always)]
    pub fn b1633(&mut self) -> B1633_W<1> {
        B1633_W::new(self)
    }
    #[doc = "Bit 2 - B1634"]
    #[inline(always)]
    pub fn b1634(&mut self) -> B1634_W<2> {
        B1634_W::new(self)
    }
    #[doc = "Bit 3 - B1635"]
    #[inline(always)]
    pub fn b1635(&mut self) -> B1635_W<3> {
        B1635_W::new(self)
    }
    #[doc = "Bit 4 - B1636"]
    #[inline(always)]
    pub fn b1636(&mut self) -> B1636_W<4> {
        B1636_W::new(self)
    }
    #[doc = "Bit 5 - B1637"]
    #[inline(always)]
    pub fn b1637(&mut self) -> B1637_W<5> {
        B1637_W::new(self)
    }
    #[doc = "Bit 6 - B1638"]
    #[inline(always)]
    pub fn b1638(&mut self) -> B1638_W<6> {
        B1638_W::new(self)
    }
    #[doc = "Bit 7 - B1639"]
    #[inline(always)]
    pub fn b1639(&mut self) -> B1639_W<7> {
        B1639_W::new(self)
    }
    #[doc = "Bit 8 - B1640"]
    #[inline(always)]
    pub fn b1640(&mut self) -> B1640_W<8> {
        B1640_W::new(self)
    }
    #[doc = "Bit 9 - B1641"]
    #[inline(always)]
    pub fn b1641(&mut self) -> B1641_W<9> {
        B1641_W::new(self)
    }
    #[doc = "Bit 10 - B1642"]
    #[inline(always)]
    pub fn b1642(&mut self) -> B1642_W<10> {
        B1642_W::new(self)
    }
    #[doc = "Bit 11 - B1643"]
    #[inline(always)]
    pub fn b1643(&mut self) -> B1643_W<11> {
        B1643_W::new(self)
    }
    #[doc = "Bit 12 - B1644"]
    #[inline(always)]
    pub fn b1644(&mut self) -> B1644_W<12> {
        B1644_W::new(self)
    }
    #[doc = "Bit 13 - B1645"]
    #[inline(always)]
    pub fn b1645(&mut self) -> B1645_W<13> {
        B1645_W::new(self)
    }
    #[doc = "Bit 14 - B1646"]
    #[inline(always)]
    pub fn b1646(&mut self) -> B1646_W<14> {
        B1646_W::new(self)
    }
    #[doc = "Bit 15 - B1647"]
    #[inline(always)]
    pub fn b1647(&mut self) -> B1647_W<15> {
        B1647_W::new(self)
    }
    #[doc = "Bit 16 - B1648"]
    #[inline(always)]
    pub fn b1648(&mut self) -> B1648_W<16> {
        B1648_W::new(self)
    }
    #[doc = "Bit 17 - B1649"]
    #[inline(always)]
    pub fn b1649(&mut self) -> B1649_W<17> {
        B1649_W::new(self)
    }
    #[doc = "Bit 18 - B1650"]
    #[inline(always)]
    pub fn b1650(&mut self) -> B1650_W<18> {
        B1650_W::new(self)
    }
    #[doc = "Bit 19 - B1651"]
    #[inline(always)]
    pub fn b1651(&mut self) -> B1651_W<19> {
        B1651_W::new(self)
    }
    #[doc = "Bit 20 - B1652"]
    #[inline(always)]
    pub fn b1652(&mut self) -> B1652_W<20> {
        B1652_W::new(self)
    }
    #[doc = "Bit 21 - B1653"]
    #[inline(always)]
    pub fn b1653(&mut self) -> B1653_W<21> {
        B1653_W::new(self)
    }
    #[doc = "Bit 22 - B1654"]
    #[inline(always)]
    pub fn b1654(&mut self) -> B1654_W<22> {
        B1654_W::new(self)
    }
    #[doc = "Bit 23 - B1655"]
    #[inline(always)]
    pub fn b1655(&mut self) -> B1655_W<23> {
        B1655_W::new(self)
    }
    #[doc = "Bit 24 - B1656"]
    #[inline(always)]
    pub fn b1656(&mut self) -> B1656_W<24> {
        B1656_W::new(self)
    }
    #[doc = "Bit 25 - B1657"]
    #[inline(always)]
    pub fn b1657(&mut self) -> B1657_W<25> {
        B1657_W::new(self)
    }
    #[doc = "Bit 26 - B1658"]
    #[inline(always)]
    pub fn b1658(&mut self) -> B1658_W<26> {
        B1658_W::new(self)
    }
    #[doc = "Bit 27 - B1659"]
    #[inline(always)]
    pub fn b1659(&mut self) -> B1659_W<27> {
        B1659_W::new(self)
    }
    #[doc = "Bit 28 - B1660"]
    #[inline(always)]
    pub fn b1660(&mut self) -> B1660_W<28> {
        B1660_W::new(self)
    }
    #[doc = "Bit 29 - B1661"]
    #[inline(always)]
    pub fn b1661(&mut self) -> B1661_W<29> {
        B1661_W::new(self)
    }
    #[doc = "Bit 30 - B1662"]
    #[inline(always)]
    pub fn b1662(&mut self) -> B1662_W<30> {
        B1662_W::new(self)
    }
    #[doc = "Bit 31 - B1663"]
    #[inline(always)]
    pub fn b1663(&mut self) -> B1663_W<31> {
        B1663_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_vctr51](index.html) module"]
pub struct MPCBB2_VCTR51_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR51_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr51::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR51_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr51::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR51_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR51 to value 0"]
impl crate::Resettable for MPCBB2_VCTR51_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}