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 `FDCAN_NDAT2` reader"]
pub struct R(crate::R<FDCAN_NDAT2_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<FDCAN_NDAT2_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<FDCAN_NDAT2_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<FDCAN_NDAT2_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `FDCAN_NDAT2` writer"]
pub struct W(crate::W<FDCAN_NDAT2_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<FDCAN_NDAT2_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<FDCAN_NDAT2_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<FDCAN_NDAT2_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `ND32` reader - ND32"]
pub type ND32_R = crate::BitReader<bool>;
#[doc = "Field `ND32` writer - ND32"]
pub type ND32_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND33` reader - ND33"]
pub type ND33_R = crate::BitReader<bool>;
#[doc = "Field `ND33` writer - ND33"]
pub type ND33_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND34` reader - ND34"]
pub type ND34_R = crate::BitReader<bool>;
#[doc = "Field `ND34` writer - ND34"]
pub type ND34_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND35` reader - ND35"]
pub type ND35_R = crate::BitReader<bool>;
#[doc = "Field `ND35` writer - ND35"]
pub type ND35_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND36` reader - ND36"]
pub type ND36_R = crate::BitReader<bool>;
#[doc = "Field `ND36` writer - ND36"]
pub type ND36_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND37` reader - ND37"]
pub type ND37_R = crate::BitReader<bool>;
#[doc = "Field `ND37` writer - ND37"]
pub type ND37_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND38` reader - ND38"]
pub type ND38_R = crate::BitReader<bool>;
#[doc = "Field `ND38` writer - ND38"]
pub type ND38_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND39` reader - ND39"]
pub type ND39_R = crate::BitReader<bool>;
#[doc = "Field `ND39` writer - ND39"]
pub type ND39_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND40` reader - ND40"]
pub type ND40_R = crate::BitReader<bool>;
#[doc = "Field `ND40` writer - ND40"]
pub type ND40_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND41` reader - ND41"]
pub type ND41_R = crate::BitReader<bool>;
#[doc = "Field `ND41` writer - ND41"]
pub type ND41_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND42` reader - ND42"]
pub type ND42_R = crate::BitReader<bool>;
#[doc = "Field `ND42` writer - ND42"]
pub type ND42_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND43` reader - ND43"]
pub type ND43_R = crate::BitReader<bool>;
#[doc = "Field `ND43` writer - ND43"]
pub type ND43_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND44` reader - ND44"]
pub type ND44_R = crate::BitReader<bool>;
#[doc = "Field `ND44` writer - ND44"]
pub type ND44_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND45` reader - ND45"]
pub type ND45_R = crate::BitReader<bool>;
#[doc = "Field `ND45` writer - ND45"]
pub type ND45_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND46` reader - ND46"]
pub type ND46_R = crate::BitReader<bool>;
#[doc = "Field `ND46` writer - ND46"]
pub type ND46_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND47` reader - ND47"]
pub type ND47_R = crate::BitReader<bool>;
#[doc = "Field `ND47` writer - ND47"]
pub type ND47_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND48` reader - ND48"]
pub type ND48_R = crate::BitReader<bool>;
#[doc = "Field `ND48` writer - ND48"]
pub type ND48_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND49` reader - ND49"]
pub type ND49_R = crate::BitReader<bool>;
#[doc = "Field `ND49` writer - ND49"]
pub type ND49_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND50` reader - ND50"]
pub type ND50_R = crate::BitReader<bool>;
#[doc = "Field `ND50` writer - ND50"]
pub type ND50_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND51` reader - ND51"]
pub type ND51_R = crate::BitReader<bool>;
#[doc = "Field `ND51` writer - ND51"]
pub type ND51_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND52` reader - ND52"]
pub type ND52_R = crate::BitReader<bool>;
#[doc = "Field `ND52` writer - ND52"]
pub type ND52_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND53` reader - ND53"]
pub type ND53_R = crate::BitReader<bool>;
#[doc = "Field `ND53` writer - ND53"]
pub type ND53_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND54` reader - ND54"]
pub type ND54_R = crate::BitReader<bool>;
#[doc = "Field `ND54` writer - ND54"]
pub type ND54_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND55` reader - ND55"]
pub type ND55_R = crate::BitReader<bool>;
#[doc = "Field `ND55` writer - ND55"]
pub type ND55_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND56` reader - ND56"]
pub type ND56_R = crate::BitReader<bool>;
#[doc = "Field `ND56` writer - ND56"]
pub type ND56_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND57` reader - ND57"]
pub type ND57_R = crate::BitReader<bool>;
#[doc = "Field `ND57` writer - ND57"]
pub type ND57_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND58` reader - ND58"]
pub type ND58_R = crate::BitReader<bool>;
#[doc = "Field `ND58` writer - ND58"]
pub type ND58_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND59` reader - ND59"]
pub type ND59_R = crate::BitReader<bool>;
#[doc = "Field `ND59` writer - ND59"]
pub type ND59_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND60` reader - ND60"]
pub type ND60_R = crate::BitReader<bool>;
#[doc = "Field `ND60` writer - ND60"]
pub type ND60_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND61` reader - ND61"]
pub type ND61_R = crate::BitReader<bool>;
#[doc = "Field `ND61` writer - ND61"]
pub type ND61_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND62` reader - ND62"]
pub type ND62_R = crate::BitReader<bool>;
#[doc = "Field `ND62` writer - ND62"]
pub type ND62_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
#[doc = "Field `ND63` reader - ND63"]
pub type ND63_R = crate::BitReader<bool>;
#[doc = "Field `ND63` writer - ND63"]
pub type ND63_W<'a, const O: u8> = crate::BitWriter<'a, u32, FDCAN_NDAT2_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - ND32"]
    #[inline(always)]
    pub fn nd32(&self) -> ND32_R {
        ND32_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - ND33"]
    #[inline(always)]
    pub fn nd33(&self) -> ND33_R {
        ND33_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - ND34"]
    #[inline(always)]
    pub fn nd34(&self) -> ND34_R {
        ND34_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - ND35"]
    #[inline(always)]
    pub fn nd35(&self) -> ND35_R {
        ND35_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - ND36"]
    #[inline(always)]
    pub fn nd36(&self) -> ND36_R {
        ND36_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - ND37"]
    #[inline(always)]
    pub fn nd37(&self) -> ND37_R {
        ND37_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - ND38"]
    #[inline(always)]
    pub fn nd38(&self) -> ND38_R {
        ND38_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - ND39"]
    #[inline(always)]
    pub fn nd39(&self) -> ND39_R {
        ND39_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - ND40"]
    #[inline(always)]
    pub fn nd40(&self) -> ND40_R {
        ND40_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - ND41"]
    #[inline(always)]
    pub fn nd41(&self) -> ND41_R {
        ND41_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - ND42"]
    #[inline(always)]
    pub fn nd42(&self) -> ND42_R {
        ND42_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - ND43"]
    #[inline(always)]
    pub fn nd43(&self) -> ND43_R {
        ND43_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - ND44"]
    #[inline(always)]
    pub fn nd44(&self) -> ND44_R {
        ND44_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - ND45"]
    #[inline(always)]
    pub fn nd45(&self) -> ND45_R {
        ND45_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - ND46"]
    #[inline(always)]
    pub fn nd46(&self) -> ND46_R {
        ND46_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - ND47"]
    #[inline(always)]
    pub fn nd47(&self) -> ND47_R {
        ND47_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - ND48"]
    #[inline(always)]
    pub fn nd48(&self) -> ND48_R {
        ND48_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - ND49"]
    #[inline(always)]
    pub fn nd49(&self) -> ND49_R {
        ND49_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - ND50"]
    #[inline(always)]
    pub fn nd50(&self) -> ND50_R {
        ND50_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - ND51"]
    #[inline(always)]
    pub fn nd51(&self) -> ND51_R {
        ND51_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - ND52"]
    #[inline(always)]
    pub fn nd52(&self) -> ND52_R {
        ND52_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - ND53"]
    #[inline(always)]
    pub fn nd53(&self) -> ND53_R {
        ND53_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - ND54"]
    #[inline(always)]
    pub fn nd54(&self) -> ND54_R {
        ND54_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - ND55"]
    #[inline(always)]
    pub fn nd55(&self) -> ND55_R {
        ND55_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - ND56"]
    #[inline(always)]
    pub fn nd56(&self) -> ND56_R {
        ND56_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - ND57"]
    #[inline(always)]
    pub fn nd57(&self) -> ND57_R {
        ND57_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - ND58"]
    #[inline(always)]
    pub fn nd58(&self) -> ND58_R {
        ND58_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - ND59"]
    #[inline(always)]
    pub fn nd59(&self) -> ND59_R {
        ND59_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - ND60"]
    #[inline(always)]
    pub fn nd60(&self) -> ND60_R {
        ND60_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - ND61"]
    #[inline(always)]
    pub fn nd61(&self) -> ND61_R {
        ND61_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - ND62"]
    #[inline(always)]
    pub fn nd62(&self) -> ND62_R {
        ND62_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - ND63"]
    #[inline(always)]
    pub fn nd63(&self) -> ND63_R {
        ND63_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - ND32"]
    #[inline(always)]
    pub fn nd32(&mut self) -> ND32_W<0> {
        ND32_W::new(self)
    }
    #[doc = "Bit 1 - ND33"]
    #[inline(always)]
    pub fn nd33(&mut self) -> ND33_W<1> {
        ND33_W::new(self)
    }
    #[doc = "Bit 2 - ND34"]
    #[inline(always)]
    pub fn nd34(&mut self) -> ND34_W<2> {
        ND34_W::new(self)
    }
    #[doc = "Bit 3 - ND35"]
    #[inline(always)]
    pub fn nd35(&mut self) -> ND35_W<3> {
        ND35_W::new(self)
    }
    #[doc = "Bit 4 - ND36"]
    #[inline(always)]
    pub fn nd36(&mut self) -> ND36_W<4> {
        ND36_W::new(self)
    }
    #[doc = "Bit 5 - ND37"]
    #[inline(always)]
    pub fn nd37(&mut self) -> ND37_W<5> {
        ND37_W::new(self)
    }
    #[doc = "Bit 6 - ND38"]
    #[inline(always)]
    pub fn nd38(&mut self) -> ND38_W<6> {
        ND38_W::new(self)
    }
    #[doc = "Bit 7 - ND39"]
    #[inline(always)]
    pub fn nd39(&mut self) -> ND39_W<7> {
        ND39_W::new(self)
    }
    #[doc = "Bit 8 - ND40"]
    #[inline(always)]
    pub fn nd40(&mut self) -> ND40_W<8> {
        ND40_W::new(self)
    }
    #[doc = "Bit 9 - ND41"]
    #[inline(always)]
    pub fn nd41(&mut self) -> ND41_W<9> {
        ND41_W::new(self)
    }
    #[doc = "Bit 10 - ND42"]
    #[inline(always)]
    pub fn nd42(&mut self) -> ND42_W<10> {
        ND42_W::new(self)
    }
    #[doc = "Bit 11 - ND43"]
    #[inline(always)]
    pub fn nd43(&mut self) -> ND43_W<11> {
        ND43_W::new(self)
    }
    #[doc = "Bit 12 - ND44"]
    #[inline(always)]
    pub fn nd44(&mut self) -> ND44_W<12> {
        ND44_W::new(self)
    }
    #[doc = "Bit 13 - ND45"]
    #[inline(always)]
    pub fn nd45(&mut self) -> ND45_W<13> {
        ND45_W::new(self)
    }
    #[doc = "Bit 14 - ND46"]
    #[inline(always)]
    pub fn nd46(&mut self) -> ND46_W<14> {
        ND46_W::new(self)
    }
    #[doc = "Bit 15 - ND47"]
    #[inline(always)]
    pub fn nd47(&mut self) -> ND47_W<15> {
        ND47_W::new(self)
    }
    #[doc = "Bit 16 - ND48"]
    #[inline(always)]
    pub fn nd48(&mut self) -> ND48_W<16> {
        ND48_W::new(self)
    }
    #[doc = "Bit 17 - ND49"]
    #[inline(always)]
    pub fn nd49(&mut self) -> ND49_W<17> {
        ND49_W::new(self)
    }
    #[doc = "Bit 18 - ND50"]
    #[inline(always)]
    pub fn nd50(&mut self) -> ND50_W<18> {
        ND50_W::new(self)
    }
    #[doc = "Bit 19 - ND51"]
    #[inline(always)]
    pub fn nd51(&mut self) -> ND51_W<19> {
        ND51_W::new(self)
    }
    #[doc = "Bit 20 - ND52"]
    #[inline(always)]
    pub fn nd52(&mut self) -> ND52_W<20> {
        ND52_W::new(self)
    }
    #[doc = "Bit 21 - ND53"]
    #[inline(always)]
    pub fn nd53(&mut self) -> ND53_W<21> {
        ND53_W::new(self)
    }
    #[doc = "Bit 22 - ND54"]
    #[inline(always)]
    pub fn nd54(&mut self) -> ND54_W<22> {
        ND54_W::new(self)
    }
    #[doc = "Bit 23 - ND55"]
    #[inline(always)]
    pub fn nd55(&mut self) -> ND55_W<23> {
        ND55_W::new(self)
    }
    #[doc = "Bit 24 - ND56"]
    #[inline(always)]
    pub fn nd56(&mut self) -> ND56_W<24> {
        ND56_W::new(self)
    }
    #[doc = "Bit 25 - ND57"]
    #[inline(always)]
    pub fn nd57(&mut self) -> ND57_W<25> {
        ND57_W::new(self)
    }
    #[doc = "Bit 26 - ND58"]
    #[inline(always)]
    pub fn nd58(&mut self) -> ND58_W<26> {
        ND58_W::new(self)
    }
    #[doc = "Bit 27 - ND59"]
    #[inline(always)]
    pub fn nd59(&mut self) -> ND59_W<27> {
        ND59_W::new(self)
    }
    #[doc = "Bit 28 - ND60"]
    #[inline(always)]
    pub fn nd60(&mut self) -> ND60_W<28> {
        ND60_W::new(self)
    }
    #[doc = "Bit 29 - ND61"]
    #[inline(always)]
    pub fn nd61(&mut self) -> ND61_W<29> {
        ND61_W::new(self)
    }
    #[doc = "Bit 30 - ND62"]
    #[inline(always)]
    pub fn nd62(&mut self) -> ND62_W<30> {
        ND62_W::new(self)
    }
    #[doc = "Bit 31 - ND63"]
    #[inline(always)]
    pub fn nd63(&mut self) -> ND63_W<31> {
        ND63_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 = "FDCAN new data 2 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 [fdcan_ndat2](index.html) module"]
pub struct FDCAN_NDAT2_SPEC;
impl crate::RegisterSpec for FDCAN_NDAT2_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [fdcan_ndat2::R](R) reader structure"]
impl crate::Readable for FDCAN_NDAT2_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [fdcan_ndat2::W](W) writer structure"]
impl crate::Writable for FDCAN_NDAT2_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets FDCAN_NDAT2 to value 0"]
impl crate::Resettable for FDCAN_NDAT2_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}