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_VCTR57` reader"]
pub struct R(crate::R<MPCBB1_VCTR57_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR57_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR57_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR57_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR57` writer"]
pub struct W(crate::W<MPCBB1_VCTR57_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR57_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_VCTR57_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR57_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1824` reader - B1824"]
pub type B1824_R = crate::BitReader<bool>;
#[doc = "Field `B1824` writer - B1824"]
pub type B1824_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1825` reader - B1825"]
pub type B1825_R = crate::BitReader<bool>;
#[doc = "Field `B1825` writer - B1825"]
pub type B1825_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1826` reader - B1826"]
pub type B1826_R = crate::BitReader<bool>;
#[doc = "Field `B1826` writer - B1826"]
pub type B1826_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1827` reader - B1827"]
pub type B1827_R = crate::BitReader<bool>;
#[doc = "Field `B1827` writer - B1827"]
pub type B1827_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1828` reader - B1828"]
pub type B1828_R = crate::BitReader<bool>;
#[doc = "Field `B1828` writer - B1828"]
pub type B1828_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1829` reader - B1829"]
pub type B1829_R = crate::BitReader<bool>;
#[doc = "Field `B1829` writer - B1829"]
pub type B1829_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1830` reader - B1830"]
pub type B1830_R = crate::BitReader<bool>;
#[doc = "Field `B1830` writer - B1830"]
pub type B1830_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1831` reader - B1831"]
pub type B1831_R = crate::BitReader<bool>;
#[doc = "Field `B1831` writer - B1831"]
pub type B1831_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1832` reader - B1832"]
pub type B1832_R = crate::BitReader<bool>;
#[doc = "Field `B1832` writer - B1832"]
pub type B1832_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1833` reader - B1833"]
pub type B1833_R = crate::BitReader<bool>;
#[doc = "Field `B1833` writer - B1833"]
pub type B1833_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1834` reader - B1834"]
pub type B1834_R = crate::BitReader<bool>;
#[doc = "Field `B1834` writer - B1834"]
pub type B1834_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1835` reader - B1835"]
pub type B1835_R = crate::BitReader<bool>;
#[doc = "Field `B1835` writer - B1835"]
pub type B1835_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1836` reader - B1836"]
pub type B1836_R = crate::BitReader<bool>;
#[doc = "Field `B1836` writer - B1836"]
pub type B1836_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1837` reader - B1837"]
pub type B1837_R = crate::BitReader<bool>;
#[doc = "Field `B1837` writer - B1837"]
pub type B1837_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1838` reader - B1838"]
pub type B1838_R = crate::BitReader<bool>;
#[doc = "Field `B1838` writer - B1838"]
pub type B1838_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1839` reader - B1839"]
pub type B1839_R = crate::BitReader<bool>;
#[doc = "Field `B1839` writer - B1839"]
pub type B1839_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1840` reader - B1840"]
pub type B1840_R = crate::BitReader<bool>;
#[doc = "Field `B1840` writer - B1840"]
pub type B1840_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1841` reader - B1841"]
pub type B1841_R = crate::BitReader<bool>;
#[doc = "Field `B1841` writer - B1841"]
pub type B1841_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1842` reader - B1842"]
pub type B1842_R = crate::BitReader<bool>;
#[doc = "Field `B1842` writer - B1842"]
pub type B1842_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1843` reader - B1843"]
pub type B1843_R = crate::BitReader<bool>;
#[doc = "Field `B1843` writer - B1843"]
pub type B1843_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1844` reader - B1844"]
pub type B1844_R = crate::BitReader<bool>;
#[doc = "Field `B1844` writer - B1844"]
pub type B1844_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1845` reader - B1845"]
pub type B1845_R = crate::BitReader<bool>;
#[doc = "Field `B1845` writer - B1845"]
pub type B1845_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1846` reader - B1846"]
pub type B1846_R = crate::BitReader<bool>;
#[doc = "Field `B1846` writer - B1846"]
pub type B1846_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1847` reader - B1847"]
pub type B1847_R = crate::BitReader<bool>;
#[doc = "Field `B1847` writer - B1847"]
pub type B1847_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1848` reader - B1848"]
pub type B1848_R = crate::BitReader<bool>;
#[doc = "Field `B1848` writer - B1848"]
pub type B1848_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1849` reader - B1849"]
pub type B1849_R = crate::BitReader<bool>;
#[doc = "Field `B1849` writer - B1849"]
pub type B1849_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1850` reader - B1850"]
pub type B1850_R = crate::BitReader<bool>;
#[doc = "Field `B1850` writer - B1850"]
pub type B1850_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1851` reader - B1851"]
pub type B1851_R = crate::BitReader<bool>;
#[doc = "Field `B1851` writer - B1851"]
pub type B1851_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1852` reader - B1852"]
pub type B1852_R = crate::BitReader<bool>;
#[doc = "Field `B1852` writer - B1852"]
pub type B1852_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1853` reader - B1853"]
pub type B1853_R = crate::BitReader<bool>;
#[doc = "Field `B1853` writer - B1853"]
pub type B1853_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1854` reader - B1854"]
pub type B1854_R = crate::BitReader<bool>;
#[doc = "Field `B1854` writer - B1854"]
pub type B1854_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
#[doc = "Field `B1855` reader - B1855"]
pub type B1855_R = crate::BitReader<bool>;
#[doc = "Field `B1855` writer - B1855"]
pub type B1855_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR57_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1824"]
    #[inline(always)]
    pub fn b1824(&self) -> B1824_R {
        B1824_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1825"]
    #[inline(always)]
    pub fn b1825(&self) -> B1825_R {
        B1825_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1826"]
    #[inline(always)]
    pub fn b1826(&self) -> B1826_R {
        B1826_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1827"]
    #[inline(always)]
    pub fn b1827(&self) -> B1827_R {
        B1827_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1828"]
    #[inline(always)]
    pub fn b1828(&self) -> B1828_R {
        B1828_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1829"]
    #[inline(always)]
    pub fn b1829(&self) -> B1829_R {
        B1829_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1830"]
    #[inline(always)]
    pub fn b1830(&self) -> B1830_R {
        B1830_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1831"]
    #[inline(always)]
    pub fn b1831(&self) -> B1831_R {
        B1831_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1832"]
    #[inline(always)]
    pub fn b1832(&self) -> B1832_R {
        B1832_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1833"]
    #[inline(always)]
    pub fn b1833(&self) -> B1833_R {
        B1833_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1834"]
    #[inline(always)]
    pub fn b1834(&self) -> B1834_R {
        B1834_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1835"]
    #[inline(always)]
    pub fn b1835(&self) -> B1835_R {
        B1835_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1836"]
    #[inline(always)]
    pub fn b1836(&self) -> B1836_R {
        B1836_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1837"]
    #[inline(always)]
    pub fn b1837(&self) -> B1837_R {
        B1837_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1838"]
    #[inline(always)]
    pub fn b1838(&self) -> B1838_R {
        B1838_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1839"]
    #[inline(always)]
    pub fn b1839(&self) -> B1839_R {
        B1839_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1840"]
    #[inline(always)]
    pub fn b1840(&self) -> B1840_R {
        B1840_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1841"]
    #[inline(always)]
    pub fn b1841(&self) -> B1841_R {
        B1841_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1842"]
    #[inline(always)]
    pub fn b1842(&self) -> B1842_R {
        B1842_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1843"]
    #[inline(always)]
    pub fn b1843(&self) -> B1843_R {
        B1843_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1844"]
    #[inline(always)]
    pub fn b1844(&self) -> B1844_R {
        B1844_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1845"]
    #[inline(always)]
    pub fn b1845(&self) -> B1845_R {
        B1845_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1846"]
    #[inline(always)]
    pub fn b1846(&self) -> B1846_R {
        B1846_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1847"]
    #[inline(always)]
    pub fn b1847(&self) -> B1847_R {
        B1847_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1848"]
    #[inline(always)]
    pub fn b1848(&self) -> B1848_R {
        B1848_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1849"]
    #[inline(always)]
    pub fn b1849(&self) -> B1849_R {
        B1849_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1850"]
    #[inline(always)]
    pub fn b1850(&self) -> B1850_R {
        B1850_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1851"]
    #[inline(always)]
    pub fn b1851(&self) -> B1851_R {
        B1851_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1852"]
    #[inline(always)]
    pub fn b1852(&self) -> B1852_R {
        B1852_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1853"]
    #[inline(always)]
    pub fn b1853(&self) -> B1853_R {
        B1853_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1854"]
    #[inline(always)]
    pub fn b1854(&self) -> B1854_R {
        B1854_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1855"]
    #[inline(always)]
    pub fn b1855(&self) -> B1855_R {
        B1855_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1824"]
    #[inline(always)]
    pub fn b1824(&mut self) -> B1824_W<0> {
        B1824_W::new(self)
    }
    #[doc = "Bit 1 - B1825"]
    #[inline(always)]
    pub fn b1825(&mut self) -> B1825_W<1> {
        B1825_W::new(self)
    }
    #[doc = "Bit 2 - B1826"]
    #[inline(always)]
    pub fn b1826(&mut self) -> B1826_W<2> {
        B1826_W::new(self)
    }
    #[doc = "Bit 3 - B1827"]
    #[inline(always)]
    pub fn b1827(&mut self) -> B1827_W<3> {
        B1827_W::new(self)
    }
    #[doc = "Bit 4 - B1828"]
    #[inline(always)]
    pub fn b1828(&mut self) -> B1828_W<4> {
        B1828_W::new(self)
    }
    #[doc = "Bit 5 - B1829"]
    #[inline(always)]
    pub fn b1829(&mut self) -> B1829_W<5> {
        B1829_W::new(self)
    }
    #[doc = "Bit 6 - B1830"]
    #[inline(always)]
    pub fn b1830(&mut self) -> B1830_W<6> {
        B1830_W::new(self)
    }
    #[doc = "Bit 7 - B1831"]
    #[inline(always)]
    pub fn b1831(&mut self) -> B1831_W<7> {
        B1831_W::new(self)
    }
    #[doc = "Bit 8 - B1832"]
    #[inline(always)]
    pub fn b1832(&mut self) -> B1832_W<8> {
        B1832_W::new(self)
    }
    #[doc = "Bit 9 - B1833"]
    #[inline(always)]
    pub fn b1833(&mut self) -> B1833_W<9> {
        B1833_W::new(self)
    }
    #[doc = "Bit 10 - B1834"]
    #[inline(always)]
    pub fn b1834(&mut self) -> B1834_W<10> {
        B1834_W::new(self)
    }
    #[doc = "Bit 11 - B1835"]
    #[inline(always)]
    pub fn b1835(&mut self) -> B1835_W<11> {
        B1835_W::new(self)
    }
    #[doc = "Bit 12 - B1836"]
    #[inline(always)]
    pub fn b1836(&mut self) -> B1836_W<12> {
        B1836_W::new(self)
    }
    #[doc = "Bit 13 - B1837"]
    #[inline(always)]
    pub fn b1837(&mut self) -> B1837_W<13> {
        B1837_W::new(self)
    }
    #[doc = "Bit 14 - B1838"]
    #[inline(always)]
    pub fn b1838(&mut self) -> B1838_W<14> {
        B1838_W::new(self)
    }
    #[doc = "Bit 15 - B1839"]
    #[inline(always)]
    pub fn b1839(&mut self) -> B1839_W<15> {
        B1839_W::new(self)
    }
    #[doc = "Bit 16 - B1840"]
    #[inline(always)]
    pub fn b1840(&mut self) -> B1840_W<16> {
        B1840_W::new(self)
    }
    #[doc = "Bit 17 - B1841"]
    #[inline(always)]
    pub fn b1841(&mut self) -> B1841_W<17> {
        B1841_W::new(self)
    }
    #[doc = "Bit 18 - B1842"]
    #[inline(always)]
    pub fn b1842(&mut self) -> B1842_W<18> {
        B1842_W::new(self)
    }
    #[doc = "Bit 19 - B1843"]
    #[inline(always)]
    pub fn b1843(&mut self) -> B1843_W<19> {
        B1843_W::new(self)
    }
    #[doc = "Bit 20 - B1844"]
    #[inline(always)]
    pub fn b1844(&mut self) -> B1844_W<20> {
        B1844_W::new(self)
    }
    #[doc = "Bit 21 - B1845"]
    #[inline(always)]
    pub fn b1845(&mut self) -> B1845_W<21> {
        B1845_W::new(self)
    }
    #[doc = "Bit 22 - B1846"]
    #[inline(always)]
    pub fn b1846(&mut self) -> B1846_W<22> {
        B1846_W::new(self)
    }
    #[doc = "Bit 23 - B1847"]
    #[inline(always)]
    pub fn b1847(&mut self) -> B1847_W<23> {
        B1847_W::new(self)
    }
    #[doc = "Bit 24 - B1848"]
    #[inline(always)]
    pub fn b1848(&mut self) -> B1848_W<24> {
        B1848_W::new(self)
    }
    #[doc = "Bit 25 - B1849"]
    #[inline(always)]
    pub fn b1849(&mut self) -> B1849_W<25> {
        B1849_W::new(self)
    }
    #[doc = "Bit 26 - B1850"]
    #[inline(always)]
    pub fn b1850(&mut self) -> B1850_W<26> {
        B1850_W::new(self)
    }
    #[doc = "Bit 27 - B1851"]
    #[inline(always)]
    pub fn b1851(&mut self) -> B1851_W<27> {
        B1851_W::new(self)
    }
    #[doc = "Bit 28 - B1852"]
    #[inline(always)]
    pub fn b1852(&mut self) -> B1852_W<28> {
        B1852_W::new(self)
    }
    #[doc = "Bit 29 - B1853"]
    #[inline(always)]
    pub fn b1853(&mut self) -> B1853_W<29> {
        B1853_W::new(self)
    }
    #[doc = "Bit 30 - B1854"]
    #[inline(always)]
    pub fn b1854(&mut self) -> B1854_W<30> {
        B1854_W::new(self)
    }
    #[doc = "Bit 31 - B1855"]
    #[inline(always)]
    pub fn b1855(&mut self) -> B1855_W<31> {
        B1855_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_vctr57](index.html) module"]
pub struct MPCBB1_VCTR57_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR57_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr57::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR57_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr57::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR57_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR57 to value 0"]
impl crate::Resettable for MPCBB1_VCTR57_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}