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_VCTR33` reader"]
pub struct R(crate::R<MPCBB1_VCTR33_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB1_VCTR33_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB1_VCTR33_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB1_VCTR33_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB1_VCTR33` writer"]
pub struct W(crate::W<MPCBB1_VCTR33_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB1_VCTR33_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_VCTR33_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB1_VCTR33_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1056` reader - B1056"]
pub type B1056_R = crate::BitReader<bool>;
#[doc = "Field `B1056` writer - B1056"]
pub type B1056_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1057` reader - B1057"]
pub type B1057_R = crate::BitReader<bool>;
#[doc = "Field `B1057` writer - B1057"]
pub type B1057_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1058` reader - B1058"]
pub type B1058_R = crate::BitReader<bool>;
#[doc = "Field `B1058` writer - B1058"]
pub type B1058_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1059` reader - B1059"]
pub type B1059_R = crate::BitReader<bool>;
#[doc = "Field `B1059` writer - B1059"]
pub type B1059_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1060` reader - B1060"]
pub type B1060_R = crate::BitReader<bool>;
#[doc = "Field `B1060` writer - B1060"]
pub type B1060_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1061` reader - B1061"]
pub type B1061_R = crate::BitReader<bool>;
#[doc = "Field `B1061` writer - B1061"]
pub type B1061_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1062` reader - B1062"]
pub type B1062_R = crate::BitReader<bool>;
#[doc = "Field `B1062` writer - B1062"]
pub type B1062_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1063` reader - B1063"]
pub type B1063_R = crate::BitReader<bool>;
#[doc = "Field `B1063` writer - B1063"]
pub type B1063_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1064` reader - B1064"]
pub type B1064_R = crate::BitReader<bool>;
#[doc = "Field `B1064` writer - B1064"]
pub type B1064_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1065` reader - B1065"]
pub type B1065_R = crate::BitReader<bool>;
#[doc = "Field `B1065` writer - B1065"]
pub type B1065_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1066` reader - B1066"]
pub type B1066_R = crate::BitReader<bool>;
#[doc = "Field `B1066` writer - B1066"]
pub type B1066_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1067` reader - B1067"]
pub type B1067_R = crate::BitReader<bool>;
#[doc = "Field `B1067` writer - B1067"]
pub type B1067_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1068` reader - B1068"]
pub type B1068_R = crate::BitReader<bool>;
#[doc = "Field `B1068` writer - B1068"]
pub type B1068_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1069` reader - B1069"]
pub type B1069_R = crate::BitReader<bool>;
#[doc = "Field `B1069` writer - B1069"]
pub type B1069_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1070` reader - B1070"]
pub type B1070_R = crate::BitReader<bool>;
#[doc = "Field `B1070` writer - B1070"]
pub type B1070_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1071` reader - B1071"]
pub type B1071_R = crate::BitReader<bool>;
#[doc = "Field `B1071` writer - B1071"]
pub type B1071_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1072` reader - B1072"]
pub type B1072_R = crate::BitReader<bool>;
#[doc = "Field `B1072` writer - B1072"]
pub type B1072_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1073` reader - B1073"]
pub type B1073_R = crate::BitReader<bool>;
#[doc = "Field `B1073` writer - B1073"]
pub type B1073_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1074` reader - B1074"]
pub type B1074_R = crate::BitReader<bool>;
#[doc = "Field `B1074` writer - B1074"]
pub type B1074_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1075` reader - B1075"]
pub type B1075_R = crate::BitReader<bool>;
#[doc = "Field `B1075` writer - B1075"]
pub type B1075_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1076` reader - B1076"]
pub type B1076_R = crate::BitReader<bool>;
#[doc = "Field `B1076` writer - B1076"]
pub type B1076_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1077` reader - B1077"]
pub type B1077_R = crate::BitReader<bool>;
#[doc = "Field `B1077` writer - B1077"]
pub type B1077_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1078` reader - B1078"]
pub type B1078_R = crate::BitReader<bool>;
#[doc = "Field `B1078` writer - B1078"]
pub type B1078_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1079` reader - B1079"]
pub type B1079_R = crate::BitReader<bool>;
#[doc = "Field `B1079` writer - B1079"]
pub type B1079_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1080` reader - B1080"]
pub type B1080_R = crate::BitReader<bool>;
#[doc = "Field `B1080` writer - B1080"]
pub type B1080_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1081` reader - B1081"]
pub type B1081_R = crate::BitReader<bool>;
#[doc = "Field `B1081` writer - B1081"]
pub type B1081_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1082` reader - B1082"]
pub type B1082_R = crate::BitReader<bool>;
#[doc = "Field `B1082` writer - B1082"]
pub type B1082_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1083` reader - B1083"]
pub type B1083_R = crate::BitReader<bool>;
#[doc = "Field `B1083` writer - B1083"]
pub type B1083_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1084` reader - B1084"]
pub type B1084_R = crate::BitReader<bool>;
#[doc = "Field `B1084` writer - B1084"]
pub type B1084_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1085` reader - B1085"]
pub type B1085_R = crate::BitReader<bool>;
#[doc = "Field `B1085` writer - B1085"]
pub type B1085_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1086` reader - B1086"]
pub type B1086_R = crate::BitReader<bool>;
#[doc = "Field `B1086` writer - B1086"]
pub type B1086_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
#[doc = "Field `B1087` reader - B1087"]
pub type B1087_R = crate::BitReader<bool>;
#[doc = "Field `B1087` writer - B1087"]
pub type B1087_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB1_VCTR33_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1056"]
    #[inline(always)]
    pub fn b1056(&self) -> B1056_R {
        B1056_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1057"]
    #[inline(always)]
    pub fn b1057(&self) -> B1057_R {
        B1057_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1058"]
    #[inline(always)]
    pub fn b1058(&self) -> B1058_R {
        B1058_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1059"]
    #[inline(always)]
    pub fn b1059(&self) -> B1059_R {
        B1059_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1060"]
    #[inline(always)]
    pub fn b1060(&self) -> B1060_R {
        B1060_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1061"]
    #[inline(always)]
    pub fn b1061(&self) -> B1061_R {
        B1061_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1062"]
    #[inline(always)]
    pub fn b1062(&self) -> B1062_R {
        B1062_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1063"]
    #[inline(always)]
    pub fn b1063(&self) -> B1063_R {
        B1063_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1064"]
    #[inline(always)]
    pub fn b1064(&self) -> B1064_R {
        B1064_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1065"]
    #[inline(always)]
    pub fn b1065(&self) -> B1065_R {
        B1065_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1066"]
    #[inline(always)]
    pub fn b1066(&self) -> B1066_R {
        B1066_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1067"]
    #[inline(always)]
    pub fn b1067(&self) -> B1067_R {
        B1067_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1068"]
    #[inline(always)]
    pub fn b1068(&self) -> B1068_R {
        B1068_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1069"]
    #[inline(always)]
    pub fn b1069(&self) -> B1069_R {
        B1069_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1070"]
    #[inline(always)]
    pub fn b1070(&self) -> B1070_R {
        B1070_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1071"]
    #[inline(always)]
    pub fn b1071(&self) -> B1071_R {
        B1071_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1072"]
    #[inline(always)]
    pub fn b1072(&self) -> B1072_R {
        B1072_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1073"]
    #[inline(always)]
    pub fn b1073(&self) -> B1073_R {
        B1073_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1074"]
    #[inline(always)]
    pub fn b1074(&self) -> B1074_R {
        B1074_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1075"]
    #[inline(always)]
    pub fn b1075(&self) -> B1075_R {
        B1075_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1076"]
    #[inline(always)]
    pub fn b1076(&self) -> B1076_R {
        B1076_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1077"]
    #[inline(always)]
    pub fn b1077(&self) -> B1077_R {
        B1077_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1078"]
    #[inline(always)]
    pub fn b1078(&self) -> B1078_R {
        B1078_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1079"]
    #[inline(always)]
    pub fn b1079(&self) -> B1079_R {
        B1079_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1080"]
    #[inline(always)]
    pub fn b1080(&self) -> B1080_R {
        B1080_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1081"]
    #[inline(always)]
    pub fn b1081(&self) -> B1081_R {
        B1081_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1082"]
    #[inline(always)]
    pub fn b1082(&self) -> B1082_R {
        B1082_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1083"]
    #[inline(always)]
    pub fn b1083(&self) -> B1083_R {
        B1083_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1084"]
    #[inline(always)]
    pub fn b1084(&self) -> B1084_R {
        B1084_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1085"]
    #[inline(always)]
    pub fn b1085(&self) -> B1085_R {
        B1085_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1086"]
    #[inline(always)]
    pub fn b1086(&self) -> B1086_R {
        B1086_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1087"]
    #[inline(always)]
    pub fn b1087(&self) -> B1087_R {
        B1087_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1056"]
    #[inline(always)]
    pub fn b1056(&mut self) -> B1056_W<0> {
        B1056_W::new(self)
    }
    #[doc = "Bit 1 - B1057"]
    #[inline(always)]
    pub fn b1057(&mut self) -> B1057_W<1> {
        B1057_W::new(self)
    }
    #[doc = "Bit 2 - B1058"]
    #[inline(always)]
    pub fn b1058(&mut self) -> B1058_W<2> {
        B1058_W::new(self)
    }
    #[doc = "Bit 3 - B1059"]
    #[inline(always)]
    pub fn b1059(&mut self) -> B1059_W<3> {
        B1059_W::new(self)
    }
    #[doc = "Bit 4 - B1060"]
    #[inline(always)]
    pub fn b1060(&mut self) -> B1060_W<4> {
        B1060_W::new(self)
    }
    #[doc = "Bit 5 - B1061"]
    #[inline(always)]
    pub fn b1061(&mut self) -> B1061_W<5> {
        B1061_W::new(self)
    }
    #[doc = "Bit 6 - B1062"]
    #[inline(always)]
    pub fn b1062(&mut self) -> B1062_W<6> {
        B1062_W::new(self)
    }
    #[doc = "Bit 7 - B1063"]
    #[inline(always)]
    pub fn b1063(&mut self) -> B1063_W<7> {
        B1063_W::new(self)
    }
    #[doc = "Bit 8 - B1064"]
    #[inline(always)]
    pub fn b1064(&mut self) -> B1064_W<8> {
        B1064_W::new(self)
    }
    #[doc = "Bit 9 - B1065"]
    #[inline(always)]
    pub fn b1065(&mut self) -> B1065_W<9> {
        B1065_W::new(self)
    }
    #[doc = "Bit 10 - B1066"]
    #[inline(always)]
    pub fn b1066(&mut self) -> B1066_W<10> {
        B1066_W::new(self)
    }
    #[doc = "Bit 11 - B1067"]
    #[inline(always)]
    pub fn b1067(&mut self) -> B1067_W<11> {
        B1067_W::new(self)
    }
    #[doc = "Bit 12 - B1068"]
    #[inline(always)]
    pub fn b1068(&mut self) -> B1068_W<12> {
        B1068_W::new(self)
    }
    #[doc = "Bit 13 - B1069"]
    #[inline(always)]
    pub fn b1069(&mut self) -> B1069_W<13> {
        B1069_W::new(self)
    }
    #[doc = "Bit 14 - B1070"]
    #[inline(always)]
    pub fn b1070(&mut self) -> B1070_W<14> {
        B1070_W::new(self)
    }
    #[doc = "Bit 15 - B1071"]
    #[inline(always)]
    pub fn b1071(&mut self) -> B1071_W<15> {
        B1071_W::new(self)
    }
    #[doc = "Bit 16 - B1072"]
    #[inline(always)]
    pub fn b1072(&mut self) -> B1072_W<16> {
        B1072_W::new(self)
    }
    #[doc = "Bit 17 - B1073"]
    #[inline(always)]
    pub fn b1073(&mut self) -> B1073_W<17> {
        B1073_W::new(self)
    }
    #[doc = "Bit 18 - B1074"]
    #[inline(always)]
    pub fn b1074(&mut self) -> B1074_W<18> {
        B1074_W::new(self)
    }
    #[doc = "Bit 19 - B1075"]
    #[inline(always)]
    pub fn b1075(&mut self) -> B1075_W<19> {
        B1075_W::new(self)
    }
    #[doc = "Bit 20 - B1076"]
    #[inline(always)]
    pub fn b1076(&mut self) -> B1076_W<20> {
        B1076_W::new(self)
    }
    #[doc = "Bit 21 - B1077"]
    #[inline(always)]
    pub fn b1077(&mut self) -> B1077_W<21> {
        B1077_W::new(self)
    }
    #[doc = "Bit 22 - B1078"]
    #[inline(always)]
    pub fn b1078(&mut self) -> B1078_W<22> {
        B1078_W::new(self)
    }
    #[doc = "Bit 23 - B1079"]
    #[inline(always)]
    pub fn b1079(&mut self) -> B1079_W<23> {
        B1079_W::new(self)
    }
    #[doc = "Bit 24 - B1080"]
    #[inline(always)]
    pub fn b1080(&mut self) -> B1080_W<24> {
        B1080_W::new(self)
    }
    #[doc = "Bit 25 - B1081"]
    #[inline(always)]
    pub fn b1081(&mut self) -> B1081_W<25> {
        B1081_W::new(self)
    }
    #[doc = "Bit 26 - B1082"]
    #[inline(always)]
    pub fn b1082(&mut self) -> B1082_W<26> {
        B1082_W::new(self)
    }
    #[doc = "Bit 27 - B1083"]
    #[inline(always)]
    pub fn b1083(&mut self) -> B1083_W<27> {
        B1083_W::new(self)
    }
    #[doc = "Bit 28 - B1084"]
    #[inline(always)]
    pub fn b1084(&mut self) -> B1084_W<28> {
        B1084_W::new(self)
    }
    #[doc = "Bit 29 - B1085"]
    #[inline(always)]
    pub fn b1085(&mut self) -> B1085_W<29> {
        B1085_W::new(self)
    }
    #[doc = "Bit 30 - B1086"]
    #[inline(always)]
    pub fn b1086(&mut self) -> B1086_W<30> {
        B1086_W::new(self)
    }
    #[doc = "Bit 31 - B1087"]
    #[inline(always)]
    pub fn b1087(&mut self) -> B1087_W<31> {
        B1087_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_vctr33](index.html) module"]
pub struct MPCBB1_VCTR33_SPEC;
impl crate::RegisterSpec for MPCBB1_VCTR33_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb1_vctr33::R](R) reader structure"]
impl crate::Readable for MPCBB1_VCTR33_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb1_vctr33::W](W) writer structure"]
impl crate::Writable for MPCBB1_VCTR33_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB1_VCTR33 to value 0"]
impl crate::Resettable for MPCBB1_VCTR33_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}