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_VCTR41` reader"]
pub struct R(crate::R<MPCBB1_VCTR41_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR41_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR41_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR41_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR41` writer"]
pub struct W(crate::W<MPCBB1_VCTR41_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR41_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_VCTR41_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR41_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1312` reader - B1312"]
pub type B1312_R = crate::BitReader<bool>;
#[doc = "Field `B1312` writer - B1312"]
pub type B1312_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1313` reader - B1313"]
pub type B1313_R = crate::BitReader<bool>;
#[doc = "Field `B1313` writer - B1313"]
pub type B1313_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1314` reader - B1314"]
pub type B1314_R = crate::BitReader<bool>;
#[doc = "Field `B1314` writer - B1314"]
pub type B1314_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1315` reader - B1315"]
pub type B1315_R = crate::BitReader<bool>;
#[doc = "Field `B1315` writer - B1315"]
pub type B1315_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1316` reader - B1316"]
pub type B1316_R = crate::BitReader<bool>;
#[doc = "Field `B1316` writer - B1316"]
pub type B1316_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1317` reader - B1317"]
pub type B1317_R = crate::BitReader<bool>;
#[doc = "Field `B1317` writer - B1317"]
pub type B1317_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1318` reader - B1318"]
pub type B1318_R = crate::BitReader<bool>;
#[doc = "Field `B1318` writer - B1318"]
pub type B1318_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1319` reader - B1319"]
pub type B1319_R = crate::BitReader<bool>;
#[doc = "Field `B1319` writer - B1319"]
pub type B1319_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1320` reader - B1320"]
pub type B1320_R = crate::BitReader<bool>;
#[doc = "Field `B1320` writer - B1320"]
pub type B1320_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1321` reader - B1321"]
pub type B1321_R = crate::BitReader<bool>;
#[doc = "Field `B1321` writer - B1321"]
pub type B1321_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1322` reader - B1322"]
pub type B1322_R = crate::BitReader<bool>;
#[doc = "Field `B1322` writer - B1322"]
pub type B1322_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1323` reader - B1323"]
pub type B1323_R = crate::BitReader<bool>;
#[doc = "Field `B1323` writer - B1323"]
pub type B1323_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1324` reader - B1324"]
pub type B1324_R = crate::BitReader<bool>;
#[doc = "Field `B1324` writer - B1324"]
pub type B1324_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1325` reader - B1325"]
pub type B1325_R = crate::BitReader<bool>;
#[doc = "Field `B1325` writer - B1325"]
pub type B1325_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1326` reader - B1326"]
pub type B1326_R = crate::BitReader<bool>;
#[doc = "Field `B1326` writer - B1326"]
pub type B1326_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1327` reader - B1327"]
pub type B1327_R = crate::BitReader<bool>;
#[doc = "Field `B1327` writer - B1327"]
pub type B1327_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1328` reader - B1328"]
pub type B1328_R = crate::BitReader<bool>;
#[doc = "Field `B1328` writer - B1328"]
pub type B1328_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1329` reader - B1329"]
pub type B1329_R = crate::BitReader<bool>;
#[doc = "Field `B1329` writer - B1329"]
pub type B1329_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1330` reader - B1330"]
pub type B1330_R = crate::BitReader<bool>;
#[doc = "Field `B1330` writer - B1330"]
pub type B1330_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1331` reader - B1331"]
pub type B1331_R = crate::BitReader<bool>;
#[doc = "Field `B1331` writer - B1331"]
pub type B1331_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1332` reader - B1332"]
pub type B1332_R = crate::BitReader<bool>;
#[doc = "Field `B1332` writer - B1332"]
pub type B1332_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1333` reader - B1333"]
pub type B1333_R = crate::BitReader<bool>;
#[doc = "Field `B1333` writer - B1333"]
pub type B1333_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1334` reader - B1334"]
pub type B1334_R = crate::BitReader<bool>;
#[doc = "Field `B1334` writer - B1334"]
pub type B1334_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1335` reader - B1335"]
pub type B1335_R = crate::BitReader<bool>;
#[doc = "Field `B1335` writer - B1335"]
pub type B1335_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1336` reader - B1336"]
pub type B1336_R = crate::BitReader<bool>;
#[doc = "Field `B1336` writer - B1336"]
pub type B1336_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1337` reader - B1337"]
pub type B1337_R = crate::BitReader<bool>;
#[doc = "Field `B1337` writer - B1337"]
pub type B1337_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1338` reader - B1338"]
pub type B1338_R = crate::BitReader<bool>;
#[doc = "Field `B1338` writer - B1338"]
pub type B1338_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1339` reader - B1339"]
pub type B1339_R = crate::BitReader<bool>;
#[doc = "Field `B1339` writer - B1339"]
pub type B1339_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1340` reader - B1340"]
pub type B1340_R = crate::BitReader<bool>;
#[doc = "Field `B1340` writer - B1340"]
pub type B1340_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1341` reader - B1341"]
pub type B1341_R = crate::BitReader<bool>;
#[doc = "Field `B1341` writer - B1341"]
pub type B1341_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1342` reader - B1342"]
pub type B1342_R = crate::BitReader<bool>;
#[doc = "Field `B1342` writer - B1342"]
pub type B1342_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
#[doc = "Field `B1343` reader - B1343"]
pub type B1343_R = crate::BitReader<bool>;
#[doc = "Field `B1343` writer - B1343"]
pub type B1343_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR41_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1312"]
    #[inline(always)]
    pub fn b1312(&self) -> B1312_R {
        B1312_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1313"]
    #[inline(always)]
    pub fn b1313(&self) -> B1313_R {
        B1313_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1314"]
    #[inline(always)]
    pub fn b1314(&self) -> B1314_R {
        B1314_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1315"]
    #[inline(always)]
    pub fn b1315(&self) -> B1315_R {
        B1315_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1316"]
    #[inline(always)]
    pub fn b1316(&self) -> B1316_R {
        B1316_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1317"]
    #[inline(always)]
    pub fn b1317(&self) -> B1317_R {
        B1317_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1318"]
    #[inline(always)]
    pub fn b1318(&self) -> B1318_R {
        B1318_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1319"]
    #[inline(always)]
    pub fn b1319(&self) -> B1319_R {
        B1319_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1320"]
    #[inline(always)]
    pub fn b1320(&self) -> B1320_R {
        B1320_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1321"]
    #[inline(always)]
    pub fn b1321(&self) -> B1321_R {
        B1321_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1322"]
    #[inline(always)]
    pub fn b1322(&self) -> B1322_R {
        B1322_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1323"]
    #[inline(always)]
    pub fn b1323(&self) -> B1323_R {
        B1323_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1324"]
    #[inline(always)]
    pub fn b1324(&self) -> B1324_R {
        B1324_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1325"]
    #[inline(always)]
    pub fn b1325(&self) -> B1325_R {
        B1325_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1326"]
    #[inline(always)]
    pub fn b1326(&self) -> B1326_R {
        B1326_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1327"]
    #[inline(always)]
    pub fn b1327(&self) -> B1327_R {
        B1327_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1328"]
    #[inline(always)]
    pub fn b1328(&self) -> B1328_R {
        B1328_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1329"]
    #[inline(always)]
    pub fn b1329(&self) -> B1329_R {
        B1329_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1330"]
    #[inline(always)]
    pub fn b1330(&self) -> B1330_R {
        B1330_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1331"]
    #[inline(always)]
    pub fn b1331(&self) -> B1331_R {
        B1331_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1332"]
    #[inline(always)]
    pub fn b1332(&self) -> B1332_R {
        B1332_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1333"]
    #[inline(always)]
    pub fn b1333(&self) -> B1333_R {
        B1333_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1334"]
    #[inline(always)]
    pub fn b1334(&self) -> B1334_R {
        B1334_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1335"]
    #[inline(always)]
    pub fn b1335(&self) -> B1335_R {
        B1335_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1336"]
    #[inline(always)]
    pub fn b1336(&self) -> B1336_R {
        B1336_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1337"]
    #[inline(always)]
    pub fn b1337(&self) -> B1337_R {
        B1337_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1338"]
    #[inline(always)]
    pub fn b1338(&self) -> B1338_R {
        B1338_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1339"]
    #[inline(always)]
    pub fn b1339(&self) -> B1339_R {
        B1339_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1340"]
    #[inline(always)]
    pub fn b1340(&self) -> B1340_R {
        B1340_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1341"]
    #[inline(always)]
    pub fn b1341(&self) -> B1341_R {
        B1341_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1342"]
    #[inline(always)]
    pub fn b1342(&self) -> B1342_R {
        B1342_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1343"]
    #[inline(always)]
    pub fn b1343(&self) -> B1343_R {
        B1343_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1312"]
    #[inline(always)]
    pub fn b1312(&mut self) -> B1312_W<0> {
        B1312_W::new(self)
    }
    #[doc = "Bit 1 - B1313"]
    #[inline(always)]
    pub fn b1313(&mut self) -> B1313_W<1> {
        B1313_W::new(self)
    }
    #[doc = "Bit 2 - B1314"]
    #[inline(always)]
    pub fn b1314(&mut self) -> B1314_W<2> {
        B1314_W::new(self)
    }
    #[doc = "Bit 3 - B1315"]
    #[inline(always)]
    pub fn b1315(&mut self) -> B1315_W<3> {
        B1315_W::new(self)
    }
    #[doc = "Bit 4 - B1316"]
    #[inline(always)]
    pub fn b1316(&mut self) -> B1316_W<4> {
        B1316_W::new(self)
    }
    #[doc = "Bit 5 - B1317"]
    #[inline(always)]
    pub fn b1317(&mut self) -> B1317_W<5> {
        B1317_W::new(self)
    }
    #[doc = "Bit 6 - B1318"]
    #[inline(always)]
    pub fn b1318(&mut self) -> B1318_W<6> {
        B1318_W::new(self)
    }
    #[doc = "Bit 7 - B1319"]
    #[inline(always)]
    pub fn b1319(&mut self) -> B1319_W<7> {
        B1319_W::new(self)
    }
    #[doc = "Bit 8 - B1320"]
    #[inline(always)]
    pub fn b1320(&mut self) -> B1320_W<8> {
        B1320_W::new(self)
    }
    #[doc = "Bit 9 - B1321"]
    #[inline(always)]
    pub fn b1321(&mut self) -> B1321_W<9> {
        B1321_W::new(self)
    }
    #[doc = "Bit 10 - B1322"]
    #[inline(always)]
    pub fn b1322(&mut self) -> B1322_W<10> {
        B1322_W::new(self)
    }
    #[doc = "Bit 11 - B1323"]
    #[inline(always)]
    pub fn b1323(&mut self) -> B1323_W<11> {
        B1323_W::new(self)
    }
    #[doc = "Bit 12 - B1324"]
    #[inline(always)]
    pub fn b1324(&mut self) -> B1324_W<12> {
        B1324_W::new(self)
    }
    #[doc = "Bit 13 - B1325"]
    #[inline(always)]
    pub fn b1325(&mut self) -> B1325_W<13> {
        B1325_W::new(self)
    }
    #[doc = "Bit 14 - B1326"]
    #[inline(always)]
    pub fn b1326(&mut self) -> B1326_W<14> {
        B1326_W::new(self)
    }
    #[doc = "Bit 15 - B1327"]
    #[inline(always)]
    pub fn b1327(&mut self) -> B1327_W<15> {
        B1327_W::new(self)
    }
    #[doc = "Bit 16 - B1328"]
    #[inline(always)]
    pub fn b1328(&mut self) -> B1328_W<16> {
        B1328_W::new(self)
    }
    #[doc = "Bit 17 - B1329"]
    #[inline(always)]
    pub fn b1329(&mut self) -> B1329_W<17> {
        B1329_W::new(self)
    }
    #[doc = "Bit 18 - B1330"]
    #[inline(always)]
    pub fn b1330(&mut self) -> B1330_W<18> {
        B1330_W::new(self)
    }
    #[doc = "Bit 19 - B1331"]
    #[inline(always)]
    pub fn b1331(&mut self) -> B1331_W<19> {
        B1331_W::new(self)
    }
    #[doc = "Bit 20 - B1332"]
    #[inline(always)]
    pub fn b1332(&mut self) -> B1332_W<20> {
        B1332_W::new(self)
    }
    #[doc = "Bit 21 - B1333"]
    #[inline(always)]
    pub fn b1333(&mut self) -> B1333_W<21> {
        B1333_W::new(self)
    }
    #[doc = "Bit 22 - B1334"]
    #[inline(always)]
    pub fn b1334(&mut self) -> B1334_W<22> {
        B1334_W::new(self)
    }
    #[doc = "Bit 23 - B1335"]
    #[inline(always)]
    pub fn b1335(&mut self) -> B1335_W<23> {
        B1335_W::new(self)
    }
    #[doc = "Bit 24 - B1336"]
    #[inline(always)]
    pub fn b1336(&mut self) -> B1336_W<24> {
        B1336_W::new(self)
    }
    #[doc = "Bit 25 - B1337"]
    #[inline(always)]
    pub fn b1337(&mut self) -> B1337_W<25> {
        B1337_W::new(self)
    }
    #[doc = "Bit 26 - B1338"]
    #[inline(always)]
    pub fn b1338(&mut self) -> B1338_W<26> {
        B1338_W::new(self)
    }
    #[doc = "Bit 27 - B1339"]
    #[inline(always)]
    pub fn b1339(&mut self) -> B1339_W<27> {
        B1339_W::new(self)
    }
    #[doc = "Bit 28 - B1340"]
    #[inline(always)]
    pub fn b1340(&mut self) -> B1340_W<28> {
        B1340_W::new(self)
    }
    #[doc = "Bit 29 - B1341"]
    #[inline(always)]
    pub fn b1341(&mut self) -> B1341_W<29> {
        B1341_W::new(self)
    }
    #[doc = "Bit 30 - B1342"]
    #[inline(always)]
    pub fn b1342(&mut self) -> B1342_W<30> {
        B1342_W::new(self)
    }
    #[doc = "Bit 31 - B1343"]
    #[inline(always)]
    pub fn b1343(&mut self) -> B1343_W<31> {
        B1343_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_vctr41](index.html) module"]
pub struct MPCBB1_VCTR41_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR41_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr41::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR41_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr41::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR41_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR41 to value 0"]
impl crate::Resettable for MPCBB1_VCTR41_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}