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_VCTR48` reader"]
pub struct R(crate::R<MPCBB2_VCTR48_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR48_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR48_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR48_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR48` writer"]
pub struct W(crate::W<MPCBB2_VCTR48_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR48_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_VCTR48_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR48_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1536` reader - B1536"]
pub type B1536_R = crate::BitReader<bool>;
#[doc = "Field `B1536` writer - B1536"]
pub type B1536_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1537` reader - B1537"]
pub type B1537_R = crate::BitReader<bool>;
#[doc = "Field `B1537` writer - B1537"]
pub type B1537_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1538` reader - B1538"]
pub type B1538_R = crate::BitReader<bool>;
#[doc = "Field `B1538` writer - B1538"]
pub type B1538_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1539` reader - B1539"]
pub type B1539_R = crate::BitReader<bool>;
#[doc = "Field `B1539` writer - B1539"]
pub type B1539_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1540` reader - B1540"]
pub type B1540_R = crate::BitReader<bool>;
#[doc = "Field `B1540` writer - B1540"]
pub type B1540_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1541` reader - B1541"]
pub type B1541_R = crate::BitReader<bool>;
#[doc = "Field `B1541` writer - B1541"]
pub type B1541_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1542` reader - B1542"]
pub type B1542_R = crate::BitReader<bool>;
#[doc = "Field `B1542` writer - B1542"]
pub type B1542_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1543` reader - B1543"]
pub type B1543_R = crate::BitReader<bool>;
#[doc = "Field `B1543` writer - B1543"]
pub type B1543_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1544` reader - B1544"]
pub type B1544_R = crate::BitReader<bool>;
#[doc = "Field `B1544` writer - B1544"]
pub type B1544_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1545` reader - B1545"]
pub type B1545_R = crate::BitReader<bool>;
#[doc = "Field `B1545` writer - B1545"]
pub type B1545_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1546` reader - B1546"]
pub type B1546_R = crate::BitReader<bool>;
#[doc = "Field `B1546` writer - B1546"]
pub type B1546_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1547` reader - B1547"]
pub type B1547_R = crate::BitReader<bool>;
#[doc = "Field `B1547` writer - B1547"]
pub type B1547_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1548` reader - B1548"]
pub type B1548_R = crate::BitReader<bool>;
#[doc = "Field `B1548` writer - B1548"]
pub type B1548_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1549` reader - B1549"]
pub type B1549_R = crate::BitReader<bool>;
#[doc = "Field `B1549` writer - B1549"]
pub type B1549_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1550` reader - B1550"]
pub type B1550_R = crate::BitReader<bool>;
#[doc = "Field `B1550` writer - B1550"]
pub type B1550_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1551` reader - B1551"]
pub type B1551_R = crate::BitReader<bool>;
#[doc = "Field `B1551` writer - B1551"]
pub type B1551_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1552` reader - B1552"]
pub type B1552_R = crate::BitReader<bool>;
#[doc = "Field `B1552` writer - B1552"]
pub type B1552_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1553` reader - B1553"]
pub type B1553_R = crate::BitReader<bool>;
#[doc = "Field `B1553` writer - B1553"]
pub type B1553_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1554` reader - B1554"]
pub type B1554_R = crate::BitReader<bool>;
#[doc = "Field `B1554` writer - B1554"]
pub type B1554_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1555` reader - B1555"]
pub type B1555_R = crate::BitReader<bool>;
#[doc = "Field `B1555` writer - B1555"]
pub type B1555_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1556` reader - B1556"]
pub type B1556_R = crate::BitReader<bool>;
#[doc = "Field `B1556` writer - B1556"]
pub type B1556_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1557` reader - B1557"]
pub type B1557_R = crate::BitReader<bool>;
#[doc = "Field `B1557` writer - B1557"]
pub type B1557_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1558` reader - B1558"]
pub type B1558_R = crate::BitReader<bool>;
#[doc = "Field `B1558` writer - B1558"]
pub type B1558_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1559` reader - B1559"]
pub type B1559_R = crate::BitReader<bool>;
#[doc = "Field `B1559` writer - B1559"]
pub type B1559_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1560` reader - B1560"]
pub type B1560_R = crate::BitReader<bool>;
#[doc = "Field `B1560` writer - B1560"]
pub type B1560_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1561` reader - B1561"]
pub type B1561_R = crate::BitReader<bool>;
#[doc = "Field `B1561` writer - B1561"]
pub type B1561_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1562` reader - B1562"]
pub type B1562_R = crate::BitReader<bool>;
#[doc = "Field `B1562` writer - B1562"]
pub type B1562_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1563` reader - B1563"]
pub type B1563_R = crate::BitReader<bool>;
#[doc = "Field `B1563` writer - B1563"]
pub type B1563_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1564` reader - B1564"]
pub type B1564_R = crate::BitReader<bool>;
#[doc = "Field `B1564` writer - B1564"]
pub type B1564_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1565` reader - B1565"]
pub type B1565_R = crate::BitReader<bool>;
#[doc = "Field `B1565` writer - B1565"]
pub type B1565_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1566` reader - B1566"]
pub type B1566_R = crate::BitReader<bool>;
#[doc = "Field `B1566` writer - B1566"]
pub type B1566_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
#[doc = "Field `B1567` reader - B1567"]
pub type B1567_R = crate::BitReader<bool>;
#[doc = "Field `B1567` writer - B1567"]
pub type B1567_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR48_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1536"]
    #[inline(always)]
    pub fn b1536(&self) -> B1536_R {
        B1536_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1537"]
    #[inline(always)]
    pub fn b1537(&self) -> B1537_R {
        B1537_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1538"]
    #[inline(always)]
    pub fn b1538(&self) -> B1538_R {
        B1538_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1539"]
    #[inline(always)]
    pub fn b1539(&self) -> B1539_R {
        B1539_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1540"]
    #[inline(always)]
    pub fn b1540(&self) -> B1540_R {
        B1540_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1541"]
    #[inline(always)]
    pub fn b1541(&self) -> B1541_R {
        B1541_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1542"]
    #[inline(always)]
    pub fn b1542(&self) -> B1542_R {
        B1542_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1543"]
    #[inline(always)]
    pub fn b1543(&self) -> B1543_R {
        B1543_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1544"]
    #[inline(always)]
    pub fn b1544(&self) -> B1544_R {
        B1544_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1545"]
    #[inline(always)]
    pub fn b1545(&self) -> B1545_R {
        B1545_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1546"]
    #[inline(always)]
    pub fn b1546(&self) -> B1546_R {
        B1546_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1547"]
    #[inline(always)]
    pub fn b1547(&self) -> B1547_R {
        B1547_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1548"]
    #[inline(always)]
    pub fn b1548(&self) -> B1548_R {
        B1548_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1549"]
    #[inline(always)]
    pub fn b1549(&self) -> B1549_R {
        B1549_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1550"]
    #[inline(always)]
    pub fn b1550(&self) -> B1550_R {
        B1550_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1551"]
    #[inline(always)]
    pub fn b1551(&self) -> B1551_R {
        B1551_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1552"]
    #[inline(always)]
    pub fn b1552(&self) -> B1552_R {
        B1552_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1553"]
    #[inline(always)]
    pub fn b1553(&self) -> B1553_R {
        B1553_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1554"]
    #[inline(always)]
    pub fn b1554(&self) -> B1554_R {
        B1554_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1555"]
    #[inline(always)]
    pub fn b1555(&self) -> B1555_R {
        B1555_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1556"]
    #[inline(always)]
    pub fn b1556(&self) -> B1556_R {
        B1556_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1557"]
    #[inline(always)]
    pub fn b1557(&self) -> B1557_R {
        B1557_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1558"]
    #[inline(always)]
    pub fn b1558(&self) -> B1558_R {
        B1558_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1559"]
    #[inline(always)]
    pub fn b1559(&self) -> B1559_R {
        B1559_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1560"]
    #[inline(always)]
    pub fn b1560(&self) -> B1560_R {
        B1560_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1561"]
    #[inline(always)]
    pub fn b1561(&self) -> B1561_R {
        B1561_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1562"]
    #[inline(always)]
    pub fn b1562(&self) -> B1562_R {
        B1562_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1563"]
    #[inline(always)]
    pub fn b1563(&self) -> B1563_R {
        B1563_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1564"]
    #[inline(always)]
    pub fn b1564(&self) -> B1564_R {
        B1564_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1565"]
    #[inline(always)]
    pub fn b1565(&self) -> B1565_R {
        B1565_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1566"]
    #[inline(always)]
    pub fn b1566(&self) -> B1566_R {
        B1566_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1567"]
    #[inline(always)]
    pub fn b1567(&self) -> B1567_R {
        B1567_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1536"]
    #[inline(always)]
    pub fn b1536(&mut self) -> B1536_W<0> {
        B1536_W::new(self)
    }
    #[doc = "Bit 1 - B1537"]
    #[inline(always)]
    pub fn b1537(&mut self) -> B1537_W<1> {
        B1537_W::new(self)
    }
    #[doc = "Bit 2 - B1538"]
    #[inline(always)]
    pub fn b1538(&mut self) -> B1538_W<2> {
        B1538_W::new(self)
    }
    #[doc = "Bit 3 - B1539"]
    #[inline(always)]
    pub fn b1539(&mut self) -> B1539_W<3> {
        B1539_W::new(self)
    }
    #[doc = "Bit 4 - B1540"]
    #[inline(always)]
    pub fn b1540(&mut self) -> B1540_W<4> {
        B1540_W::new(self)
    }
    #[doc = "Bit 5 - B1541"]
    #[inline(always)]
    pub fn b1541(&mut self) -> B1541_W<5> {
        B1541_W::new(self)
    }
    #[doc = "Bit 6 - B1542"]
    #[inline(always)]
    pub fn b1542(&mut self) -> B1542_W<6> {
        B1542_W::new(self)
    }
    #[doc = "Bit 7 - B1543"]
    #[inline(always)]
    pub fn b1543(&mut self) -> B1543_W<7> {
        B1543_W::new(self)
    }
    #[doc = "Bit 8 - B1544"]
    #[inline(always)]
    pub fn b1544(&mut self) -> B1544_W<8> {
        B1544_W::new(self)
    }
    #[doc = "Bit 9 - B1545"]
    #[inline(always)]
    pub fn b1545(&mut self) -> B1545_W<9> {
        B1545_W::new(self)
    }
    #[doc = "Bit 10 - B1546"]
    #[inline(always)]
    pub fn b1546(&mut self) -> B1546_W<10> {
        B1546_W::new(self)
    }
    #[doc = "Bit 11 - B1547"]
    #[inline(always)]
    pub fn b1547(&mut self) -> B1547_W<11> {
        B1547_W::new(self)
    }
    #[doc = "Bit 12 - B1548"]
    #[inline(always)]
    pub fn b1548(&mut self) -> B1548_W<12> {
        B1548_W::new(self)
    }
    #[doc = "Bit 13 - B1549"]
    #[inline(always)]
    pub fn b1549(&mut self) -> B1549_W<13> {
        B1549_W::new(self)
    }
    #[doc = "Bit 14 - B1550"]
    #[inline(always)]
    pub fn b1550(&mut self) -> B1550_W<14> {
        B1550_W::new(self)
    }
    #[doc = "Bit 15 - B1551"]
    #[inline(always)]
    pub fn b1551(&mut self) -> B1551_W<15> {
        B1551_W::new(self)
    }
    #[doc = "Bit 16 - B1552"]
    #[inline(always)]
    pub fn b1552(&mut self) -> B1552_W<16> {
        B1552_W::new(self)
    }
    #[doc = "Bit 17 - B1553"]
    #[inline(always)]
    pub fn b1553(&mut self) -> B1553_W<17> {
        B1553_W::new(self)
    }
    #[doc = "Bit 18 - B1554"]
    #[inline(always)]
    pub fn b1554(&mut self) -> B1554_W<18> {
        B1554_W::new(self)
    }
    #[doc = "Bit 19 - B1555"]
    #[inline(always)]
    pub fn b1555(&mut self) -> B1555_W<19> {
        B1555_W::new(self)
    }
    #[doc = "Bit 20 - B1556"]
    #[inline(always)]
    pub fn b1556(&mut self) -> B1556_W<20> {
        B1556_W::new(self)
    }
    #[doc = "Bit 21 - B1557"]
    #[inline(always)]
    pub fn b1557(&mut self) -> B1557_W<21> {
        B1557_W::new(self)
    }
    #[doc = "Bit 22 - B1558"]
    #[inline(always)]
    pub fn b1558(&mut self) -> B1558_W<22> {
        B1558_W::new(self)
    }
    #[doc = "Bit 23 - B1559"]
    #[inline(always)]
    pub fn b1559(&mut self) -> B1559_W<23> {
        B1559_W::new(self)
    }
    #[doc = "Bit 24 - B1560"]
    #[inline(always)]
    pub fn b1560(&mut self) -> B1560_W<24> {
        B1560_W::new(self)
    }
    #[doc = "Bit 25 - B1561"]
    #[inline(always)]
    pub fn b1561(&mut self) -> B1561_W<25> {
        B1561_W::new(self)
    }
    #[doc = "Bit 26 - B1562"]
    #[inline(always)]
    pub fn b1562(&mut self) -> B1562_W<26> {
        B1562_W::new(self)
    }
    #[doc = "Bit 27 - B1563"]
    #[inline(always)]
    pub fn b1563(&mut self) -> B1563_W<27> {
        B1563_W::new(self)
    }
    #[doc = "Bit 28 - B1564"]
    #[inline(always)]
    pub fn b1564(&mut self) -> B1564_W<28> {
        B1564_W::new(self)
    }
    #[doc = "Bit 29 - B1565"]
    #[inline(always)]
    pub fn b1565(&mut self) -> B1565_W<29> {
        B1565_W::new(self)
    }
    #[doc = "Bit 30 - B1566"]
    #[inline(always)]
    pub fn b1566(&mut self) -> B1566_W<30> {
        B1566_W::new(self)
    }
    #[doc = "Bit 31 - B1567"]
    #[inline(always)]
    pub fn b1567(&mut self) -> B1567_W<31> {
        B1567_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_vctr48](index.html) module"]
pub struct MPCBB2_VCTR48_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR48_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr48::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR48_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr48::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR48_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR48 to value 0"]
impl crate::Resettable for MPCBB2_VCTR48_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}