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_VCTR55` reader"]
pub struct R(crate::R<MPCBB2_VCTR55_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR55_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR55_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR55_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR55` writer"]
pub struct W(crate::W<MPCBB2_VCTR55_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR55_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_VCTR55_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR55_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1760` reader - B1760"]
pub type B1760_R = crate::BitReader<bool>;
#[doc = "Field `B1760` writer - B1760"]
pub type B1760_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1761` reader - B1761"]
pub type B1761_R = crate::BitReader<bool>;
#[doc = "Field `B1761` writer - B1761"]
pub type B1761_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1762` reader - B1762"]
pub type B1762_R = crate::BitReader<bool>;
#[doc = "Field `B1762` writer - B1762"]
pub type B1762_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1763` reader - B1763"]
pub type B1763_R = crate::BitReader<bool>;
#[doc = "Field `B1763` writer - B1763"]
pub type B1763_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1764` reader - B1764"]
pub type B1764_R = crate::BitReader<bool>;
#[doc = "Field `B1764` writer - B1764"]
pub type B1764_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1765` reader - B1765"]
pub type B1765_R = crate::BitReader<bool>;
#[doc = "Field `B1765` writer - B1765"]
pub type B1765_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1766` reader - B1766"]
pub type B1766_R = crate::BitReader<bool>;
#[doc = "Field `B1766` writer - B1766"]
pub type B1766_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1767` reader - B1767"]
pub type B1767_R = crate::BitReader<bool>;
#[doc = "Field `B1767` writer - B1767"]
pub type B1767_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1768` reader - B1768"]
pub type B1768_R = crate::BitReader<bool>;
#[doc = "Field `B1768` writer - B1768"]
pub type B1768_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1769` reader - B1769"]
pub type B1769_R = crate::BitReader<bool>;
#[doc = "Field `B1769` writer - B1769"]
pub type B1769_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1770` reader - B1770"]
pub type B1770_R = crate::BitReader<bool>;
#[doc = "Field `B1770` writer - B1770"]
pub type B1770_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1771` reader - B1771"]
pub type B1771_R = crate::BitReader<bool>;
#[doc = "Field `B1771` writer - B1771"]
pub type B1771_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1772` reader - B1772"]
pub type B1772_R = crate::BitReader<bool>;
#[doc = "Field `B1772` writer - B1772"]
pub type B1772_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1773` reader - B1773"]
pub type B1773_R = crate::BitReader<bool>;
#[doc = "Field `B1773` writer - B1773"]
pub type B1773_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1774` reader - B1774"]
pub type B1774_R = crate::BitReader<bool>;
#[doc = "Field `B1774` writer - B1774"]
pub type B1774_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1775` reader - B1775"]
pub type B1775_R = crate::BitReader<bool>;
#[doc = "Field `B1775` writer - B1775"]
pub type B1775_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1776` reader - B1776"]
pub type B1776_R = crate::BitReader<bool>;
#[doc = "Field `B1776` writer - B1776"]
pub type B1776_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1777` reader - B1777"]
pub type B1777_R = crate::BitReader<bool>;
#[doc = "Field `B1777` writer - B1777"]
pub type B1777_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1778` reader - B1778"]
pub type B1778_R = crate::BitReader<bool>;
#[doc = "Field `B1778` writer - B1778"]
pub type B1778_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1779` reader - B1779"]
pub type B1779_R = crate::BitReader<bool>;
#[doc = "Field `B1779` writer - B1779"]
pub type B1779_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1780` reader - B1780"]
pub type B1780_R = crate::BitReader<bool>;
#[doc = "Field `B1780` writer - B1780"]
pub type B1780_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1781` reader - B1781"]
pub type B1781_R = crate::BitReader<bool>;
#[doc = "Field `B1781` writer - B1781"]
pub type B1781_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1782` reader - B1782"]
pub type B1782_R = crate::BitReader<bool>;
#[doc = "Field `B1782` writer - B1782"]
pub type B1782_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1783` reader - B1783"]
pub type B1783_R = crate::BitReader<bool>;
#[doc = "Field `B1783` writer - B1783"]
pub type B1783_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1784` reader - B1784"]
pub type B1784_R = crate::BitReader<bool>;
#[doc = "Field `B1784` writer - B1784"]
pub type B1784_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1785` reader - B1785"]
pub type B1785_R = crate::BitReader<bool>;
#[doc = "Field `B1785` writer - B1785"]
pub type B1785_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1786` reader - B1786"]
pub type B1786_R = crate::BitReader<bool>;
#[doc = "Field `B1786` writer - B1786"]
pub type B1786_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1787` reader - B1787"]
pub type B1787_R = crate::BitReader<bool>;
#[doc = "Field `B1787` writer - B1787"]
pub type B1787_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1788` reader - B1788"]
pub type B1788_R = crate::BitReader<bool>;
#[doc = "Field `B1788` writer - B1788"]
pub type B1788_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1789` reader - B1789"]
pub type B1789_R = crate::BitReader<bool>;
#[doc = "Field `B1789` writer - B1789"]
pub type B1789_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1790` reader - B1790"]
pub type B1790_R = crate::BitReader<bool>;
#[doc = "Field `B1790` writer - B1790"]
pub type B1790_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
#[doc = "Field `B1791` reader - B1791"]
pub type B1791_R = crate::BitReader<bool>;
#[doc = "Field `B1791` writer - B1791"]
pub type B1791_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR55_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1760"]
    #[inline(always)]
    pub fn b1760(&self) -> B1760_R {
        B1760_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1761"]
    #[inline(always)]
    pub fn b1761(&self) -> B1761_R {
        B1761_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1762"]
    #[inline(always)]
    pub fn b1762(&self) -> B1762_R {
        B1762_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1763"]
    #[inline(always)]
    pub fn b1763(&self) -> B1763_R {
        B1763_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1764"]
    #[inline(always)]
    pub fn b1764(&self) -> B1764_R {
        B1764_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1765"]
    #[inline(always)]
    pub fn b1765(&self) -> B1765_R {
        B1765_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1766"]
    #[inline(always)]
    pub fn b1766(&self) -> B1766_R {
        B1766_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1767"]
    #[inline(always)]
    pub fn b1767(&self) -> B1767_R {
        B1767_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1768"]
    #[inline(always)]
    pub fn b1768(&self) -> B1768_R {
        B1768_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1769"]
    #[inline(always)]
    pub fn b1769(&self) -> B1769_R {
        B1769_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1770"]
    #[inline(always)]
    pub fn b1770(&self) -> B1770_R {
        B1770_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1771"]
    #[inline(always)]
    pub fn b1771(&self) -> B1771_R {
        B1771_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1772"]
    #[inline(always)]
    pub fn b1772(&self) -> B1772_R {
        B1772_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1773"]
    #[inline(always)]
    pub fn b1773(&self) -> B1773_R {
        B1773_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1774"]
    #[inline(always)]
    pub fn b1774(&self) -> B1774_R {
        B1774_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1775"]
    #[inline(always)]
    pub fn b1775(&self) -> B1775_R {
        B1775_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1776"]
    #[inline(always)]
    pub fn b1776(&self) -> B1776_R {
        B1776_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1777"]
    #[inline(always)]
    pub fn b1777(&self) -> B1777_R {
        B1777_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1778"]
    #[inline(always)]
    pub fn b1778(&self) -> B1778_R {
        B1778_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1779"]
    #[inline(always)]
    pub fn b1779(&self) -> B1779_R {
        B1779_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1780"]
    #[inline(always)]
    pub fn b1780(&self) -> B1780_R {
        B1780_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1781"]
    #[inline(always)]
    pub fn b1781(&self) -> B1781_R {
        B1781_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1782"]
    #[inline(always)]
    pub fn b1782(&self) -> B1782_R {
        B1782_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1783"]
    #[inline(always)]
    pub fn b1783(&self) -> B1783_R {
        B1783_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1784"]
    #[inline(always)]
    pub fn b1784(&self) -> B1784_R {
        B1784_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1785"]
    #[inline(always)]
    pub fn b1785(&self) -> B1785_R {
        B1785_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1786"]
    #[inline(always)]
    pub fn b1786(&self) -> B1786_R {
        B1786_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1787"]
    #[inline(always)]
    pub fn b1787(&self) -> B1787_R {
        B1787_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1788"]
    #[inline(always)]
    pub fn b1788(&self) -> B1788_R {
        B1788_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1789"]
    #[inline(always)]
    pub fn b1789(&self) -> B1789_R {
        B1789_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1790"]
    #[inline(always)]
    pub fn b1790(&self) -> B1790_R {
        B1790_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1791"]
    #[inline(always)]
    pub fn b1791(&self) -> B1791_R {
        B1791_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1760"]
    #[inline(always)]
    pub fn b1760(&mut self) -> B1760_W<0> {
        B1760_W::new(self)
    }
    #[doc = "Bit 1 - B1761"]
    #[inline(always)]
    pub fn b1761(&mut self) -> B1761_W<1> {
        B1761_W::new(self)
    }
    #[doc = "Bit 2 - B1762"]
    #[inline(always)]
    pub fn b1762(&mut self) -> B1762_W<2> {
        B1762_W::new(self)
    }
    #[doc = "Bit 3 - B1763"]
    #[inline(always)]
    pub fn b1763(&mut self) -> B1763_W<3> {
        B1763_W::new(self)
    }
    #[doc = "Bit 4 - B1764"]
    #[inline(always)]
    pub fn b1764(&mut self) -> B1764_W<4> {
        B1764_W::new(self)
    }
    #[doc = "Bit 5 - B1765"]
    #[inline(always)]
    pub fn b1765(&mut self) -> B1765_W<5> {
        B1765_W::new(self)
    }
    #[doc = "Bit 6 - B1766"]
    #[inline(always)]
    pub fn b1766(&mut self) -> B1766_W<6> {
        B1766_W::new(self)
    }
    #[doc = "Bit 7 - B1767"]
    #[inline(always)]
    pub fn b1767(&mut self) -> B1767_W<7> {
        B1767_W::new(self)
    }
    #[doc = "Bit 8 - B1768"]
    #[inline(always)]
    pub fn b1768(&mut self) -> B1768_W<8> {
        B1768_W::new(self)
    }
    #[doc = "Bit 9 - B1769"]
    #[inline(always)]
    pub fn b1769(&mut self) -> B1769_W<9> {
        B1769_W::new(self)
    }
    #[doc = "Bit 10 - B1770"]
    #[inline(always)]
    pub fn b1770(&mut self) -> B1770_W<10> {
        B1770_W::new(self)
    }
    #[doc = "Bit 11 - B1771"]
    #[inline(always)]
    pub fn b1771(&mut self) -> B1771_W<11> {
        B1771_W::new(self)
    }
    #[doc = "Bit 12 - B1772"]
    #[inline(always)]
    pub fn b1772(&mut self) -> B1772_W<12> {
        B1772_W::new(self)
    }
    #[doc = "Bit 13 - B1773"]
    #[inline(always)]
    pub fn b1773(&mut self) -> B1773_W<13> {
        B1773_W::new(self)
    }
    #[doc = "Bit 14 - B1774"]
    #[inline(always)]
    pub fn b1774(&mut self) -> B1774_W<14> {
        B1774_W::new(self)
    }
    #[doc = "Bit 15 - B1775"]
    #[inline(always)]
    pub fn b1775(&mut self) -> B1775_W<15> {
        B1775_W::new(self)
    }
    #[doc = "Bit 16 - B1776"]
    #[inline(always)]
    pub fn b1776(&mut self) -> B1776_W<16> {
        B1776_W::new(self)
    }
    #[doc = "Bit 17 - B1777"]
    #[inline(always)]
    pub fn b1777(&mut self) -> B1777_W<17> {
        B1777_W::new(self)
    }
    #[doc = "Bit 18 - B1778"]
    #[inline(always)]
    pub fn b1778(&mut self) -> B1778_W<18> {
        B1778_W::new(self)
    }
    #[doc = "Bit 19 - B1779"]
    #[inline(always)]
    pub fn b1779(&mut self) -> B1779_W<19> {
        B1779_W::new(self)
    }
    #[doc = "Bit 20 - B1780"]
    #[inline(always)]
    pub fn b1780(&mut self) -> B1780_W<20> {
        B1780_W::new(self)
    }
    #[doc = "Bit 21 - B1781"]
    #[inline(always)]
    pub fn b1781(&mut self) -> B1781_W<21> {
        B1781_W::new(self)
    }
    #[doc = "Bit 22 - B1782"]
    #[inline(always)]
    pub fn b1782(&mut self) -> B1782_W<22> {
        B1782_W::new(self)
    }
    #[doc = "Bit 23 - B1783"]
    #[inline(always)]
    pub fn b1783(&mut self) -> B1783_W<23> {
        B1783_W::new(self)
    }
    #[doc = "Bit 24 - B1784"]
    #[inline(always)]
    pub fn b1784(&mut self) -> B1784_W<24> {
        B1784_W::new(self)
    }
    #[doc = "Bit 25 - B1785"]
    #[inline(always)]
    pub fn b1785(&mut self) -> B1785_W<25> {
        B1785_W::new(self)
    }
    #[doc = "Bit 26 - B1786"]
    #[inline(always)]
    pub fn b1786(&mut self) -> B1786_W<26> {
        B1786_W::new(self)
    }
    #[doc = "Bit 27 - B1787"]
    #[inline(always)]
    pub fn b1787(&mut self) -> B1787_W<27> {
        B1787_W::new(self)
    }
    #[doc = "Bit 28 - B1788"]
    #[inline(always)]
    pub fn b1788(&mut self) -> B1788_W<28> {
        B1788_W::new(self)
    }
    #[doc = "Bit 29 - B1789"]
    #[inline(always)]
    pub fn b1789(&mut self) -> B1789_W<29> {
        B1789_W::new(self)
    }
    #[doc = "Bit 30 - B1790"]
    #[inline(always)]
    pub fn b1790(&mut self) -> B1790_W<30> {
        B1790_W::new(self)
    }
    #[doc = "Bit 31 - B1791"]
    #[inline(always)]
    pub fn b1791(&mut self) -> B1791_W<31> {
        B1791_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_vctr55](index.html) module"]
pub struct MPCBB2_VCTR55_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR55_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr55::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR55_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr55::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR55_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR55 to value 0"]
impl crate::Resettable for MPCBB2_VCTR55_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}