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 `FR1` reader"]
pub struct R(crate::R<FR1_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<FR1_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<FR1_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<FR1_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `FR1` writer"]
pub struct W(crate::W<FR1_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<FR1_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<FR1_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<FR1_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `FB0` reader - Filter bits"]
pub type FB0_R = crate::BitReader<bool>;
#[doc = "Field `FB0` writer - Filter bits"]
pub type FB0_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB1` reader - Filter bits"]
pub type FB1_R = crate::BitReader<bool>;
#[doc = "Field `FB1` writer - Filter bits"]
pub type FB1_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB2` reader - Filter bits"]
pub type FB2_R = crate::BitReader<bool>;
#[doc = "Field `FB2` writer - Filter bits"]
pub type FB2_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB3` reader - Filter bits"]
pub type FB3_R = crate::BitReader<bool>;
#[doc = "Field `FB3` writer - Filter bits"]
pub type FB3_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB4` reader - Filter bits"]
pub type FB4_R = crate::BitReader<bool>;
#[doc = "Field `FB4` writer - Filter bits"]
pub type FB4_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB5` reader - Filter bits"]
pub type FB5_R = crate::BitReader<bool>;
#[doc = "Field `FB5` writer - Filter bits"]
pub type FB5_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB6` reader - Filter bits"]
pub type FB6_R = crate::BitReader<bool>;
#[doc = "Field `FB6` writer - Filter bits"]
pub type FB6_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB7` reader - Filter bits"]
pub type FB7_R = crate::BitReader<bool>;
#[doc = "Field `FB7` writer - Filter bits"]
pub type FB7_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB8` reader - Filter bits"]
pub type FB8_R = crate::BitReader<bool>;
#[doc = "Field `FB8` writer - Filter bits"]
pub type FB8_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB9` reader - Filter bits"]
pub type FB9_R = crate::BitReader<bool>;
#[doc = "Field `FB9` writer - Filter bits"]
pub type FB9_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB10` reader - Filter bits"]
pub type FB10_R = crate::BitReader<bool>;
#[doc = "Field `FB10` writer - Filter bits"]
pub type FB10_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB11` reader - Filter bits"]
pub type FB11_R = crate::BitReader<bool>;
#[doc = "Field `FB11` writer - Filter bits"]
pub type FB11_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB12` reader - Filter bits"]
pub type FB12_R = crate::BitReader<bool>;
#[doc = "Field `FB12` writer - Filter bits"]
pub type FB12_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB13` reader - Filter bits"]
pub type FB13_R = crate::BitReader<bool>;
#[doc = "Field `FB13` writer - Filter bits"]
pub type FB13_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB14` reader - Filter bits"]
pub type FB14_R = crate::BitReader<bool>;
#[doc = "Field `FB14` writer - Filter bits"]
pub type FB14_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB15` reader - Filter bits"]
pub type FB15_R = crate::BitReader<bool>;
#[doc = "Field `FB15` writer - Filter bits"]
pub type FB15_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB16` reader - Filter bits"]
pub type FB16_R = crate::BitReader<bool>;
#[doc = "Field `FB16` writer - Filter bits"]
pub type FB16_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB17` reader - Filter bits"]
pub type FB17_R = crate::BitReader<bool>;
#[doc = "Field `FB17` writer - Filter bits"]
pub type FB17_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB18` reader - Filter bits"]
pub type FB18_R = crate::BitReader<bool>;
#[doc = "Field `FB18` writer - Filter bits"]
pub type FB18_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB19` reader - Filter bits"]
pub type FB19_R = crate::BitReader<bool>;
#[doc = "Field `FB19` writer - Filter bits"]
pub type FB19_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB20` reader - Filter bits"]
pub type FB20_R = crate::BitReader<bool>;
#[doc = "Field `FB20` writer - Filter bits"]
pub type FB20_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB21` reader - Filter bits"]
pub type FB21_R = crate::BitReader<bool>;
#[doc = "Field `FB21` writer - Filter bits"]
pub type FB21_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB22` reader - Filter bits"]
pub type FB22_R = crate::BitReader<bool>;
#[doc = "Field `FB22` writer - Filter bits"]
pub type FB22_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB23` reader - Filter bits"]
pub type FB23_R = crate::BitReader<bool>;
#[doc = "Field `FB23` writer - Filter bits"]
pub type FB23_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB24` reader - Filter bits"]
pub type FB24_R = crate::BitReader<bool>;
#[doc = "Field `FB24` writer - Filter bits"]
pub type FB24_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB25` reader - Filter bits"]
pub type FB25_R = crate::BitReader<bool>;
#[doc = "Field `FB25` writer - Filter bits"]
pub type FB25_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB26` reader - Filter bits"]
pub type FB26_R = crate::BitReader<bool>;
#[doc = "Field `FB26` writer - Filter bits"]
pub type FB26_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB27` reader - Filter bits"]
pub type FB27_R = crate::BitReader<bool>;
#[doc = "Field `FB27` writer - Filter bits"]
pub type FB27_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB28` reader - Filter bits"]
pub type FB28_R = crate::BitReader<bool>;
#[doc = "Field `FB28` writer - Filter bits"]
pub type FB28_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB29` reader - Filter bits"]
pub type FB29_R = crate::BitReader<bool>;
#[doc = "Field `FB29` writer - Filter bits"]
pub type FB29_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB30` reader - Filter bits"]
pub type FB30_R = crate::BitReader<bool>;
#[doc = "Field `FB30` writer - Filter bits"]
pub type FB30_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
#[doc = "Field `FB31` reader - Filter bits"]
pub type FB31_R = crate::BitReader<bool>;
#[doc = "Field `FB31` writer - Filter bits"]
pub type FB31_W<'a, const O: u8> = crate::BitWriter<'a, u32, FR1_SPEC, bool, O>;
impl R {
    #[doc = "Bit 0 - Filter bits"]
    #[inline(always)]
    pub fn fb0(&self) -> FB0_R {
        FB0_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - Filter bits"]
    #[inline(always)]
    pub fn fb1(&self) -> FB1_R {
        FB1_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - Filter bits"]
    #[inline(always)]
    pub fn fb2(&self) -> FB2_R {
        FB2_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - Filter bits"]
    #[inline(always)]
    pub fn fb3(&self) -> FB3_R {
        FB3_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - Filter bits"]
    #[inline(always)]
    pub fn fb4(&self) -> FB4_R {
        FB4_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - Filter bits"]
    #[inline(always)]
    pub fn fb5(&self) -> FB5_R {
        FB5_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - Filter bits"]
    #[inline(always)]
    pub fn fb6(&self) -> FB6_R {
        FB6_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - Filter bits"]
    #[inline(always)]
    pub fn fb7(&self) -> FB7_R {
        FB7_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - Filter bits"]
    #[inline(always)]
    pub fn fb8(&self) -> FB8_R {
        FB8_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - Filter bits"]
    #[inline(always)]
    pub fn fb9(&self) -> FB9_R {
        FB9_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - Filter bits"]
    #[inline(always)]
    pub fn fb10(&self) -> FB10_R {
        FB10_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - Filter bits"]
    #[inline(always)]
    pub fn fb11(&self) -> FB11_R {
        FB11_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - Filter bits"]
    #[inline(always)]
    pub fn fb12(&self) -> FB12_R {
        FB12_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - Filter bits"]
    #[inline(always)]
    pub fn fb13(&self) -> FB13_R {
        FB13_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - Filter bits"]
    #[inline(always)]
    pub fn fb14(&self) -> FB14_R {
        FB14_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - Filter bits"]
    #[inline(always)]
    pub fn fb15(&self) -> FB15_R {
        FB15_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - Filter bits"]
    #[inline(always)]
    pub fn fb16(&self) -> FB16_R {
        FB16_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - Filter bits"]
    #[inline(always)]
    pub fn fb17(&self) -> FB17_R {
        FB17_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - Filter bits"]
    #[inline(always)]
    pub fn fb18(&self) -> FB18_R {
        FB18_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - Filter bits"]
    #[inline(always)]
    pub fn fb19(&self) -> FB19_R {
        FB19_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - Filter bits"]
    #[inline(always)]
    pub fn fb20(&self) -> FB20_R {
        FB20_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - Filter bits"]
    #[inline(always)]
    pub fn fb21(&self) -> FB21_R {
        FB21_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - Filter bits"]
    #[inline(always)]
    pub fn fb22(&self) -> FB22_R {
        FB22_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - Filter bits"]
    #[inline(always)]
    pub fn fb23(&self) -> FB23_R {
        FB23_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - Filter bits"]
    #[inline(always)]
    pub fn fb24(&self) -> FB24_R {
        FB24_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - Filter bits"]
    #[inline(always)]
    pub fn fb25(&self) -> FB25_R {
        FB25_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - Filter bits"]
    #[inline(always)]
    pub fn fb26(&self) -> FB26_R {
        FB26_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - Filter bits"]
    #[inline(always)]
    pub fn fb27(&self) -> FB27_R {
        FB27_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - Filter bits"]
    #[inline(always)]
    pub fn fb28(&self) -> FB28_R {
        FB28_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - Filter bits"]
    #[inline(always)]
    pub fn fb29(&self) -> FB29_R {
        FB29_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - Filter bits"]
    #[inline(always)]
    pub fn fb30(&self) -> FB30_R {
        FB30_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - Filter bits"]
    #[inline(always)]
    pub fn fb31(&self) -> FB31_R {
        FB31_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - Filter bits"]
    #[inline(always)]
    pub fn fb0(&mut self) -> FB0_W<0> {
        FB0_W::new(self)
    }
    #[doc = "Bit 1 - Filter bits"]
    #[inline(always)]
    pub fn fb1(&mut self) -> FB1_W<1> {
        FB1_W::new(self)
    }
    #[doc = "Bit 2 - Filter bits"]
    #[inline(always)]
    pub fn fb2(&mut self) -> FB2_W<2> {
        FB2_W::new(self)
    }
    #[doc = "Bit 3 - Filter bits"]
    #[inline(always)]
    pub fn fb3(&mut self) -> FB3_W<3> {
        FB3_W::new(self)
    }
    #[doc = "Bit 4 - Filter bits"]
    #[inline(always)]
    pub fn fb4(&mut self) -> FB4_W<4> {
        FB4_W::new(self)
    }
    #[doc = "Bit 5 - Filter bits"]
    #[inline(always)]
    pub fn fb5(&mut self) -> FB5_W<5> {
        FB5_W::new(self)
    }
    #[doc = "Bit 6 - Filter bits"]
    #[inline(always)]
    pub fn fb6(&mut self) -> FB6_W<6> {
        FB6_W::new(self)
    }
    #[doc = "Bit 7 - Filter bits"]
    #[inline(always)]
    pub fn fb7(&mut self) -> FB7_W<7> {
        FB7_W::new(self)
    }
    #[doc = "Bit 8 - Filter bits"]
    #[inline(always)]
    pub fn fb8(&mut self) -> FB8_W<8> {
        FB8_W::new(self)
    }
    #[doc = "Bit 9 - Filter bits"]
    #[inline(always)]
    pub fn fb9(&mut self) -> FB9_W<9> {
        FB9_W::new(self)
    }
    #[doc = "Bit 10 - Filter bits"]
    #[inline(always)]
    pub fn fb10(&mut self) -> FB10_W<10> {
        FB10_W::new(self)
    }
    #[doc = "Bit 11 - Filter bits"]
    #[inline(always)]
    pub fn fb11(&mut self) -> FB11_W<11> {
        FB11_W::new(self)
    }
    #[doc = "Bit 12 - Filter bits"]
    #[inline(always)]
    pub fn fb12(&mut self) -> FB12_W<12> {
        FB12_W::new(self)
    }
    #[doc = "Bit 13 - Filter bits"]
    #[inline(always)]
    pub fn fb13(&mut self) -> FB13_W<13> {
        FB13_W::new(self)
    }
    #[doc = "Bit 14 - Filter bits"]
    #[inline(always)]
    pub fn fb14(&mut self) -> FB14_W<14> {
        FB14_W::new(self)
    }
    #[doc = "Bit 15 - Filter bits"]
    #[inline(always)]
    pub fn fb15(&mut self) -> FB15_W<15> {
        FB15_W::new(self)
    }
    #[doc = "Bit 16 - Filter bits"]
    #[inline(always)]
    pub fn fb16(&mut self) -> FB16_W<16> {
        FB16_W::new(self)
    }
    #[doc = "Bit 17 - Filter bits"]
    #[inline(always)]
    pub fn fb17(&mut self) -> FB17_W<17> {
        FB17_W::new(self)
    }
    #[doc = "Bit 18 - Filter bits"]
    #[inline(always)]
    pub fn fb18(&mut self) -> FB18_W<18> {
        FB18_W::new(self)
    }
    #[doc = "Bit 19 - Filter bits"]
    #[inline(always)]
    pub fn fb19(&mut self) -> FB19_W<19> {
        FB19_W::new(self)
    }
    #[doc = "Bit 20 - Filter bits"]
    #[inline(always)]
    pub fn fb20(&mut self) -> FB20_W<20> {
        FB20_W::new(self)
    }
    #[doc = "Bit 21 - Filter bits"]
    #[inline(always)]
    pub fn fb21(&mut self) -> FB21_W<21> {
        FB21_W::new(self)
    }
    #[doc = "Bit 22 - Filter bits"]
    #[inline(always)]
    pub fn fb22(&mut self) -> FB22_W<22> {
        FB22_W::new(self)
    }
    #[doc = "Bit 23 - Filter bits"]
    #[inline(always)]
    pub fn fb23(&mut self) -> FB23_W<23> {
        FB23_W::new(self)
    }
    #[doc = "Bit 24 - Filter bits"]
    #[inline(always)]
    pub fn fb24(&mut self) -> FB24_W<24> {
        FB24_W::new(self)
    }
    #[doc = "Bit 25 - Filter bits"]
    #[inline(always)]
    pub fn fb25(&mut self) -> FB25_W<25> {
        FB25_W::new(self)
    }
    #[doc = "Bit 26 - Filter bits"]
    #[inline(always)]
    pub fn fb26(&mut self) -> FB26_W<26> {
        FB26_W::new(self)
    }
    #[doc = "Bit 27 - Filter bits"]
    #[inline(always)]
    pub fn fb27(&mut self) -> FB27_W<27> {
        FB27_W::new(self)
    }
    #[doc = "Bit 28 - Filter bits"]
    #[inline(always)]
    pub fn fb28(&mut self) -> FB28_W<28> {
        FB28_W::new(self)
    }
    #[doc = "Bit 29 - Filter bits"]
    #[inline(always)]
    pub fn fb29(&mut self) -> FB29_W<29> {
        FB29_W::new(self)
    }
    #[doc = "Bit 30 - Filter bits"]
    #[inline(always)]
    pub fn fb30(&mut self) -> FB30_W<30> {
        FB30_W::new(self)
    }
    #[doc = "Bit 31 - Filter bits"]
    #[inline(always)]
    pub fn fb31(&mut self) -> FB31_W<31> {
        FB31_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 = "Filter bank 0 register 1\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 [fr1](index.html) module"]
pub struct FR1_SPEC;
impl crate::RegisterSpec for FR1_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [fr1::R](R) reader structure"]
impl crate::Readable for FR1_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [fr1::W](W) writer structure"]
impl crate::Writable for FR1_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets FR1 to value 0"]
impl crate::Resettable for FR1_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}