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_VCTR59` reader"]
pub struct R(crate::R<MPCBB2_VCTR59_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR59_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR59_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR59_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR59` writer"]
pub struct W(crate::W<MPCBB2_VCTR59_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR59_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_VCTR59_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR59_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B1888` reader - B1888"]
pub type B1888_R = crate::BitReader<bool>;
#[doc = "Field `B1888` writer - B1888"]
pub type B1888_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1889` reader - B1889"]
pub type B1889_R = crate::BitReader<bool>;
#[doc = "Field `B1889` writer - B1889"]
pub type B1889_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1890` reader - B1890"]
pub type B1890_R = crate::BitReader<bool>;
#[doc = "Field `B1890` writer - B1890"]
pub type B1890_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1891` reader - B1891"]
pub type B1891_R = crate::BitReader<bool>;
#[doc = "Field `B1891` writer - B1891"]
pub type B1891_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1892` reader - B1892"]
pub type B1892_R = crate::BitReader<bool>;
#[doc = "Field `B1892` writer - B1892"]
pub type B1892_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1893` reader - B1893"]
pub type B1893_R = crate::BitReader<bool>;
#[doc = "Field `B1893` writer - B1893"]
pub type B1893_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1894` reader - B1894"]
pub type B1894_R = crate::BitReader<bool>;
#[doc = "Field `B1894` writer - B1894"]
pub type B1894_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1895` reader - B1895"]
pub type B1895_R = crate::BitReader<bool>;
#[doc = "Field `B1895` writer - B1895"]
pub type B1895_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1896` reader - B1896"]
pub type B1896_R = crate::BitReader<bool>;
#[doc = "Field `B1896` writer - B1896"]
pub type B1896_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1897` reader - B1897"]
pub type B1897_R = crate::BitReader<bool>;
#[doc = "Field `B1897` writer - B1897"]
pub type B1897_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1898` reader - B1898"]
pub type B1898_R = crate::BitReader<bool>;
#[doc = "Field `B1898` writer - B1898"]
pub type B1898_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1899` reader - B1899"]
pub type B1899_R = crate::BitReader<bool>;
#[doc = "Field `B1899` writer - B1899"]
pub type B1899_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1900` reader - B1900"]
pub type B1900_R = crate::BitReader<bool>;
#[doc = "Field `B1900` writer - B1900"]
pub type B1900_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1901` reader - B1901"]
pub type B1901_R = crate::BitReader<bool>;
#[doc = "Field `B1901` writer - B1901"]
pub type B1901_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1902` reader - B1902"]
pub type B1902_R = crate::BitReader<bool>;
#[doc = "Field `B1902` writer - B1902"]
pub type B1902_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1903` reader - B1903"]
pub type B1903_R = crate::BitReader<bool>;
#[doc = "Field `B1903` writer - B1903"]
pub type B1903_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1904` reader - B1904"]
pub type B1904_R = crate::BitReader<bool>;
#[doc = "Field `B1904` writer - B1904"]
pub type B1904_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1905` reader - B1905"]
pub type B1905_R = crate::BitReader<bool>;
#[doc = "Field `B1905` writer - B1905"]
pub type B1905_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1906` reader - B1906"]
pub type B1906_R = crate::BitReader<bool>;
#[doc = "Field `B1906` writer - B1906"]
pub type B1906_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1907` reader - B1907"]
pub type B1907_R = crate::BitReader<bool>;
#[doc = "Field `B1907` writer - B1907"]
pub type B1907_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1908` reader - B1908"]
pub type B1908_R = crate::BitReader<bool>;
#[doc = "Field `B1908` writer - B1908"]
pub type B1908_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1909` reader - B1909"]
pub type B1909_R = crate::BitReader<bool>;
#[doc = "Field `B1909` writer - B1909"]
pub type B1909_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1910` reader - B1910"]
pub type B1910_R = crate::BitReader<bool>;
#[doc = "Field `B1910` writer - B1910"]
pub type B1910_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1911` reader - B1911"]
pub type B1911_R = crate::BitReader<bool>;
#[doc = "Field `B1911` writer - B1911"]
pub type B1911_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1912` reader - B1912"]
pub type B1912_R = crate::BitReader<bool>;
#[doc = "Field `B1912` writer - B1912"]
pub type B1912_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1913` reader - B1913"]
pub type B1913_R = crate::BitReader<bool>;
#[doc = "Field `B1913` writer - B1913"]
pub type B1913_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1914` reader - B1914"]
pub type B1914_R = crate::BitReader<bool>;
#[doc = "Field `B1914` writer - B1914"]
pub type B1914_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1915` reader - B1915"]
pub type B1915_R = crate::BitReader<bool>;
#[doc = "Field `B1915` writer - B1915"]
pub type B1915_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1916` reader - B1916"]
pub type B1916_R = crate::BitReader<bool>;
#[doc = "Field `B1916` writer - B1916"]
pub type B1916_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1917` reader - B1917"]
pub type B1917_R = crate::BitReader<bool>;
#[doc = "Field `B1917` writer - B1917"]
pub type B1917_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1918` reader - B1918"]
pub type B1918_R = crate::BitReader<bool>;
#[doc = "Field `B1918` writer - B1918"]
pub type B1918_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
#[doc = "Field `B1919` reader - B1919"]
pub type B1919_R = crate::BitReader<bool>;
#[doc = "Field `B1919` writer - B1919"]
pub type B1919_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR59_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B1888"]
    #[inline(always)]
    pub fn b1888(&self) -> B1888_R {
        B1888_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B1889"]
    #[inline(always)]
    pub fn b1889(&self) -> B1889_R {
        B1889_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B1890"]
    #[inline(always)]
    pub fn b1890(&self) -> B1890_R {
        B1890_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B1891"]
    #[inline(always)]
    pub fn b1891(&self) -> B1891_R {
        B1891_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B1892"]
    #[inline(always)]
    pub fn b1892(&self) -> B1892_R {
        B1892_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B1893"]
    #[inline(always)]
    pub fn b1893(&self) -> B1893_R {
        B1893_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B1894"]
    #[inline(always)]
    pub fn b1894(&self) -> B1894_R {
        B1894_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B1895"]
    #[inline(always)]
    pub fn b1895(&self) -> B1895_R {
        B1895_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B1896"]
    #[inline(always)]
    pub fn b1896(&self) -> B1896_R {
        B1896_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B1897"]
    #[inline(always)]
    pub fn b1897(&self) -> B1897_R {
        B1897_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B1898"]
    #[inline(always)]
    pub fn b1898(&self) -> B1898_R {
        B1898_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B1899"]
    #[inline(always)]
    pub fn b1899(&self) -> B1899_R {
        B1899_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B1900"]
    #[inline(always)]
    pub fn b1900(&self) -> B1900_R {
        B1900_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B1901"]
    #[inline(always)]
    pub fn b1901(&self) -> B1901_R {
        B1901_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B1902"]
    #[inline(always)]
    pub fn b1902(&self) -> B1902_R {
        B1902_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B1903"]
    #[inline(always)]
    pub fn b1903(&self) -> B1903_R {
        B1903_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B1904"]
    #[inline(always)]
    pub fn b1904(&self) -> B1904_R {
        B1904_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B1905"]
    #[inline(always)]
    pub fn b1905(&self) -> B1905_R {
        B1905_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B1906"]
    #[inline(always)]
    pub fn b1906(&self) -> B1906_R {
        B1906_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B1907"]
    #[inline(always)]
    pub fn b1907(&self) -> B1907_R {
        B1907_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B1908"]
    #[inline(always)]
    pub fn b1908(&self) -> B1908_R {
        B1908_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B1909"]
    #[inline(always)]
    pub fn b1909(&self) -> B1909_R {
        B1909_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B1910"]
    #[inline(always)]
    pub fn b1910(&self) -> B1910_R {
        B1910_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B1911"]
    #[inline(always)]
    pub fn b1911(&self) -> B1911_R {
        B1911_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B1912"]
    #[inline(always)]
    pub fn b1912(&self) -> B1912_R {
        B1912_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B1913"]
    #[inline(always)]
    pub fn b1913(&self) -> B1913_R {
        B1913_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B1914"]
    #[inline(always)]
    pub fn b1914(&self) -> B1914_R {
        B1914_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B1915"]
    #[inline(always)]
    pub fn b1915(&self) -> B1915_R {
        B1915_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B1916"]
    #[inline(always)]
    pub fn b1916(&self) -> B1916_R {
        B1916_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B1917"]
    #[inline(always)]
    pub fn b1917(&self) -> B1917_R {
        B1917_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B1918"]
    #[inline(always)]
    pub fn b1918(&self) -> B1918_R {
        B1918_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B1919"]
    #[inline(always)]
    pub fn b1919(&self) -> B1919_R {
        B1919_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B1888"]
    #[inline(always)]
    pub fn b1888(&mut self) -> B1888_W<0> {
        B1888_W::new(self)
    }
    #[doc = "Bit 1 - B1889"]
    #[inline(always)]
    pub fn b1889(&mut self) -> B1889_W<1> {
        B1889_W::new(self)
    }
    #[doc = "Bit 2 - B1890"]
    #[inline(always)]
    pub fn b1890(&mut self) -> B1890_W<2> {
        B1890_W::new(self)
    }
    #[doc = "Bit 3 - B1891"]
    #[inline(always)]
    pub fn b1891(&mut self) -> B1891_W<3> {
        B1891_W::new(self)
    }
    #[doc = "Bit 4 - B1892"]
    #[inline(always)]
    pub fn b1892(&mut self) -> B1892_W<4> {
        B1892_W::new(self)
    }
    #[doc = "Bit 5 - B1893"]
    #[inline(always)]
    pub fn b1893(&mut self) -> B1893_W<5> {
        B1893_W::new(self)
    }
    #[doc = "Bit 6 - B1894"]
    #[inline(always)]
    pub fn b1894(&mut self) -> B1894_W<6> {
        B1894_W::new(self)
    }
    #[doc = "Bit 7 - B1895"]
    #[inline(always)]
    pub fn b1895(&mut self) -> B1895_W<7> {
        B1895_W::new(self)
    }
    #[doc = "Bit 8 - B1896"]
    #[inline(always)]
    pub fn b1896(&mut self) -> B1896_W<8> {
        B1896_W::new(self)
    }
    #[doc = "Bit 9 - B1897"]
    #[inline(always)]
    pub fn b1897(&mut self) -> B1897_W<9> {
        B1897_W::new(self)
    }
    #[doc = "Bit 10 - B1898"]
    #[inline(always)]
    pub fn b1898(&mut self) -> B1898_W<10> {
        B1898_W::new(self)
    }
    #[doc = "Bit 11 - B1899"]
    #[inline(always)]
    pub fn b1899(&mut self) -> B1899_W<11> {
        B1899_W::new(self)
    }
    #[doc = "Bit 12 - B1900"]
    #[inline(always)]
    pub fn b1900(&mut self) -> B1900_W<12> {
        B1900_W::new(self)
    }
    #[doc = "Bit 13 - B1901"]
    #[inline(always)]
    pub fn b1901(&mut self) -> B1901_W<13> {
        B1901_W::new(self)
    }
    #[doc = "Bit 14 - B1902"]
    #[inline(always)]
    pub fn b1902(&mut self) -> B1902_W<14> {
        B1902_W::new(self)
    }
    #[doc = "Bit 15 - B1903"]
    #[inline(always)]
    pub fn b1903(&mut self) -> B1903_W<15> {
        B1903_W::new(self)
    }
    #[doc = "Bit 16 - B1904"]
    #[inline(always)]
    pub fn b1904(&mut self) -> B1904_W<16> {
        B1904_W::new(self)
    }
    #[doc = "Bit 17 - B1905"]
    #[inline(always)]
    pub fn b1905(&mut self) -> B1905_W<17> {
        B1905_W::new(self)
    }
    #[doc = "Bit 18 - B1906"]
    #[inline(always)]
    pub fn b1906(&mut self) -> B1906_W<18> {
        B1906_W::new(self)
    }
    #[doc = "Bit 19 - B1907"]
    #[inline(always)]
    pub fn b1907(&mut self) -> B1907_W<19> {
        B1907_W::new(self)
    }
    #[doc = "Bit 20 - B1908"]
    #[inline(always)]
    pub fn b1908(&mut self) -> B1908_W<20> {
        B1908_W::new(self)
    }
    #[doc = "Bit 21 - B1909"]
    #[inline(always)]
    pub fn b1909(&mut self) -> B1909_W<21> {
        B1909_W::new(self)
    }
    #[doc = "Bit 22 - B1910"]
    #[inline(always)]
    pub fn b1910(&mut self) -> B1910_W<22> {
        B1910_W::new(self)
    }
    #[doc = "Bit 23 - B1911"]
    #[inline(always)]
    pub fn b1911(&mut self) -> B1911_W<23> {
        B1911_W::new(self)
    }
    #[doc = "Bit 24 - B1912"]
    #[inline(always)]
    pub fn b1912(&mut self) -> B1912_W<24> {
        B1912_W::new(self)
    }
    #[doc = "Bit 25 - B1913"]
    #[inline(always)]
    pub fn b1913(&mut self) -> B1913_W<25> {
        B1913_W::new(self)
    }
    #[doc = "Bit 26 - B1914"]
    #[inline(always)]
    pub fn b1914(&mut self) -> B1914_W<26> {
        B1914_W::new(self)
    }
    #[doc = "Bit 27 - B1915"]
    #[inline(always)]
    pub fn b1915(&mut self) -> B1915_W<27> {
        B1915_W::new(self)
    }
    #[doc = "Bit 28 - B1916"]
    #[inline(always)]
    pub fn b1916(&mut self) -> B1916_W<28> {
        B1916_W::new(self)
    }
    #[doc = "Bit 29 - B1917"]
    #[inline(always)]
    pub fn b1917(&mut self) -> B1917_W<29> {
        B1917_W::new(self)
    }
    #[doc = "Bit 30 - B1918"]
    #[inline(always)]
    pub fn b1918(&mut self) -> B1918_W<30> {
        B1918_W::new(self)
    }
    #[doc = "Bit 31 - B1919"]
    #[inline(always)]
    pub fn b1919(&mut self) -> B1919_W<31> {
        B1919_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_vctr59](index.html) module"]
pub struct MPCBB2_VCTR59_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR59_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr59::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR59_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr59::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR59_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR59 to value 0"]
impl crate::Resettable for MPCBB2_VCTR59_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}