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_VCTR63` reader"]
pub struct R(crate::R<MPCBB1_VCTR63_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR63_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR63_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR63_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR63` writer"]
pub struct W(crate::W<MPCBB1_VCTR63_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR63_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_VCTR63_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR63_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B2016` reader - B2016"]
pub type B2016_R = crate::BitReader<bool>;
#[doc = "Field `B2016` writer - B2016"]
pub type B2016_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2017` reader - B2017"]
pub type B2017_R = crate::BitReader<bool>;
#[doc = "Field `B2017` writer - B2017"]
pub type B2017_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2018` reader - B2018"]
pub type B2018_R = crate::BitReader<bool>;
#[doc = "Field `B2018` writer - B2018"]
pub type B2018_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2019` reader - B2019"]
pub type B2019_R = crate::BitReader<bool>;
#[doc = "Field `B2019` writer - B2019"]
pub type B2019_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2020` reader - B2020"]
pub type B2020_R = crate::BitReader<bool>;
#[doc = "Field `B2020` writer - B2020"]
pub type B2020_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2021` reader - B2021"]
pub type B2021_R = crate::BitReader<bool>;
#[doc = "Field `B2021` writer - B2021"]
pub type B2021_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2022` reader - B2022"]
pub type B2022_R = crate::BitReader<bool>;
#[doc = "Field `B2022` writer - B2022"]
pub type B2022_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2023` reader - B2023"]
pub type B2023_R = crate::BitReader<bool>;
#[doc = "Field `B2023` writer - B2023"]
pub type B2023_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2024` reader - B2024"]
pub type B2024_R = crate::BitReader<bool>;
#[doc = "Field `B2024` writer - B2024"]
pub type B2024_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2025` reader - B2025"]
pub type B2025_R = crate::BitReader<bool>;
#[doc = "Field `B2025` writer - B2025"]
pub type B2025_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2026` reader - B2026"]
pub type B2026_R = crate::BitReader<bool>;
#[doc = "Field `B2026` writer - B2026"]
pub type B2026_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2027` reader - B2027"]
pub type B2027_R = crate::BitReader<bool>;
#[doc = "Field `B2027` writer - B2027"]
pub type B2027_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2028` reader - B2028"]
pub type B2028_R = crate::BitReader<bool>;
#[doc = "Field `B2028` writer - B2028"]
pub type B2028_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2029` reader - B2029"]
pub type B2029_R = crate::BitReader<bool>;
#[doc = "Field `B2029` writer - B2029"]
pub type B2029_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2030` reader - B2030"]
pub type B2030_R = crate::BitReader<bool>;
#[doc = "Field `B2030` writer - B2030"]
pub type B2030_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2031` reader - B2031"]
pub type B2031_R = crate::BitReader<bool>;
#[doc = "Field `B2031` writer - B2031"]
pub type B2031_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2032` reader - B2032"]
pub type B2032_R = crate::BitReader<bool>;
#[doc = "Field `B2032` writer - B2032"]
pub type B2032_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2033` reader - B2033"]
pub type B2033_R = crate::BitReader<bool>;
#[doc = "Field `B2033` writer - B2033"]
pub type B2033_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2034` reader - B2034"]
pub type B2034_R = crate::BitReader<bool>;
#[doc = "Field `B2034` writer - B2034"]
pub type B2034_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2035` reader - B2035"]
pub type B2035_R = crate::BitReader<bool>;
#[doc = "Field `B2035` writer - B2035"]
pub type B2035_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2036` reader - B2036"]
pub type B2036_R = crate::BitReader<bool>;
#[doc = "Field `B2036` writer - B2036"]
pub type B2036_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2037` reader - B2037"]
pub type B2037_R = crate::BitReader<bool>;
#[doc = "Field `B2037` writer - B2037"]
pub type B2037_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2038` reader - B2038"]
pub type B2038_R = crate::BitReader<bool>;
#[doc = "Field `B2038` writer - B2038"]
pub type B2038_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2039` reader - B2039"]
pub type B2039_R = crate::BitReader<bool>;
#[doc = "Field `B2039` writer - B2039"]
pub type B2039_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2040` reader - B2040"]
pub type B2040_R = crate::BitReader<bool>;
#[doc = "Field `B2040` writer - B2040"]
pub type B2040_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2041` reader - B2041"]
pub type B2041_R = crate::BitReader<bool>;
#[doc = "Field `B2041` writer - B2041"]
pub type B2041_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2042` reader - B2042"]
pub type B2042_R = crate::BitReader<bool>;
#[doc = "Field `B2042` writer - B2042"]
pub type B2042_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2043` reader - B2043"]
pub type B2043_R = crate::BitReader<bool>;
#[doc = "Field `B2043` writer - B2043"]
pub type B2043_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2044` reader - B2044"]
pub type B2044_R = crate::BitReader<bool>;
#[doc = "Field `B2044` writer - B2044"]
pub type B2044_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2045` reader - B2045"]
pub type B2045_R = crate::BitReader<bool>;
#[doc = "Field `B2045` writer - B2045"]
pub type B2045_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2046` reader - B2046"]
pub type B2046_R = crate::BitReader<bool>;
#[doc = "Field `B2046` writer - B2046"]
pub type B2046_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
#[doc = "Field `B2047` reader - B2047"]
pub type B2047_R = crate::BitReader<bool>;
#[doc = "Field `B2047` writer - B2047"]
pub type B2047_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR63_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B2016"]
    #[inline(always)]
    pub fn b2016(&self) -> B2016_R {
        B2016_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B2017"]
    #[inline(always)]
    pub fn b2017(&self) -> B2017_R {
        B2017_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B2018"]
    #[inline(always)]
    pub fn b2018(&self) -> B2018_R {
        B2018_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B2019"]
    #[inline(always)]
    pub fn b2019(&self) -> B2019_R {
        B2019_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B2020"]
    #[inline(always)]
    pub fn b2020(&self) -> B2020_R {
        B2020_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B2021"]
    #[inline(always)]
    pub fn b2021(&self) -> B2021_R {
        B2021_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B2022"]
    #[inline(always)]
    pub fn b2022(&self) -> B2022_R {
        B2022_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B2023"]
    #[inline(always)]
    pub fn b2023(&self) -> B2023_R {
        B2023_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B2024"]
    #[inline(always)]
    pub fn b2024(&self) -> B2024_R {
        B2024_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B2025"]
    #[inline(always)]
    pub fn b2025(&self) -> B2025_R {
        B2025_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B2026"]
    #[inline(always)]
    pub fn b2026(&self) -> B2026_R {
        B2026_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B2027"]
    #[inline(always)]
    pub fn b2027(&self) -> B2027_R {
        B2027_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B2028"]
    #[inline(always)]
    pub fn b2028(&self) -> B2028_R {
        B2028_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B2029"]
    #[inline(always)]
    pub fn b2029(&self) -> B2029_R {
        B2029_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B2030"]
    #[inline(always)]
    pub fn b2030(&self) -> B2030_R {
        B2030_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B2031"]
    #[inline(always)]
    pub fn b2031(&self) -> B2031_R {
        B2031_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B2032"]
    #[inline(always)]
    pub fn b2032(&self) -> B2032_R {
        B2032_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B2033"]
    #[inline(always)]
    pub fn b2033(&self) -> B2033_R {
        B2033_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B2034"]
    #[inline(always)]
    pub fn b2034(&self) -> B2034_R {
        B2034_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B2035"]
    #[inline(always)]
    pub fn b2035(&self) -> B2035_R {
        B2035_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B2036"]
    #[inline(always)]
    pub fn b2036(&self) -> B2036_R {
        B2036_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B2037"]
    #[inline(always)]
    pub fn b2037(&self) -> B2037_R {
        B2037_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B2038"]
    #[inline(always)]
    pub fn b2038(&self) -> B2038_R {
        B2038_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B2039"]
    #[inline(always)]
    pub fn b2039(&self) -> B2039_R {
        B2039_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B2040"]
    #[inline(always)]
    pub fn b2040(&self) -> B2040_R {
        B2040_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B2041"]
    #[inline(always)]
    pub fn b2041(&self) -> B2041_R {
        B2041_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B2042"]
    #[inline(always)]
    pub fn b2042(&self) -> B2042_R {
        B2042_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B2043"]
    #[inline(always)]
    pub fn b2043(&self) -> B2043_R {
        B2043_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B2044"]
    #[inline(always)]
    pub fn b2044(&self) -> B2044_R {
        B2044_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B2045"]
    #[inline(always)]
    pub fn b2045(&self) -> B2045_R {
        B2045_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B2046"]
    #[inline(always)]
    pub fn b2046(&self) -> B2046_R {
        B2046_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B2047"]
    #[inline(always)]
    pub fn b2047(&self) -> B2047_R {
        B2047_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B2016"]
    #[inline(always)]
    pub fn b2016(&mut self) -> B2016_W<0> {
        B2016_W::new(self)
    }
    #[doc = "Bit 1 - B2017"]
    #[inline(always)]
    pub fn b2017(&mut self) -> B2017_W<1> {
        B2017_W::new(self)
    }
    #[doc = "Bit 2 - B2018"]
    #[inline(always)]
    pub fn b2018(&mut self) -> B2018_W<2> {
        B2018_W::new(self)
    }
    #[doc = "Bit 3 - B2019"]
    #[inline(always)]
    pub fn b2019(&mut self) -> B2019_W<3> {
        B2019_W::new(self)
    }
    #[doc = "Bit 4 - B2020"]
    #[inline(always)]
    pub fn b2020(&mut self) -> B2020_W<4> {
        B2020_W::new(self)
    }
    #[doc = "Bit 5 - B2021"]
    #[inline(always)]
    pub fn b2021(&mut self) -> B2021_W<5> {
        B2021_W::new(self)
    }
    #[doc = "Bit 6 - B2022"]
    #[inline(always)]
    pub fn b2022(&mut self) -> B2022_W<6> {
        B2022_W::new(self)
    }
    #[doc = "Bit 7 - B2023"]
    #[inline(always)]
    pub fn b2023(&mut self) -> B2023_W<7> {
        B2023_W::new(self)
    }
    #[doc = "Bit 8 - B2024"]
    #[inline(always)]
    pub fn b2024(&mut self) -> B2024_W<8> {
        B2024_W::new(self)
    }
    #[doc = "Bit 9 - B2025"]
    #[inline(always)]
    pub fn b2025(&mut self) -> B2025_W<9> {
        B2025_W::new(self)
    }
    #[doc = "Bit 10 - B2026"]
    #[inline(always)]
    pub fn b2026(&mut self) -> B2026_W<10> {
        B2026_W::new(self)
    }
    #[doc = "Bit 11 - B2027"]
    #[inline(always)]
    pub fn b2027(&mut self) -> B2027_W<11> {
        B2027_W::new(self)
    }
    #[doc = "Bit 12 - B2028"]
    #[inline(always)]
    pub fn b2028(&mut self) -> B2028_W<12> {
        B2028_W::new(self)
    }
    #[doc = "Bit 13 - B2029"]
    #[inline(always)]
    pub fn b2029(&mut self) -> B2029_W<13> {
        B2029_W::new(self)
    }
    #[doc = "Bit 14 - B2030"]
    #[inline(always)]
    pub fn b2030(&mut self) -> B2030_W<14> {
        B2030_W::new(self)
    }
    #[doc = "Bit 15 - B2031"]
    #[inline(always)]
    pub fn b2031(&mut self) -> B2031_W<15> {
        B2031_W::new(self)
    }
    #[doc = "Bit 16 - B2032"]
    #[inline(always)]
    pub fn b2032(&mut self) -> B2032_W<16> {
        B2032_W::new(self)
    }
    #[doc = "Bit 17 - B2033"]
    #[inline(always)]
    pub fn b2033(&mut self) -> B2033_W<17> {
        B2033_W::new(self)
    }
    #[doc = "Bit 18 - B2034"]
    #[inline(always)]
    pub fn b2034(&mut self) -> B2034_W<18> {
        B2034_W::new(self)
    }
    #[doc = "Bit 19 - B2035"]
    #[inline(always)]
    pub fn b2035(&mut self) -> B2035_W<19> {
        B2035_W::new(self)
    }
    #[doc = "Bit 20 - B2036"]
    #[inline(always)]
    pub fn b2036(&mut self) -> B2036_W<20> {
        B2036_W::new(self)
    }
    #[doc = "Bit 21 - B2037"]
    #[inline(always)]
    pub fn b2037(&mut self) -> B2037_W<21> {
        B2037_W::new(self)
    }
    #[doc = "Bit 22 - B2038"]
    #[inline(always)]
    pub fn b2038(&mut self) -> B2038_W<22> {
        B2038_W::new(self)
    }
    #[doc = "Bit 23 - B2039"]
    #[inline(always)]
    pub fn b2039(&mut self) -> B2039_W<23> {
        B2039_W::new(self)
    }
    #[doc = "Bit 24 - B2040"]
    #[inline(always)]
    pub fn b2040(&mut self) -> B2040_W<24> {
        B2040_W::new(self)
    }
    #[doc = "Bit 25 - B2041"]
    #[inline(always)]
    pub fn b2041(&mut self) -> B2041_W<25> {
        B2041_W::new(self)
    }
    #[doc = "Bit 26 - B2042"]
    #[inline(always)]
    pub fn b2042(&mut self) -> B2042_W<26> {
        B2042_W::new(self)
    }
    #[doc = "Bit 27 - B2043"]
    #[inline(always)]
    pub fn b2043(&mut self) -> B2043_W<27> {
        B2043_W::new(self)
    }
    #[doc = "Bit 28 - B2044"]
    #[inline(always)]
    pub fn b2044(&mut self) -> B2044_W<28> {
        B2044_W::new(self)
    }
    #[doc = "Bit 29 - B2045"]
    #[inline(always)]
    pub fn b2045(&mut self) -> B2045_W<29> {
        B2045_W::new(self)
    }
    #[doc = "Bit 30 - B2046"]
    #[inline(always)]
    pub fn b2046(&mut self) -> B2046_W<30> {
        B2046_W::new(self)
    }
    #[doc = "Bit 31 - B2047"]
    #[inline(always)]
    pub fn b2047(&mut self) -> B2047_W<31> {
        B2047_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_vctr63](index.html) module"]
pub struct MPCBB1_VCTR63_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR63_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr63::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR63_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr63::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR63_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR63 to value 0"]
impl crate::Resettable for MPCBB1_VCTR63_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}