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_VCTR36` reader"]
pub struct R(crate::R<MPCBB2_VCTR36_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR36_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR36_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR36_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR36` writer"]
pub struct W(crate::W<MPCBB2_VCTR36_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR36_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_VCTR36_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR36_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1152` reader - B1152"]
pub type B1152_R = crate::BitReader<bool>;
#[doc = "Field `B1152` writer - B1152"]
pub type B1152_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1153` reader - B1153"]
pub type B1153_R = crate::BitReader<bool>;
#[doc = "Field `B1153` writer - B1153"]
pub type B1153_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1154` reader - B1154"]
pub type B1154_R = crate::BitReader<bool>;
#[doc = "Field `B1154` writer - B1154"]
pub type B1154_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1155` reader - B1155"]
pub type B1155_R = crate::BitReader<bool>;
#[doc = "Field `B1155` writer - B1155"]
pub type B1155_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1156` reader - B1156"]
pub type B1156_R = crate::BitReader<bool>;
#[doc = "Field `B1156` writer - B1156"]
pub type B1156_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1157` reader - B1157"]
pub type B1157_R = crate::BitReader<bool>;
#[doc = "Field `B1157` writer - B1157"]
pub type B1157_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1158` reader - B1158"]
pub type B1158_R = crate::BitReader<bool>;
#[doc = "Field `B1158` writer - B1158"]
pub type B1158_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1159` reader - B1159"]
pub type B1159_R = crate::BitReader<bool>;
#[doc = "Field `B1159` writer - B1159"]
pub type B1159_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1160` reader - B1160"]
pub type B1160_R = crate::BitReader<bool>;
#[doc = "Field `B1160` writer - B1160"]
pub type B1160_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1161` reader - B1161"]
pub type B1161_R = crate::BitReader<bool>;
#[doc = "Field `B1161` writer - B1161"]
pub type B1161_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1162` reader - B1162"]
pub type B1162_R = crate::BitReader<bool>;
#[doc = "Field `B1162` writer - B1162"]
pub type B1162_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1163` reader - B1163"]
pub type B1163_R = crate::BitReader<bool>;
#[doc = "Field `B1163` writer - B1163"]
pub type B1163_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1164` reader - B1164"]
pub type B1164_R = crate::BitReader<bool>;
#[doc = "Field `B1164` writer - B1164"]
pub type B1164_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1165` reader - B1165"]
pub type B1165_R = crate::BitReader<bool>;
#[doc = "Field `B1165` writer - B1165"]
pub type B1165_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1166` reader - B1166"]
pub type B1166_R = crate::BitReader<bool>;
#[doc = "Field `B1166` writer - B1166"]
pub type B1166_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1167` reader - B1167"]
pub type B1167_R = crate::BitReader<bool>;
#[doc = "Field `B1167` writer - B1167"]
pub type B1167_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1168` reader - B1168"]
pub type B1168_R = crate::BitReader<bool>;
#[doc = "Field `B1168` writer - B1168"]
pub type B1168_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1169` reader - B1169"]
pub type B1169_R = crate::BitReader<bool>;
#[doc = "Field `B1169` writer - B1169"]
pub type B1169_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1170` reader - B1170"]
pub type B1170_R = crate::BitReader<bool>;
#[doc = "Field `B1170` writer - B1170"]
pub type B1170_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1171` reader - B1171"]
pub type B1171_R = crate::BitReader<bool>;
#[doc = "Field `B1171` writer - B1171"]
pub type B1171_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1172` reader - B1172"]
pub type B1172_R = crate::BitReader<bool>;
#[doc = "Field `B1172` writer - B1172"]
pub type B1172_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1173` reader - B1173"]
pub type B1173_R = crate::BitReader<bool>;
#[doc = "Field `B1173` writer - B1173"]
pub type B1173_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1174` reader - B1174"]
pub type B1174_R = crate::BitReader<bool>;
#[doc = "Field `B1174` writer - B1174"]
pub type B1174_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1175` reader - B1175"]
pub type B1175_R = crate::BitReader<bool>;
#[doc = "Field `B1175` writer - B1175"]
pub type B1175_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1176` reader - B1176"]
pub type B1176_R = crate::BitReader<bool>;
#[doc = "Field `B1176` writer - B1176"]
pub type B1176_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1177` reader - B1177"]
pub type B1177_R = crate::BitReader<bool>;
#[doc = "Field `B1177` writer - B1177"]
pub type B1177_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1178` reader - B1178"]
pub type B1178_R = crate::BitReader<bool>;
#[doc = "Field `B1178` writer - B1178"]
pub type B1178_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1179` reader - B1179"]
pub type B1179_R = crate::BitReader<bool>;
#[doc = "Field `B1179` writer - B1179"]
pub type B1179_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1180` reader - B1180"]
pub type B1180_R = crate::BitReader<bool>;
#[doc = "Field `B1180` writer - B1180"]
pub type B1180_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1181` reader - B1181"]
pub type B1181_R = crate::BitReader<bool>;
#[doc = "Field `B1181` writer - B1181"]
pub type B1181_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1182` reader - B1182"]
pub type B1182_R = crate::BitReader<bool>;
#[doc = "Field `B1182` writer - B1182"]
pub type B1182_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
#[doc = "Field `B1183` reader - B1183"]
pub type B1183_R = crate::BitReader<bool>;
#[doc = "Field `B1183` writer - B1183"]
pub type B1183_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR36_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1152"]
    #[inline(always)]
    pub fn b1152(&self) -> B1152_R {
        B1152_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1153"]
    #[inline(always)]
    pub fn b1153(&self) -> B1153_R {
        B1153_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1154"]
    #[inline(always)]
    pub fn b1154(&self) -> B1154_R {
        B1154_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1155"]
    #[inline(always)]
    pub fn b1155(&self) -> B1155_R {
        B1155_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1156"]
    #[inline(always)]
    pub fn b1156(&self) -> B1156_R {
        B1156_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1157"]
    #[inline(always)]
    pub fn b1157(&self) -> B1157_R {
        B1157_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1158"]
    #[inline(always)]
    pub fn b1158(&self) -> B1158_R {
        B1158_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1159"]
    #[inline(always)]
    pub fn b1159(&self) -> B1159_R {
        B1159_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1160"]
    #[inline(always)]
    pub fn b1160(&self) -> B1160_R {
        B1160_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1161"]
    #[inline(always)]
    pub fn b1161(&self) -> B1161_R {
        B1161_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1162"]
    #[inline(always)]
    pub fn b1162(&self) -> B1162_R {
        B1162_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1163"]
    #[inline(always)]
    pub fn b1163(&self) -> B1163_R {
        B1163_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1164"]
    #[inline(always)]
    pub fn b1164(&self) -> B1164_R {
        B1164_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1165"]
    #[inline(always)]
    pub fn b1165(&self) -> B1165_R {
        B1165_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1166"]
    #[inline(always)]
    pub fn b1166(&self) -> B1166_R {
        B1166_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1167"]
    #[inline(always)]
    pub fn b1167(&self) -> B1167_R {
        B1167_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1168"]
    #[inline(always)]
    pub fn b1168(&self) -> B1168_R {
        B1168_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1169"]
    #[inline(always)]
    pub fn b1169(&self) -> B1169_R {
        B1169_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1170"]
    #[inline(always)]
    pub fn b1170(&self) -> B1170_R {
        B1170_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1171"]
    #[inline(always)]
    pub fn b1171(&self) -> B1171_R {
        B1171_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1172"]
    #[inline(always)]
    pub fn b1172(&self) -> B1172_R {
        B1172_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1173"]
    #[inline(always)]
    pub fn b1173(&self) -> B1173_R {
        B1173_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1174"]
    #[inline(always)]
    pub fn b1174(&self) -> B1174_R {
        B1174_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1175"]
    #[inline(always)]
    pub fn b1175(&self) -> B1175_R {
        B1175_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1176"]
    #[inline(always)]
    pub fn b1176(&self) -> B1176_R {
        B1176_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1177"]
    #[inline(always)]
    pub fn b1177(&self) -> B1177_R {
        B1177_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1178"]
    #[inline(always)]
    pub fn b1178(&self) -> B1178_R {
        B1178_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1179"]
    #[inline(always)]
    pub fn b1179(&self) -> B1179_R {
        B1179_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1180"]
    #[inline(always)]
    pub fn b1180(&self) -> B1180_R {
        B1180_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1181"]
    #[inline(always)]
    pub fn b1181(&self) -> B1181_R {
        B1181_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1182"]
    #[inline(always)]
    pub fn b1182(&self) -> B1182_R {
        B1182_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1183"]
    #[inline(always)]
    pub fn b1183(&self) -> B1183_R {
        B1183_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1152"]
    #[inline(always)]
    pub fn b1152(&mut self) -> B1152_W<0> {
        B1152_W::new(self)
    }
    #[doc = "Bit 1 - B1153"]
    #[inline(always)]
    pub fn b1153(&mut self) -> B1153_W<1> {
        B1153_W::new(self)
    }
    #[doc = "Bit 2 - B1154"]
    #[inline(always)]
    pub fn b1154(&mut self) -> B1154_W<2> {
        B1154_W::new(self)
    }
    #[doc = "Bit 3 - B1155"]
    #[inline(always)]
    pub fn b1155(&mut self) -> B1155_W<3> {
        B1155_W::new(self)
    }
    #[doc = "Bit 4 - B1156"]
    #[inline(always)]
    pub fn b1156(&mut self) -> B1156_W<4> {
        B1156_W::new(self)
    }
    #[doc = "Bit 5 - B1157"]
    #[inline(always)]
    pub fn b1157(&mut self) -> B1157_W<5> {
        B1157_W::new(self)
    }
    #[doc = "Bit 6 - B1158"]
    #[inline(always)]
    pub fn b1158(&mut self) -> B1158_W<6> {
        B1158_W::new(self)
    }
    #[doc = "Bit 7 - B1159"]
    #[inline(always)]
    pub fn b1159(&mut self) -> B1159_W<7> {
        B1159_W::new(self)
    }
    #[doc = "Bit 8 - B1160"]
    #[inline(always)]
    pub fn b1160(&mut self) -> B1160_W<8> {
        B1160_W::new(self)
    }
    #[doc = "Bit 9 - B1161"]
    #[inline(always)]
    pub fn b1161(&mut self) -> B1161_W<9> {
        B1161_W::new(self)
    }
    #[doc = "Bit 10 - B1162"]
    #[inline(always)]
    pub fn b1162(&mut self) -> B1162_W<10> {
        B1162_W::new(self)
    }
    #[doc = "Bit 11 - B1163"]
    #[inline(always)]
    pub fn b1163(&mut self) -> B1163_W<11> {
        B1163_W::new(self)
    }
    #[doc = "Bit 12 - B1164"]
    #[inline(always)]
    pub fn b1164(&mut self) -> B1164_W<12> {
        B1164_W::new(self)
    }
    #[doc = "Bit 13 - B1165"]
    #[inline(always)]
    pub fn b1165(&mut self) -> B1165_W<13> {
        B1165_W::new(self)
    }
    #[doc = "Bit 14 - B1166"]
    #[inline(always)]
    pub fn b1166(&mut self) -> B1166_W<14> {
        B1166_W::new(self)
    }
    #[doc = "Bit 15 - B1167"]
    #[inline(always)]
    pub fn b1167(&mut self) -> B1167_W<15> {
        B1167_W::new(self)
    }
    #[doc = "Bit 16 - B1168"]
    #[inline(always)]
    pub fn b1168(&mut self) -> B1168_W<16> {
        B1168_W::new(self)
    }
    #[doc = "Bit 17 - B1169"]
    #[inline(always)]
    pub fn b1169(&mut self) -> B1169_W<17> {
        B1169_W::new(self)
    }
    #[doc = "Bit 18 - B1170"]
    #[inline(always)]
    pub fn b1170(&mut self) -> B1170_W<18> {
        B1170_W::new(self)
    }
    #[doc = "Bit 19 - B1171"]
    #[inline(always)]
    pub fn b1171(&mut self) -> B1171_W<19> {
        B1171_W::new(self)
    }
    #[doc = "Bit 20 - B1172"]
    #[inline(always)]
    pub fn b1172(&mut self) -> B1172_W<20> {
        B1172_W::new(self)
    }
    #[doc = "Bit 21 - B1173"]
    #[inline(always)]
    pub fn b1173(&mut self) -> B1173_W<21> {
        B1173_W::new(self)
    }
    #[doc = "Bit 22 - B1174"]
    #[inline(always)]
    pub fn b1174(&mut self) -> B1174_W<22> {
        B1174_W::new(self)
    }
    #[doc = "Bit 23 - B1175"]
    #[inline(always)]
    pub fn b1175(&mut self) -> B1175_W<23> {
        B1175_W::new(self)
    }
    #[doc = "Bit 24 - B1176"]
    #[inline(always)]
    pub fn b1176(&mut self) -> B1176_W<24> {
        B1176_W::new(self)
    }
    #[doc = "Bit 25 - B1177"]
    #[inline(always)]
    pub fn b1177(&mut self) -> B1177_W<25> {
        B1177_W::new(self)
    }
    #[doc = "Bit 26 - B1178"]
    #[inline(always)]
    pub fn b1178(&mut self) -> B1178_W<26> {
        B1178_W::new(self)
    }
    #[doc = "Bit 27 - B1179"]
    #[inline(always)]
    pub fn b1179(&mut self) -> B1179_W<27> {
        B1179_W::new(self)
    }
    #[doc = "Bit 28 - B1180"]
    #[inline(always)]
    pub fn b1180(&mut self) -> B1180_W<28> {
        B1180_W::new(self)
    }
    #[doc = "Bit 29 - B1181"]
    #[inline(always)]
    pub fn b1181(&mut self) -> B1181_W<29> {
        B1181_W::new(self)
    }
    #[doc = "Bit 30 - B1182"]
    #[inline(always)]
    pub fn b1182(&mut self) -> B1182_W<30> {
        B1182_W::new(self)
    }
    #[doc = "Bit 31 - B1183"]
    #[inline(always)]
    pub fn b1183(&mut self) -> B1183_W<31> {
        B1183_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_vctr36](index.html) module"]
pub struct MPCBB2_VCTR36_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR36_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr36::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR36_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr36::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR36_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR36 to value 0"]
impl crate::Resettable for MPCBB2_VCTR36_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}