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_VCTR38` reader"]
pub struct R(crate::R<MPCBB2_VCTR38_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR38_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR38_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR38_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR38` writer"]
pub struct W(crate::W<MPCBB2_VCTR38_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR38_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_VCTR38_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR38_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1216` reader - B1216"]
pub type B1216_R = crate::BitReader<bool>;
#[doc = "Field `B1216` writer - B1216"]
pub type B1216_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1217` reader - B1217"]
pub type B1217_R = crate::BitReader<bool>;
#[doc = "Field `B1217` writer - B1217"]
pub type B1217_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1218` reader - B1218"]
pub type B1218_R = crate::BitReader<bool>;
#[doc = "Field `B1218` writer - B1218"]
pub type B1218_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1219` reader - B1219"]
pub type B1219_R = crate::BitReader<bool>;
#[doc = "Field `B1219` writer - B1219"]
pub type B1219_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1220` reader - B1220"]
pub type B1220_R = crate::BitReader<bool>;
#[doc = "Field `B1220` writer - B1220"]
pub type B1220_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1221` reader - B1221"]
pub type B1221_R = crate::BitReader<bool>;
#[doc = "Field `B1221` writer - B1221"]
pub type B1221_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1222` reader - B1222"]
pub type B1222_R = crate::BitReader<bool>;
#[doc = "Field `B1222` writer - B1222"]
pub type B1222_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1223` reader - B1223"]
pub type B1223_R = crate::BitReader<bool>;
#[doc = "Field `B1223` writer - B1223"]
pub type B1223_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1224` reader - B1224"]
pub type B1224_R = crate::BitReader<bool>;
#[doc = "Field `B1224` writer - B1224"]
pub type B1224_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1225` reader - B1225"]
pub type B1225_R = crate::BitReader<bool>;
#[doc = "Field `B1225` writer - B1225"]
pub type B1225_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1226` reader - B1226"]
pub type B1226_R = crate::BitReader<bool>;
#[doc = "Field `B1226` writer - B1226"]
pub type B1226_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1227` reader - B1227"]
pub type B1227_R = crate::BitReader<bool>;
#[doc = "Field `B1227` writer - B1227"]
pub type B1227_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1228` reader - B1228"]
pub type B1228_R = crate::BitReader<bool>;
#[doc = "Field `B1228` writer - B1228"]
pub type B1228_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1229` reader - B1229"]
pub type B1229_R = crate::BitReader<bool>;
#[doc = "Field `B1229` writer - B1229"]
pub type B1229_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1230` reader - B1230"]
pub type B1230_R = crate::BitReader<bool>;
#[doc = "Field `B1230` writer - B1230"]
pub type B1230_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1231` reader - B1231"]
pub type B1231_R = crate::BitReader<bool>;
#[doc = "Field `B1231` writer - B1231"]
pub type B1231_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1232` reader - B1232"]
pub type B1232_R = crate::BitReader<bool>;
#[doc = "Field `B1232` writer - B1232"]
pub type B1232_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1233` reader - B1233"]
pub type B1233_R = crate::BitReader<bool>;
#[doc = "Field `B1233` writer - B1233"]
pub type B1233_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1234` reader - B1234"]
pub type B1234_R = crate::BitReader<bool>;
#[doc = "Field `B1234` writer - B1234"]
pub type B1234_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1235` reader - B1235"]
pub type B1235_R = crate::BitReader<bool>;
#[doc = "Field `B1235` writer - B1235"]
pub type B1235_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1236` reader - B1236"]
pub type B1236_R = crate::BitReader<bool>;
#[doc = "Field `B1236` writer - B1236"]
pub type B1236_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1237` reader - B1237"]
pub type B1237_R = crate::BitReader<bool>;
#[doc = "Field `B1237` writer - B1237"]
pub type B1237_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1238` reader - B1238"]
pub type B1238_R = crate::BitReader<bool>;
#[doc = "Field `B1238` writer - B1238"]
pub type B1238_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1239` reader - B1239"]
pub type B1239_R = crate::BitReader<bool>;
#[doc = "Field `B1239` writer - B1239"]
pub type B1239_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1240` reader - B1240"]
pub type B1240_R = crate::BitReader<bool>;
#[doc = "Field `B1240` writer - B1240"]
pub type B1240_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1241` reader - B1241"]
pub type B1241_R = crate::BitReader<bool>;
#[doc = "Field `B1241` writer - B1241"]
pub type B1241_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1242` reader - B1242"]
pub type B1242_R = crate::BitReader<bool>;
#[doc = "Field `B1242` writer - B1242"]
pub type B1242_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1243` reader - B1243"]
pub type B1243_R = crate::BitReader<bool>;
#[doc = "Field `B1243` writer - B1243"]
pub type B1243_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1244` reader - B1244"]
pub type B1244_R = crate::BitReader<bool>;
#[doc = "Field `B1244` writer - B1244"]
pub type B1244_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1245` reader - B1245"]
pub type B1245_R = crate::BitReader<bool>;
#[doc = "Field `B1245` writer - B1245"]
pub type B1245_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1246` reader - B1246"]
pub type B1246_R = crate::BitReader<bool>;
#[doc = "Field `B1246` writer - B1246"]
pub type B1246_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
#[doc = "Field `B1247` reader - B1247"]
pub type B1247_R = crate::BitReader<bool>;
#[doc = "Field `B1247` writer - B1247"]
pub type B1247_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR38_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1216"]
    #[inline(always)]
    pub fn b1216(&self) -> B1216_R {
        B1216_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1217"]
    #[inline(always)]
    pub fn b1217(&self) -> B1217_R {
        B1217_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1218"]
    #[inline(always)]
    pub fn b1218(&self) -> B1218_R {
        B1218_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1219"]
    #[inline(always)]
    pub fn b1219(&self) -> B1219_R {
        B1219_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1220"]
    #[inline(always)]
    pub fn b1220(&self) -> B1220_R {
        B1220_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1221"]
    #[inline(always)]
    pub fn b1221(&self) -> B1221_R {
        B1221_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1222"]
    #[inline(always)]
    pub fn b1222(&self) -> B1222_R {
        B1222_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1223"]
    #[inline(always)]
    pub fn b1223(&self) -> B1223_R {
        B1223_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1224"]
    #[inline(always)]
    pub fn b1224(&self) -> B1224_R {
        B1224_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1225"]
    #[inline(always)]
    pub fn b1225(&self) -> B1225_R {
        B1225_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1226"]
    #[inline(always)]
    pub fn b1226(&self) -> B1226_R {
        B1226_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1227"]
    #[inline(always)]
    pub fn b1227(&self) -> B1227_R {
        B1227_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1228"]
    #[inline(always)]
    pub fn b1228(&self) -> B1228_R {
        B1228_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1229"]
    #[inline(always)]
    pub fn b1229(&self) -> B1229_R {
        B1229_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1230"]
    #[inline(always)]
    pub fn b1230(&self) -> B1230_R {
        B1230_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1231"]
    #[inline(always)]
    pub fn b1231(&self) -> B1231_R {
        B1231_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1232"]
    #[inline(always)]
    pub fn b1232(&self) -> B1232_R {
        B1232_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1233"]
    #[inline(always)]
    pub fn b1233(&self) -> B1233_R {
        B1233_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1234"]
    #[inline(always)]
    pub fn b1234(&self) -> B1234_R {
        B1234_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1235"]
    #[inline(always)]
    pub fn b1235(&self) -> B1235_R {
        B1235_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1236"]
    #[inline(always)]
    pub fn b1236(&self) -> B1236_R {
        B1236_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1237"]
    #[inline(always)]
    pub fn b1237(&self) -> B1237_R {
        B1237_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1238"]
    #[inline(always)]
    pub fn b1238(&self) -> B1238_R {
        B1238_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1239"]
    #[inline(always)]
    pub fn b1239(&self) -> B1239_R {
        B1239_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1240"]
    #[inline(always)]
    pub fn b1240(&self) -> B1240_R {
        B1240_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1241"]
    #[inline(always)]
    pub fn b1241(&self) -> B1241_R {
        B1241_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1242"]
    #[inline(always)]
    pub fn b1242(&self) -> B1242_R {
        B1242_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1243"]
    #[inline(always)]
    pub fn b1243(&self) -> B1243_R {
        B1243_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1244"]
    #[inline(always)]
    pub fn b1244(&self) -> B1244_R {
        B1244_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1245"]
    #[inline(always)]
    pub fn b1245(&self) -> B1245_R {
        B1245_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1246"]
    #[inline(always)]
    pub fn b1246(&self) -> B1246_R {
        B1246_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1247"]
    #[inline(always)]
    pub fn b1247(&self) -> B1247_R {
        B1247_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1216"]
    #[inline(always)]
    pub fn b1216(&mut self) -> B1216_W<0> {
        B1216_W::new(self)
    }
    #[doc = "Bit 1 - B1217"]
    #[inline(always)]
    pub fn b1217(&mut self) -> B1217_W<1> {
        B1217_W::new(self)
    }
    #[doc = "Bit 2 - B1218"]
    #[inline(always)]
    pub fn b1218(&mut self) -> B1218_W<2> {
        B1218_W::new(self)
    }
    #[doc = "Bit 3 - B1219"]
    #[inline(always)]
    pub fn b1219(&mut self) -> B1219_W<3> {
        B1219_W::new(self)
    }
    #[doc = "Bit 4 - B1220"]
    #[inline(always)]
    pub fn b1220(&mut self) -> B1220_W<4> {
        B1220_W::new(self)
    }
    #[doc = "Bit 5 - B1221"]
    #[inline(always)]
    pub fn b1221(&mut self) -> B1221_W<5> {
        B1221_W::new(self)
    }
    #[doc = "Bit 6 - B1222"]
    #[inline(always)]
    pub fn b1222(&mut self) -> B1222_W<6> {
        B1222_W::new(self)
    }
    #[doc = "Bit 7 - B1223"]
    #[inline(always)]
    pub fn b1223(&mut self) -> B1223_W<7> {
        B1223_W::new(self)
    }
    #[doc = "Bit 8 - B1224"]
    #[inline(always)]
    pub fn b1224(&mut self) -> B1224_W<8> {
        B1224_W::new(self)
    }
    #[doc = "Bit 9 - B1225"]
    #[inline(always)]
    pub fn b1225(&mut self) -> B1225_W<9> {
        B1225_W::new(self)
    }
    #[doc = "Bit 10 - B1226"]
    #[inline(always)]
    pub fn b1226(&mut self) -> B1226_W<10> {
        B1226_W::new(self)
    }
    #[doc = "Bit 11 - B1227"]
    #[inline(always)]
    pub fn b1227(&mut self) -> B1227_W<11> {
        B1227_W::new(self)
    }
    #[doc = "Bit 12 - B1228"]
    #[inline(always)]
    pub fn b1228(&mut self) -> B1228_W<12> {
        B1228_W::new(self)
    }
    #[doc = "Bit 13 - B1229"]
    #[inline(always)]
    pub fn b1229(&mut self) -> B1229_W<13> {
        B1229_W::new(self)
    }
    #[doc = "Bit 14 - B1230"]
    #[inline(always)]
    pub fn b1230(&mut self) -> B1230_W<14> {
        B1230_W::new(self)
    }
    #[doc = "Bit 15 - B1231"]
    #[inline(always)]
    pub fn b1231(&mut self) -> B1231_W<15> {
        B1231_W::new(self)
    }
    #[doc = "Bit 16 - B1232"]
    #[inline(always)]
    pub fn b1232(&mut self) -> B1232_W<16> {
        B1232_W::new(self)
    }
    #[doc = "Bit 17 - B1233"]
    #[inline(always)]
    pub fn b1233(&mut self) -> B1233_W<17> {
        B1233_W::new(self)
    }
    #[doc = "Bit 18 - B1234"]
    #[inline(always)]
    pub fn b1234(&mut self) -> B1234_W<18> {
        B1234_W::new(self)
    }
    #[doc = "Bit 19 - B1235"]
    #[inline(always)]
    pub fn b1235(&mut self) -> B1235_W<19> {
        B1235_W::new(self)
    }
    #[doc = "Bit 20 - B1236"]
    #[inline(always)]
    pub fn b1236(&mut self) -> B1236_W<20> {
        B1236_W::new(self)
    }
    #[doc = "Bit 21 - B1237"]
    #[inline(always)]
    pub fn b1237(&mut self) -> B1237_W<21> {
        B1237_W::new(self)
    }
    #[doc = "Bit 22 - B1238"]
    #[inline(always)]
    pub fn b1238(&mut self) -> B1238_W<22> {
        B1238_W::new(self)
    }
    #[doc = "Bit 23 - B1239"]
    #[inline(always)]
    pub fn b1239(&mut self) -> B1239_W<23> {
        B1239_W::new(self)
    }
    #[doc = "Bit 24 - B1240"]
    #[inline(always)]
    pub fn b1240(&mut self) -> B1240_W<24> {
        B1240_W::new(self)
    }
    #[doc = "Bit 25 - B1241"]
    #[inline(always)]
    pub fn b1241(&mut self) -> B1241_W<25> {
        B1241_W::new(self)
    }
    #[doc = "Bit 26 - B1242"]
    #[inline(always)]
    pub fn b1242(&mut self) -> B1242_W<26> {
        B1242_W::new(self)
    }
    #[doc = "Bit 27 - B1243"]
    #[inline(always)]
    pub fn b1243(&mut self) -> B1243_W<27> {
        B1243_W::new(self)
    }
    #[doc = "Bit 28 - B1244"]
    #[inline(always)]
    pub fn b1244(&mut self) -> B1244_W<28> {
        B1244_W::new(self)
    }
    #[doc = "Bit 29 - B1245"]
    #[inline(always)]
    pub fn b1245(&mut self) -> B1245_W<29> {
        B1245_W::new(self)
    }
    #[doc = "Bit 30 - B1246"]
    #[inline(always)]
    pub fn b1246(&mut self) -> B1246_W<30> {
        B1246_W::new(self)
    }
    #[doc = "Bit 31 - B1247"]
    #[inline(always)]
    pub fn b1247(&mut self) -> B1247_W<31> {
        B1247_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_vctr38](index.html) module"]
pub struct MPCBB2_VCTR38_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR38_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr38::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR38_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr38::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR38_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR38 to value 0"]
impl crate::Resettable for MPCBB2_VCTR38_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}