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_VCTR44` reader"]
pub struct R(crate::R<MPCBB1_VCTR44_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR44_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR44_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR44_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR44` writer"]
pub struct W(crate::W<MPCBB1_VCTR44_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR44_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_VCTR44_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR44_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1408` reader - B1408"]
pub type B1408_R = crate::BitReader<bool>;
#[doc = "Field `B1408` writer - B1408"]
pub type B1408_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1409` reader - B1409"]
pub type B1409_R = crate::BitReader<bool>;
#[doc = "Field `B1409` writer - B1409"]
pub type B1409_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1410` reader - B1410"]
pub type B1410_R = crate::BitReader<bool>;
#[doc = "Field `B1410` writer - B1410"]
pub type B1410_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1411` reader - B1411"]
pub type B1411_R = crate::BitReader<bool>;
#[doc = "Field `B1411` writer - B1411"]
pub type B1411_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1412` reader - B1412"]
pub type B1412_R = crate::BitReader<bool>;
#[doc = "Field `B1412` writer - B1412"]
pub type B1412_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1413` reader - B1413"]
pub type B1413_R = crate::BitReader<bool>;
#[doc = "Field `B1413` writer - B1413"]
pub type B1413_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1414` reader - B1414"]
pub type B1414_R = crate::BitReader<bool>;
#[doc = "Field `B1414` writer - B1414"]
pub type B1414_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1415` reader - B1415"]
pub type B1415_R = crate::BitReader<bool>;
#[doc = "Field `B1415` writer - B1415"]
pub type B1415_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1416` reader - B1416"]
pub type B1416_R = crate::BitReader<bool>;
#[doc = "Field `B1416` writer - B1416"]
pub type B1416_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1417` reader - B1417"]
pub type B1417_R = crate::BitReader<bool>;
#[doc = "Field `B1417` writer - B1417"]
pub type B1417_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1418` reader - B1418"]
pub type B1418_R = crate::BitReader<bool>;
#[doc = "Field `B1418` writer - B1418"]
pub type B1418_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1419` reader - B1419"]
pub type B1419_R = crate::BitReader<bool>;
#[doc = "Field `B1419` writer - B1419"]
pub type B1419_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1420` reader - B1420"]
pub type B1420_R = crate::BitReader<bool>;
#[doc = "Field `B1420` writer - B1420"]
pub type B1420_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1421` reader - B1421"]
pub type B1421_R = crate::BitReader<bool>;
#[doc = "Field `B1421` writer - B1421"]
pub type B1421_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1422` reader - B1422"]
pub type B1422_R = crate::BitReader<bool>;
#[doc = "Field `B1422` writer - B1422"]
pub type B1422_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1423` reader - B1423"]
pub type B1423_R = crate::BitReader<bool>;
#[doc = "Field `B1423` writer - B1423"]
pub type B1423_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1424` reader - B1424"]
pub type B1424_R = crate::BitReader<bool>;
#[doc = "Field `B1424` writer - B1424"]
pub type B1424_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1425` reader - B1425"]
pub type B1425_R = crate::BitReader<bool>;
#[doc = "Field `B1425` writer - B1425"]
pub type B1425_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1426` reader - B1426"]
pub type B1426_R = crate::BitReader<bool>;
#[doc = "Field `B1426` writer - B1426"]
pub type B1426_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1427` reader - B1427"]
pub type B1427_R = crate::BitReader<bool>;
#[doc = "Field `B1427` writer - B1427"]
pub type B1427_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1428` reader - B1428"]
pub type B1428_R = crate::BitReader<bool>;
#[doc = "Field `B1428` writer - B1428"]
pub type B1428_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1429` reader - B1429"]
pub type B1429_R = crate::BitReader<bool>;
#[doc = "Field `B1429` writer - B1429"]
pub type B1429_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1430` reader - B1430"]
pub type B1430_R = crate::BitReader<bool>;
#[doc = "Field `B1430` writer - B1430"]
pub type B1430_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1431` reader - B1431"]
pub type B1431_R = crate::BitReader<bool>;
#[doc = "Field `B1431` writer - B1431"]
pub type B1431_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1432` reader - B1432"]
pub type B1432_R = crate::BitReader<bool>;
#[doc = "Field `B1432` writer - B1432"]
pub type B1432_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1433` reader - B1433"]
pub type B1433_R = crate::BitReader<bool>;
#[doc = "Field `B1433` writer - B1433"]
pub type B1433_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1434` reader - B1434"]
pub type B1434_R = crate::BitReader<bool>;
#[doc = "Field `B1434` writer - B1434"]
pub type B1434_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1435` reader - B1435"]
pub type B1435_R = crate::BitReader<bool>;
#[doc = "Field `B1435` writer - B1435"]
pub type B1435_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1436` reader - B1436"]
pub type B1436_R = crate::BitReader<bool>;
#[doc = "Field `B1436` writer - B1436"]
pub type B1436_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1437` reader - B1437"]
pub type B1437_R = crate::BitReader<bool>;
#[doc = "Field `B1437` writer - B1437"]
pub type B1437_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1438` reader - B1438"]
pub type B1438_R = crate::BitReader<bool>;
#[doc = "Field `B1438` writer - B1438"]
pub type B1438_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
#[doc = "Field `B1439` reader - B1439"]
pub type B1439_R = crate::BitReader<bool>;
#[doc = "Field `B1439` writer - B1439"]
pub type B1439_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR44_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1408"]
    #[inline(always)]
    pub fn b1408(&self) -> B1408_R {
        B1408_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1409"]
    #[inline(always)]
    pub fn b1409(&self) -> B1409_R {
        B1409_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1410"]
    #[inline(always)]
    pub fn b1410(&self) -> B1410_R {
        B1410_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1411"]
    #[inline(always)]
    pub fn b1411(&self) -> B1411_R {
        B1411_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1412"]
    #[inline(always)]
    pub fn b1412(&self) -> B1412_R {
        B1412_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1413"]
    #[inline(always)]
    pub fn b1413(&self) -> B1413_R {
        B1413_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1414"]
    #[inline(always)]
    pub fn b1414(&self) -> B1414_R {
        B1414_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1415"]
    #[inline(always)]
    pub fn b1415(&self) -> B1415_R {
        B1415_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1416"]
    #[inline(always)]
    pub fn b1416(&self) -> B1416_R {
        B1416_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1417"]
    #[inline(always)]
    pub fn b1417(&self) -> B1417_R {
        B1417_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1418"]
    #[inline(always)]
    pub fn b1418(&self) -> B1418_R {
        B1418_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1419"]
    #[inline(always)]
    pub fn b1419(&self) -> B1419_R {
        B1419_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1420"]
    #[inline(always)]
    pub fn b1420(&self) -> B1420_R {
        B1420_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1421"]
    #[inline(always)]
    pub fn b1421(&self) -> B1421_R {
        B1421_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1422"]
    #[inline(always)]
    pub fn b1422(&self) -> B1422_R {
        B1422_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1423"]
    #[inline(always)]
    pub fn b1423(&self) -> B1423_R {
        B1423_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1424"]
    #[inline(always)]
    pub fn b1424(&self) -> B1424_R {
        B1424_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1425"]
    #[inline(always)]
    pub fn b1425(&self) -> B1425_R {
        B1425_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1426"]
    #[inline(always)]
    pub fn b1426(&self) -> B1426_R {
        B1426_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1427"]
    #[inline(always)]
    pub fn b1427(&self) -> B1427_R {
        B1427_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1428"]
    #[inline(always)]
    pub fn b1428(&self) -> B1428_R {
        B1428_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1429"]
    #[inline(always)]
    pub fn b1429(&self) -> B1429_R {
        B1429_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1430"]
    #[inline(always)]
    pub fn b1430(&self) -> B1430_R {
        B1430_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1431"]
    #[inline(always)]
    pub fn b1431(&self) -> B1431_R {
        B1431_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1432"]
    #[inline(always)]
    pub fn b1432(&self) -> B1432_R {
        B1432_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1433"]
    #[inline(always)]
    pub fn b1433(&self) -> B1433_R {
        B1433_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1434"]
    #[inline(always)]
    pub fn b1434(&self) -> B1434_R {
        B1434_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1435"]
    #[inline(always)]
    pub fn b1435(&self) -> B1435_R {
        B1435_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1436"]
    #[inline(always)]
    pub fn b1436(&self) -> B1436_R {
        B1436_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1437"]
    #[inline(always)]
    pub fn b1437(&self) -> B1437_R {
        B1437_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1438"]
    #[inline(always)]
    pub fn b1438(&self) -> B1438_R {
        B1438_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1439"]
    #[inline(always)]
    pub fn b1439(&self) -> B1439_R {
        B1439_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1408"]
    #[inline(always)]
    pub fn b1408(&mut self) -> B1408_W<0> {
        B1408_W::new(self)
    }
    #[doc = "Bit 1 - B1409"]
    #[inline(always)]
    pub fn b1409(&mut self) -> B1409_W<1> {
        B1409_W::new(self)
    }
    #[doc = "Bit 2 - B1410"]
    #[inline(always)]
    pub fn b1410(&mut self) -> B1410_W<2> {
        B1410_W::new(self)
    }
    #[doc = "Bit 3 - B1411"]
    #[inline(always)]
    pub fn b1411(&mut self) -> B1411_W<3> {
        B1411_W::new(self)
    }
    #[doc = "Bit 4 - B1412"]
    #[inline(always)]
    pub fn b1412(&mut self) -> B1412_W<4> {
        B1412_W::new(self)
    }
    #[doc = "Bit 5 - B1413"]
    #[inline(always)]
    pub fn b1413(&mut self) -> B1413_W<5> {
        B1413_W::new(self)
    }
    #[doc = "Bit 6 - B1414"]
    #[inline(always)]
    pub fn b1414(&mut self) -> B1414_W<6> {
        B1414_W::new(self)
    }
    #[doc = "Bit 7 - B1415"]
    #[inline(always)]
    pub fn b1415(&mut self) -> B1415_W<7> {
        B1415_W::new(self)
    }
    #[doc = "Bit 8 - B1416"]
    #[inline(always)]
    pub fn b1416(&mut self) -> B1416_W<8> {
        B1416_W::new(self)
    }
    #[doc = "Bit 9 - B1417"]
    #[inline(always)]
    pub fn b1417(&mut self) -> B1417_W<9> {
        B1417_W::new(self)
    }
    #[doc = "Bit 10 - B1418"]
    #[inline(always)]
    pub fn b1418(&mut self) -> B1418_W<10> {
        B1418_W::new(self)
    }
    #[doc = "Bit 11 - B1419"]
    #[inline(always)]
    pub fn b1419(&mut self) -> B1419_W<11> {
        B1419_W::new(self)
    }
    #[doc = "Bit 12 - B1420"]
    #[inline(always)]
    pub fn b1420(&mut self) -> B1420_W<12> {
        B1420_W::new(self)
    }
    #[doc = "Bit 13 - B1421"]
    #[inline(always)]
    pub fn b1421(&mut self) -> B1421_W<13> {
        B1421_W::new(self)
    }
    #[doc = "Bit 14 - B1422"]
    #[inline(always)]
    pub fn b1422(&mut self) -> B1422_W<14> {
        B1422_W::new(self)
    }
    #[doc = "Bit 15 - B1423"]
    #[inline(always)]
    pub fn b1423(&mut self) -> B1423_W<15> {
        B1423_W::new(self)
    }
    #[doc = "Bit 16 - B1424"]
    #[inline(always)]
    pub fn b1424(&mut self) -> B1424_W<16> {
        B1424_W::new(self)
    }
    #[doc = "Bit 17 - B1425"]
    #[inline(always)]
    pub fn b1425(&mut self) -> B1425_W<17> {
        B1425_W::new(self)
    }
    #[doc = "Bit 18 - B1426"]
    #[inline(always)]
    pub fn b1426(&mut self) -> B1426_W<18> {
        B1426_W::new(self)
    }
    #[doc = "Bit 19 - B1427"]
    #[inline(always)]
    pub fn b1427(&mut self) -> B1427_W<19> {
        B1427_W::new(self)
    }
    #[doc = "Bit 20 - B1428"]
    #[inline(always)]
    pub fn b1428(&mut self) -> B1428_W<20> {
        B1428_W::new(self)
    }
    #[doc = "Bit 21 - B1429"]
    #[inline(always)]
    pub fn b1429(&mut self) -> B1429_W<21> {
        B1429_W::new(self)
    }
    #[doc = "Bit 22 - B1430"]
    #[inline(always)]
    pub fn b1430(&mut self) -> B1430_W<22> {
        B1430_W::new(self)
    }
    #[doc = "Bit 23 - B1431"]
    #[inline(always)]
    pub fn b1431(&mut self) -> B1431_W<23> {
        B1431_W::new(self)
    }
    #[doc = "Bit 24 - B1432"]
    #[inline(always)]
    pub fn b1432(&mut self) -> B1432_W<24> {
        B1432_W::new(self)
    }
    #[doc = "Bit 25 - B1433"]
    #[inline(always)]
    pub fn b1433(&mut self) -> B1433_W<25> {
        B1433_W::new(self)
    }
    #[doc = "Bit 26 - B1434"]
    #[inline(always)]
    pub fn b1434(&mut self) -> B1434_W<26> {
        B1434_W::new(self)
    }
    #[doc = "Bit 27 - B1435"]
    #[inline(always)]
    pub fn b1435(&mut self) -> B1435_W<27> {
        B1435_W::new(self)
    }
    #[doc = "Bit 28 - B1436"]
    #[inline(always)]
    pub fn b1436(&mut self) -> B1436_W<28> {
        B1436_W::new(self)
    }
    #[doc = "Bit 29 - B1437"]
    #[inline(always)]
    pub fn b1437(&mut self) -> B1437_W<29> {
        B1437_W::new(self)
    }
    #[doc = "Bit 30 - B1438"]
    #[inline(always)]
    pub fn b1438(&mut self) -> B1438_W<30> {
        B1438_W::new(self)
    }
    #[doc = "Bit 31 - B1439"]
    #[inline(always)]
    pub fn b1439(&mut self) -> B1439_W<31> {
        B1439_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_vctr44](index.html) module"]
pub struct MPCBB1_VCTR44_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR44_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr44::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR44_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr44::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR44_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR44 to value 0"]
impl crate::Resettable for MPCBB1_VCTR44_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}