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_VCTR16` reader"]
pub struct R(crate::R<MPCBB2_VCTR16_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<MPCBB2_VCTR16_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<MPCBB2_VCTR16_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<MPCBB2_VCTR16_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `MPCBB2_VCTR16` writer"]
pub struct W(crate::W<MPCBB2_VCTR16_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<MPCBB2_VCTR16_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_VCTR16_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<MPCBB2_VCTR16_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `B512` reader - B512"]
pub type B512_R = crate::BitReader<bool>;
#[doc = "Field `B512` writer - B512"]
pub type B512_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B513` reader - B513"]
pub type B513_R = crate::BitReader<bool>;
#[doc = "Field `B513` writer - B513"]
pub type B513_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B514` reader - B514"]
pub type B514_R = crate::BitReader<bool>;
#[doc = "Field `B514` writer - B514"]
pub type B514_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B515` reader - B515"]
pub type B515_R = crate::BitReader<bool>;
#[doc = "Field `B515` writer - B515"]
pub type B515_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B516` reader - B516"]
pub type B516_R = crate::BitReader<bool>;
#[doc = "Field `B516` writer - B516"]
pub type B516_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B517` reader - B517"]
pub type B517_R = crate::BitReader<bool>;
#[doc = "Field `B517` writer - B517"]
pub type B517_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B518` reader - B518"]
pub type B518_R = crate::BitReader<bool>;
#[doc = "Field `B518` writer - B518"]
pub type B518_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B519` reader - B519"]
pub type B519_R = crate::BitReader<bool>;
#[doc = "Field `B519` writer - B519"]
pub type B519_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B520` reader - B520"]
pub type B520_R = crate::BitReader<bool>;
#[doc = "Field `B520` writer - B520"]
pub type B520_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B521` reader - B521"]
pub type B521_R = crate::BitReader<bool>;
#[doc = "Field `B521` writer - B521"]
pub type B521_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B522` reader - B522"]
pub type B522_R = crate::BitReader<bool>;
#[doc = "Field `B522` writer - B522"]
pub type B522_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B523` reader - B523"]
pub type B523_R = crate::BitReader<bool>;
#[doc = "Field `B523` writer - B523"]
pub type B523_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B524` reader - B524"]
pub type B524_R = crate::BitReader<bool>;
#[doc = "Field `B524` writer - B524"]
pub type B524_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B525` reader - B525"]
pub type B525_R = crate::BitReader<bool>;
#[doc = "Field `B525` writer - B525"]
pub type B525_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B526` reader - B526"]
pub type B526_R = crate::BitReader<bool>;
#[doc = "Field `B526` writer - B526"]
pub type B526_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B527` reader - B527"]
pub type B527_R = crate::BitReader<bool>;
#[doc = "Field `B527` writer - B527"]
pub type B527_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B528` reader - B528"]
pub type B528_R = crate::BitReader<bool>;
#[doc = "Field `B528` writer - B528"]
pub type B528_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B529` reader - B529"]
pub type B529_R = crate::BitReader<bool>;
#[doc = "Field `B529` writer - B529"]
pub type B529_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B530` reader - B530"]
pub type B530_R = crate::BitReader<bool>;
#[doc = "Field `B530` writer - B530"]
pub type B530_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B531` reader - B531"]
pub type B531_R = crate::BitReader<bool>;
#[doc = "Field `B531` writer - B531"]
pub type B531_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B532` reader - B532"]
pub type B532_R = crate::BitReader<bool>;
#[doc = "Field `B532` writer - B532"]
pub type B532_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B533` reader - B533"]
pub type B533_R = crate::BitReader<bool>;
#[doc = "Field `B533` writer - B533"]
pub type B533_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B534` reader - B534"]
pub type B534_R = crate::BitReader<bool>;
#[doc = "Field `B534` writer - B534"]
pub type B534_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B535` reader - B535"]
pub type B535_R = crate::BitReader<bool>;
#[doc = "Field `B535` writer - B535"]
pub type B535_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B536` reader - B536"]
pub type B536_R = crate::BitReader<bool>;
#[doc = "Field `B536` writer - B536"]
pub type B536_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B537` reader - B537"]
pub type B537_R = crate::BitReader<bool>;
#[doc = "Field `B537` writer - B537"]
pub type B537_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B538` reader - B538"]
pub type B538_R = crate::BitReader<bool>;
#[doc = "Field `B538` writer - B538"]
pub type B538_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B539` reader - B539"]
pub type B539_R = crate::BitReader<bool>;
#[doc = "Field `B539` writer - B539"]
pub type B539_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B540` reader - B540"]
pub type B540_R = crate::BitReader<bool>;
#[doc = "Field `B540` writer - B540"]
pub type B540_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B541` reader - B541"]
pub type B541_R = crate::BitReader<bool>;
#[doc = "Field `B541` writer - B541"]
pub type B541_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B542` reader - B542"]
pub type B542_R = crate::BitReader<bool>;
#[doc = "Field `B542` writer - B542"]
pub type B542_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
#[doc = "Field `B543` reader - B543"]
pub type B543_R = crate::BitReader<bool>;
#[doc = "Field `B543` writer - B543"]
pub type B543_W<'a, const O: u8> = crate::BitWriter<'a, u32, MPCBB2_VCTR16_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - B512"]
    #[inline(always)]
    pub fn b512(&self) -> B512_R {
        B512_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - B513"]
    #[inline(always)]
    pub fn b513(&self) -> B513_R {
        B513_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - B514"]
    #[inline(always)]
    pub fn b514(&self) -> B514_R {
        B514_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - B515"]
    #[inline(always)]
    pub fn b515(&self) -> B515_R {
        B515_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - B516"]
    #[inline(always)]
    pub fn b516(&self) -> B516_R {
        B516_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - B517"]
    #[inline(always)]
    pub fn b517(&self) -> B517_R {
        B517_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - B518"]
    #[inline(always)]
    pub fn b518(&self) -> B518_R {
        B518_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - B519"]
    #[inline(always)]
    pub fn b519(&self) -> B519_R {
        B519_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - B520"]
    #[inline(always)]
    pub fn b520(&self) -> B520_R {
        B520_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - B521"]
    #[inline(always)]
    pub fn b521(&self) -> B521_R {
        B521_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - B522"]
    #[inline(always)]
    pub fn b522(&self) -> B522_R {
        B522_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - B523"]
    #[inline(always)]
    pub fn b523(&self) -> B523_R {
        B523_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - B524"]
    #[inline(always)]
    pub fn b524(&self) -> B524_R {
        B524_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - B525"]
    #[inline(always)]
    pub fn b525(&self) -> B525_R {
        B525_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - B526"]
    #[inline(always)]
    pub fn b526(&self) -> B526_R {
        B526_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - B527"]
    #[inline(always)]
    pub fn b527(&self) -> B527_R {
        B527_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - B528"]
    #[inline(always)]
    pub fn b528(&self) -> B528_R {
        B528_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - B529"]
    #[inline(always)]
    pub fn b529(&self) -> B529_R {
        B529_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - B530"]
    #[inline(always)]
    pub fn b530(&self) -> B530_R {
        B530_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - B531"]
    #[inline(always)]
    pub fn b531(&self) -> B531_R {
        B531_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - B532"]
    #[inline(always)]
    pub fn b532(&self) -> B532_R {
        B532_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - B533"]
    #[inline(always)]
    pub fn b533(&self) -> B533_R {
        B533_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - B534"]
    #[inline(always)]
    pub fn b534(&self) -> B534_R {
        B534_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - B535"]
    #[inline(always)]
    pub fn b535(&self) -> B535_R {
        B535_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - B536"]
    #[inline(always)]
    pub fn b536(&self) -> B536_R {
        B536_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - B537"]
    #[inline(always)]
    pub fn b537(&self) -> B537_R {
        B537_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - B538"]
    #[inline(always)]
    pub fn b538(&self) -> B538_R {
        B538_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - B539"]
    #[inline(always)]
    pub fn b539(&self) -> B539_R {
        B539_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - B540"]
    #[inline(always)]
    pub fn b540(&self) -> B540_R {
        B540_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - B541"]
    #[inline(always)]
    pub fn b541(&self) -> B541_R {
        B541_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - B542"]
    #[inline(always)]
    pub fn b542(&self) -> B542_R {
        B542_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - B543"]
    #[inline(always)]
    pub fn b543(&self) -> B543_R {
        B543_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - B512"]
    #[inline(always)]
    pub fn b512(&mut self) -> B512_W<0> {
        B512_W::new(self)
    }
    #[doc = "Bit 1 - B513"]
    #[inline(always)]
    pub fn b513(&mut self) -> B513_W<1> {
        B513_W::new(self)
    }
    #[doc = "Bit 2 - B514"]
    #[inline(always)]
    pub fn b514(&mut self) -> B514_W<2> {
        B514_W::new(self)
    }
    #[doc = "Bit 3 - B515"]
    #[inline(always)]
    pub fn b515(&mut self) -> B515_W<3> {
        B515_W::new(self)
    }
    #[doc = "Bit 4 - B516"]
    #[inline(always)]
    pub fn b516(&mut self) -> B516_W<4> {
        B516_W::new(self)
    }
    #[doc = "Bit 5 - B517"]
    #[inline(always)]
    pub fn b517(&mut self) -> B517_W<5> {
        B517_W::new(self)
    }
    #[doc = "Bit 6 - B518"]
    #[inline(always)]
    pub fn b518(&mut self) -> B518_W<6> {
        B518_W::new(self)
    }
    #[doc = "Bit 7 - B519"]
    #[inline(always)]
    pub fn b519(&mut self) -> B519_W<7> {
        B519_W::new(self)
    }
    #[doc = "Bit 8 - B520"]
    #[inline(always)]
    pub fn b520(&mut self) -> B520_W<8> {
        B520_W::new(self)
    }
    #[doc = "Bit 9 - B521"]
    #[inline(always)]
    pub fn b521(&mut self) -> B521_W<9> {
        B521_W::new(self)
    }
    #[doc = "Bit 10 - B522"]
    #[inline(always)]
    pub fn b522(&mut self) -> B522_W<10> {
        B522_W::new(self)
    }
    #[doc = "Bit 11 - B523"]
    #[inline(always)]
    pub fn b523(&mut self) -> B523_W<11> {
        B523_W::new(self)
    }
    #[doc = "Bit 12 - B524"]
    #[inline(always)]
    pub fn b524(&mut self) -> B524_W<12> {
        B524_W::new(self)
    }
    #[doc = "Bit 13 - B525"]
    #[inline(always)]
    pub fn b525(&mut self) -> B525_W<13> {
        B525_W::new(self)
    }
    #[doc = "Bit 14 - B526"]
    #[inline(always)]
    pub fn b526(&mut self) -> B526_W<14> {
        B526_W::new(self)
    }
    #[doc = "Bit 15 - B527"]
    #[inline(always)]
    pub fn b527(&mut self) -> B527_W<15> {
        B527_W::new(self)
    }
    #[doc = "Bit 16 - B528"]
    #[inline(always)]
    pub fn b528(&mut self) -> B528_W<16> {
        B528_W::new(self)
    }
    #[doc = "Bit 17 - B529"]
    #[inline(always)]
    pub fn b529(&mut self) -> B529_W<17> {
        B529_W::new(self)
    }
    #[doc = "Bit 18 - B530"]
    #[inline(always)]
    pub fn b530(&mut self) -> B530_W<18> {
        B530_W::new(self)
    }
    #[doc = "Bit 19 - B531"]
    #[inline(always)]
    pub fn b531(&mut self) -> B531_W<19> {
        B531_W::new(self)
    }
    #[doc = "Bit 20 - B532"]
    #[inline(always)]
    pub fn b532(&mut self) -> B532_W<20> {
        B532_W::new(self)
    }
    #[doc = "Bit 21 - B533"]
    #[inline(always)]
    pub fn b533(&mut self) -> B533_W<21> {
        B533_W::new(self)
    }
    #[doc = "Bit 22 - B534"]
    #[inline(always)]
    pub fn b534(&mut self) -> B534_W<22> {
        B534_W::new(self)
    }
    #[doc = "Bit 23 - B535"]
    #[inline(always)]
    pub fn b535(&mut self) -> B535_W<23> {
        B535_W::new(self)
    }
    #[doc = "Bit 24 - B536"]
    #[inline(always)]
    pub fn b536(&mut self) -> B536_W<24> {
        B536_W::new(self)
    }
    #[doc = "Bit 25 - B537"]
    #[inline(always)]
    pub fn b537(&mut self) -> B537_W<25> {
        B537_W::new(self)
    }
    #[doc = "Bit 26 - B538"]
    #[inline(always)]
    pub fn b538(&mut self) -> B538_W<26> {
        B538_W::new(self)
    }
    #[doc = "Bit 27 - B539"]
    #[inline(always)]
    pub fn b539(&mut self) -> B539_W<27> {
        B539_W::new(self)
    }
    #[doc = "Bit 28 - B540"]
    #[inline(always)]
    pub fn b540(&mut self) -> B540_W<28> {
        B540_W::new(self)
    }
    #[doc = "Bit 29 - B541"]
    #[inline(always)]
    pub fn b541(&mut self) -> B541_W<29> {
        B541_W::new(self)
    }
    #[doc = "Bit 30 - B542"]
    #[inline(always)]
    pub fn b542(&mut self) -> B542_W<30> {
        B542_W::new(self)
    }
    #[doc = "Bit 31 - B543"]
    #[inline(always)]
    pub fn b543(&mut self) -> B543_W<31> {
        B543_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_vctr16](index.html) module"]
pub struct MPCBB2_VCTR16_SPEC;
impl crate::RegisterSpec for MPCBB2_VCTR16_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [mpcbb2_vctr16::R](R) reader structure"]
impl crate::Readable for MPCBB2_VCTR16_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [mpcbb2_vctr16::W](W) writer structure"]
impl crate::Writable for MPCBB2_VCTR16_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets MPCBB2_VCTR16 to value 0"]
impl crate::Resettable for MPCBB2_VCTR16_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}