atsamd51p/oscctrl/dpll/
dpllctrlb.rs

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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
#[doc = "Register `DPLLCTRLB` reader"]
pub type R = crate::R<DpllctrlbSpec>;
#[doc = "Register `DPLLCTRLB` writer"]
pub type W = crate::W<DpllctrlbSpec>;
#[doc = "Proportional Integral Filter Selection\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Filterselect {
    #[doc = "0: Bandwidth = 92.7Khz and Damping Factor = 0.76"]
    Filter1 = 0,
    #[doc = "1: Bandwidth = 131Khz and Damping Factor = 1.08"]
    Filter2 = 1,
    #[doc = "2: Bandwidth = 46.4Khz and Damping Factor = 0.38"]
    Filter3 = 2,
    #[doc = "3: Bandwidth = 65.6Khz and Damping Factor = 0.54"]
    Filter4 = 3,
    #[doc = "4: Bandwidth = 131Khz and Damping Factor = 0.56"]
    Filter5 = 4,
    #[doc = "5: Bandwidth = 185Khz and Damping Factor = 0.79"]
    Filter6 = 5,
    #[doc = "6: Bandwidth = 65.6Khz and Damping Factor = 0.28"]
    Filter7 = 6,
    #[doc = "7: Bandwidth = 92.7Khz and Damping Factor = 0.39"]
    Filter8 = 7,
    #[doc = "8: Bandwidth = 46.4Khz and Damping Factor = 1.49"]
    Filter9 = 8,
    #[doc = "9: Bandwidth = 65.6Khz and Damping Factor = 2.11"]
    Filter10 = 9,
    #[doc = "10: Bandwidth = 23.2Khz and Damping Factor = 0.75"]
    Filter11 = 10,
    #[doc = "11: Bandwidth = 32.8Khz and Damping Factor = 1.06"]
    Filter12 = 11,
    #[doc = "12: Bandwidth = 65.6Khz and Damping Factor = 1.07"]
    Filter13 = 12,
    #[doc = "13: Bandwidth = 92.7Khz and Damping Factor = 1.51"]
    Filter14 = 13,
    #[doc = "14: Bandwidth = 32.8Khz and Damping Factor = 0.53"]
    Filter15 = 14,
    #[doc = "15: Bandwidth = 46.4Khz and Damping Factor = 0.75"]
    Filter16 = 15,
}
impl From<Filterselect> for u8 {
    #[inline(always)]
    fn from(variant: Filterselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Filterselect {
    type Ux = u8;
}
impl crate::IsEnum for Filterselect {}
#[doc = "Field `FILTER` reader - Proportional Integral Filter Selection"]
pub type FilterR = crate::FieldReader<Filterselect>;
impl FilterR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Filterselect {
        match self.bits {
            0 => Filterselect::Filter1,
            1 => Filterselect::Filter2,
            2 => Filterselect::Filter3,
            3 => Filterselect::Filter4,
            4 => Filterselect::Filter5,
            5 => Filterselect::Filter6,
            6 => Filterselect::Filter7,
            7 => Filterselect::Filter8,
            8 => Filterselect::Filter9,
            9 => Filterselect::Filter10,
            10 => Filterselect::Filter11,
            11 => Filterselect::Filter12,
            12 => Filterselect::Filter13,
            13 => Filterselect::Filter14,
            14 => Filterselect::Filter15,
            15 => Filterselect::Filter16,
            _ => unreachable!(),
        }
    }
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 0.76"]
    #[inline(always)]
    pub fn is_filter1(&self) -> bool {
        *self == Filterselect::Filter1
    }
    #[doc = "Bandwidth = 131Khz and Damping Factor = 1.08"]
    #[inline(always)]
    pub fn is_filter2(&self) -> bool {
        *self == Filterselect::Filter2
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 0.38"]
    #[inline(always)]
    pub fn is_filter3(&self) -> bool {
        *self == Filterselect::Filter3
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 0.54"]
    #[inline(always)]
    pub fn is_filter4(&self) -> bool {
        *self == Filterselect::Filter4
    }
    #[doc = "Bandwidth = 131Khz and Damping Factor = 0.56"]
    #[inline(always)]
    pub fn is_filter5(&self) -> bool {
        *self == Filterselect::Filter5
    }
    #[doc = "Bandwidth = 185Khz and Damping Factor = 0.79"]
    #[inline(always)]
    pub fn is_filter6(&self) -> bool {
        *self == Filterselect::Filter6
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 0.28"]
    #[inline(always)]
    pub fn is_filter7(&self) -> bool {
        *self == Filterselect::Filter7
    }
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 0.39"]
    #[inline(always)]
    pub fn is_filter8(&self) -> bool {
        *self == Filterselect::Filter8
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 1.49"]
    #[inline(always)]
    pub fn is_filter9(&self) -> bool {
        *self == Filterselect::Filter9
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 2.11"]
    #[inline(always)]
    pub fn is_filter10(&self) -> bool {
        *self == Filterselect::Filter10
    }
    #[doc = "Bandwidth = 23.2Khz and Damping Factor = 0.75"]
    #[inline(always)]
    pub fn is_filter11(&self) -> bool {
        *self == Filterselect::Filter11
    }
    #[doc = "Bandwidth = 32.8Khz and Damping Factor = 1.06"]
    #[inline(always)]
    pub fn is_filter12(&self) -> bool {
        *self == Filterselect::Filter12
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 1.07"]
    #[inline(always)]
    pub fn is_filter13(&self) -> bool {
        *self == Filterselect::Filter13
    }
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 1.51"]
    #[inline(always)]
    pub fn is_filter14(&self) -> bool {
        *self == Filterselect::Filter14
    }
    #[doc = "Bandwidth = 32.8Khz and Damping Factor = 0.53"]
    #[inline(always)]
    pub fn is_filter15(&self) -> bool {
        *self == Filterselect::Filter15
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 0.75"]
    #[inline(always)]
    pub fn is_filter16(&self) -> bool {
        *self == Filterselect::Filter16
    }
}
#[doc = "Field `FILTER` writer - Proportional Integral Filter Selection"]
pub type FilterW<'a, REG> = crate::FieldWriter<'a, REG, 4, Filterselect, crate::Safe>;
impl<'a, REG> FilterW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 0.76"]
    #[inline(always)]
    pub fn filter1(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter1)
    }
    #[doc = "Bandwidth = 131Khz and Damping Factor = 1.08"]
    #[inline(always)]
    pub fn filter2(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter2)
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 0.38"]
    #[inline(always)]
    pub fn filter3(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter3)
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 0.54"]
    #[inline(always)]
    pub fn filter4(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter4)
    }
    #[doc = "Bandwidth = 131Khz and Damping Factor = 0.56"]
    #[inline(always)]
    pub fn filter5(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter5)
    }
    #[doc = "Bandwidth = 185Khz and Damping Factor = 0.79"]
    #[inline(always)]
    pub fn filter6(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter6)
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 0.28"]
    #[inline(always)]
    pub fn filter7(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter7)
    }
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 0.39"]
    #[inline(always)]
    pub fn filter8(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter8)
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 1.49"]
    #[inline(always)]
    pub fn filter9(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter9)
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 2.11"]
    #[inline(always)]
    pub fn filter10(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter10)
    }
    #[doc = "Bandwidth = 23.2Khz and Damping Factor = 0.75"]
    #[inline(always)]
    pub fn filter11(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter11)
    }
    #[doc = "Bandwidth = 32.8Khz and Damping Factor = 1.06"]
    #[inline(always)]
    pub fn filter12(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter12)
    }
    #[doc = "Bandwidth = 65.6Khz and Damping Factor = 1.07"]
    #[inline(always)]
    pub fn filter13(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter13)
    }
    #[doc = "Bandwidth = 92.7Khz and Damping Factor = 1.51"]
    #[inline(always)]
    pub fn filter14(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter14)
    }
    #[doc = "Bandwidth = 32.8Khz and Damping Factor = 0.53"]
    #[inline(always)]
    pub fn filter15(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter15)
    }
    #[doc = "Bandwidth = 46.4Khz and Damping Factor = 0.75"]
    #[inline(always)]
    pub fn filter16(self) -> &'a mut crate::W<REG> {
        self.variant(Filterselect::Filter16)
    }
}
#[doc = "Field `WUF` reader - Wake Up Fast"]
pub type WufR = crate::BitReader;
#[doc = "Field `WUF` writer - Wake Up Fast"]
pub type WufW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Reference Clock Selection\n\nValue on reset: 1"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Refclkselect {
    #[doc = "0: Dedicated GCLK clock reference"]
    Gclk = 0,
    #[doc = "1: XOSC32K clock reference"]
    Xosc32 = 1,
    #[doc = "2: XOSC0 clock reference"]
    Xosc0 = 2,
    #[doc = "3: XOSC1 clock reference"]
    Xosc1 = 3,
}
impl From<Refclkselect> for u8 {
    #[inline(always)]
    fn from(variant: Refclkselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Refclkselect {
    type Ux = u8;
}
impl crate::IsEnum for Refclkselect {}
#[doc = "Field `REFCLK` reader - Reference Clock Selection"]
pub type RefclkR = crate::FieldReader<Refclkselect>;
impl RefclkR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Option<Refclkselect> {
        match self.bits {
            0 => Some(Refclkselect::Gclk),
            1 => Some(Refclkselect::Xosc32),
            2 => Some(Refclkselect::Xosc0),
            3 => Some(Refclkselect::Xosc1),
            _ => None,
        }
    }
    #[doc = "Dedicated GCLK clock reference"]
    #[inline(always)]
    pub fn is_gclk(&self) -> bool {
        *self == Refclkselect::Gclk
    }
    #[doc = "XOSC32K clock reference"]
    #[inline(always)]
    pub fn is_xosc32(&self) -> bool {
        *self == Refclkselect::Xosc32
    }
    #[doc = "XOSC0 clock reference"]
    #[inline(always)]
    pub fn is_xosc0(&self) -> bool {
        *self == Refclkselect::Xosc0
    }
    #[doc = "XOSC1 clock reference"]
    #[inline(always)]
    pub fn is_xosc1(&self) -> bool {
        *self == Refclkselect::Xosc1
    }
}
#[doc = "Field `REFCLK` writer - Reference Clock Selection"]
pub type RefclkW<'a, REG> = crate::FieldWriter<'a, REG, 3, Refclkselect>;
impl<'a, REG> RefclkW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Dedicated GCLK clock reference"]
    #[inline(always)]
    pub fn gclk(self) -> &'a mut crate::W<REG> {
        self.variant(Refclkselect::Gclk)
    }
    #[doc = "XOSC32K clock reference"]
    #[inline(always)]
    pub fn xosc32(self) -> &'a mut crate::W<REG> {
        self.variant(Refclkselect::Xosc32)
    }
    #[doc = "XOSC0 clock reference"]
    #[inline(always)]
    pub fn xosc0(self) -> &'a mut crate::W<REG> {
        self.variant(Refclkselect::Xosc0)
    }
    #[doc = "XOSC1 clock reference"]
    #[inline(always)]
    pub fn xosc1(self) -> &'a mut crate::W<REG> {
        self.variant(Refclkselect::Xosc1)
    }
}
#[doc = "Lock Time\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Ltimeselect {
    #[doc = "0: No time-out. Automatic lock"]
    Default = 0,
    #[doc = "4: Time-out if no lock within 800us"]
    _800us = 4,
    #[doc = "5: Time-out if no lock within 900us"]
    _900us = 5,
    #[doc = "6: Time-out if no lock within 1ms"]
    _1ms = 6,
    #[doc = "7: Time-out if no lock within 1.1ms"]
    _1p1ms = 7,
}
impl From<Ltimeselect> for u8 {
    #[inline(always)]
    fn from(variant: Ltimeselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Ltimeselect {
    type Ux = u8;
}
impl crate::IsEnum for Ltimeselect {}
#[doc = "Field `LTIME` reader - Lock Time"]
pub type LtimeR = crate::FieldReader<Ltimeselect>;
impl LtimeR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Option<Ltimeselect> {
        match self.bits {
            0 => Some(Ltimeselect::Default),
            4 => Some(Ltimeselect::_800us),
            5 => Some(Ltimeselect::_900us),
            6 => Some(Ltimeselect::_1ms),
            7 => Some(Ltimeselect::_1p1ms),
            _ => None,
        }
    }
    #[doc = "No time-out. Automatic lock"]
    #[inline(always)]
    pub fn is_default(&self) -> bool {
        *self == Ltimeselect::Default
    }
    #[doc = "Time-out if no lock within 800us"]
    #[inline(always)]
    pub fn is_800us(&self) -> bool {
        *self == Ltimeselect::_800us
    }
    #[doc = "Time-out if no lock within 900us"]
    #[inline(always)]
    pub fn is_900us(&self) -> bool {
        *self == Ltimeselect::_900us
    }
    #[doc = "Time-out if no lock within 1ms"]
    #[inline(always)]
    pub fn is_1ms(&self) -> bool {
        *self == Ltimeselect::_1ms
    }
    #[doc = "Time-out if no lock within 1.1ms"]
    #[inline(always)]
    pub fn is_1p1ms(&self) -> bool {
        *self == Ltimeselect::_1p1ms
    }
}
#[doc = "Field `LTIME` writer - Lock Time"]
pub type LtimeW<'a, REG> = crate::FieldWriter<'a, REG, 3, Ltimeselect>;
impl<'a, REG> LtimeW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "No time-out. Automatic lock"]
    #[inline(always)]
    pub fn default(self) -> &'a mut crate::W<REG> {
        self.variant(Ltimeselect::Default)
    }
    #[doc = "Time-out if no lock within 800us"]
    #[inline(always)]
    pub fn _800us(self) -> &'a mut crate::W<REG> {
        self.variant(Ltimeselect::_800us)
    }
    #[doc = "Time-out if no lock within 900us"]
    #[inline(always)]
    pub fn _900us(self) -> &'a mut crate::W<REG> {
        self.variant(Ltimeselect::_900us)
    }
    #[doc = "Time-out if no lock within 1ms"]
    #[inline(always)]
    pub fn _1ms(self) -> &'a mut crate::W<REG> {
        self.variant(Ltimeselect::_1ms)
    }
    #[doc = "Time-out if no lock within 1.1ms"]
    #[inline(always)]
    pub fn _1p1ms(self) -> &'a mut crate::W<REG> {
        self.variant(Ltimeselect::_1p1ms)
    }
}
#[doc = "Field `LBYPASS` reader - Lock Bypass"]
pub type LbypassR = crate::BitReader;
#[doc = "Field `LBYPASS` writer - Lock Bypass"]
pub type LbypassW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Sigma-Delta DCO Filter Selection\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Dcofilterselect {
    #[doc = "0: Capacitor(pF) = 0.5 and Bandwidth Fn (MHz) = 3.21"]
    Filter1 = 0,
    #[doc = "1: Capacitor(pF) = 1 and Bandwidth Fn (MHz) = 1.6"]
    Filter2 = 1,
    #[doc = "2: Capacitor(pF) = 1.5 and Bandwidth Fn (MHz) = 1.1"]
    Filter3 = 2,
    #[doc = "3: Capacitor(pF) = 2 and Bandwidth Fn (MHz) = 0.8"]
    Filter4 = 3,
    #[doc = "4: Capacitor(pF) = 2.5 and Bandwidth Fn (MHz) = 0.64"]
    Filter5 = 4,
    #[doc = "5: Capacitor(pF) = 3 and Bandwidth Fn (MHz) = 0.55"]
    Filter6 = 5,
    #[doc = "6: Capacitor(pF) = 3.5 and Bandwidth Fn (MHz) = 0.45"]
    Filter7 = 6,
    #[doc = "7: Capacitor(pF) = 4 and Bandwidth Fn (MHz) = 0.4"]
    Filter8 = 7,
}
impl From<Dcofilterselect> for u8 {
    #[inline(always)]
    fn from(variant: Dcofilterselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Dcofilterselect {
    type Ux = u8;
}
impl crate::IsEnum for Dcofilterselect {}
#[doc = "Field `DCOFILTER` reader - Sigma-Delta DCO Filter Selection"]
pub type DcofilterR = crate::FieldReader<Dcofilterselect>;
impl DcofilterR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Dcofilterselect {
        match self.bits {
            0 => Dcofilterselect::Filter1,
            1 => Dcofilterselect::Filter2,
            2 => Dcofilterselect::Filter3,
            3 => Dcofilterselect::Filter4,
            4 => Dcofilterselect::Filter5,
            5 => Dcofilterselect::Filter6,
            6 => Dcofilterselect::Filter7,
            7 => Dcofilterselect::Filter8,
            _ => unreachable!(),
        }
    }
    #[doc = "Capacitor(pF) = 0.5 and Bandwidth Fn (MHz) = 3.21"]
    #[inline(always)]
    pub fn is_filter1(&self) -> bool {
        *self == Dcofilterselect::Filter1
    }
    #[doc = "Capacitor(pF) = 1 and Bandwidth Fn (MHz) = 1.6"]
    #[inline(always)]
    pub fn is_filter2(&self) -> bool {
        *self == Dcofilterselect::Filter2
    }
    #[doc = "Capacitor(pF) = 1.5 and Bandwidth Fn (MHz) = 1.1"]
    #[inline(always)]
    pub fn is_filter3(&self) -> bool {
        *self == Dcofilterselect::Filter3
    }
    #[doc = "Capacitor(pF) = 2 and Bandwidth Fn (MHz) = 0.8"]
    #[inline(always)]
    pub fn is_filter4(&self) -> bool {
        *self == Dcofilterselect::Filter4
    }
    #[doc = "Capacitor(pF) = 2.5 and Bandwidth Fn (MHz) = 0.64"]
    #[inline(always)]
    pub fn is_filter5(&self) -> bool {
        *self == Dcofilterselect::Filter5
    }
    #[doc = "Capacitor(pF) = 3 and Bandwidth Fn (MHz) = 0.55"]
    #[inline(always)]
    pub fn is_filter6(&self) -> bool {
        *self == Dcofilterselect::Filter6
    }
    #[doc = "Capacitor(pF) = 3.5 and Bandwidth Fn (MHz) = 0.45"]
    #[inline(always)]
    pub fn is_filter7(&self) -> bool {
        *self == Dcofilterselect::Filter7
    }
    #[doc = "Capacitor(pF) = 4 and Bandwidth Fn (MHz) = 0.4"]
    #[inline(always)]
    pub fn is_filter8(&self) -> bool {
        *self == Dcofilterselect::Filter8
    }
}
#[doc = "Field `DCOFILTER` writer - Sigma-Delta DCO Filter Selection"]
pub type DcofilterW<'a, REG> = crate::FieldWriter<'a, REG, 3, Dcofilterselect, crate::Safe>;
impl<'a, REG> DcofilterW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Capacitor(pF) = 0.5 and Bandwidth Fn (MHz) = 3.21"]
    #[inline(always)]
    pub fn filter1(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter1)
    }
    #[doc = "Capacitor(pF) = 1 and Bandwidth Fn (MHz) = 1.6"]
    #[inline(always)]
    pub fn filter2(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter2)
    }
    #[doc = "Capacitor(pF) = 1.5 and Bandwidth Fn (MHz) = 1.1"]
    #[inline(always)]
    pub fn filter3(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter3)
    }
    #[doc = "Capacitor(pF) = 2 and Bandwidth Fn (MHz) = 0.8"]
    #[inline(always)]
    pub fn filter4(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter4)
    }
    #[doc = "Capacitor(pF) = 2.5 and Bandwidth Fn (MHz) = 0.64"]
    #[inline(always)]
    pub fn filter5(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter5)
    }
    #[doc = "Capacitor(pF) = 3 and Bandwidth Fn (MHz) = 0.55"]
    #[inline(always)]
    pub fn filter6(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter6)
    }
    #[doc = "Capacitor(pF) = 3.5 and Bandwidth Fn (MHz) = 0.45"]
    #[inline(always)]
    pub fn filter7(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter7)
    }
    #[doc = "Capacitor(pF) = 4 and Bandwidth Fn (MHz) = 0.4"]
    #[inline(always)]
    pub fn filter8(self) -> &'a mut crate::W<REG> {
        self.variant(Dcofilterselect::Filter8)
    }
}
#[doc = "Field `DCOEN` reader - DCO Filter Enable"]
pub type DcoenR = crate::BitReader;
#[doc = "Field `DCOEN` writer - DCO Filter Enable"]
pub type DcoenW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `DIV` reader - Clock Divider"]
pub type DivR = crate::FieldReader<u16>;
#[doc = "Field `DIV` writer - Clock Divider"]
pub type DivW<'a, REG> = crate::FieldWriter<'a, REG, 11, u16>;
impl R {
    #[doc = "Bits 0:3 - Proportional Integral Filter Selection"]
    #[inline(always)]
    pub fn filter(&self) -> FilterR {
        FilterR::new((self.bits & 0x0f) as u8)
    }
    #[doc = "Bit 4 - Wake Up Fast"]
    #[inline(always)]
    pub fn wuf(&self) -> WufR {
        WufR::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bits 5:7 - Reference Clock Selection"]
    #[inline(always)]
    pub fn refclk(&self) -> RefclkR {
        RefclkR::new(((self.bits >> 5) & 7) as u8)
    }
    #[doc = "Bits 8:10 - Lock Time"]
    #[inline(always)]
    pub fn ltime(&self) -> LtimeR {
        LtimeR::new(((self.bits >> 8) & 7) as u8)
    }
    #[doc = "Bit 11 - Lock Bypass"]
    #[inline(always)]
    pub fn lbypass(&self) -> LbypassR {
        LbypassR::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bits 12:14 - Sigma-Delta DCO Filter Selection"]
    #[inline(always)]
    pub fn dcofilter(&self) -> DcofilterR {
        DcofilterR::new(((self.bits >> 12) & 7) as u8)
    }
    #[doc = "Bit 15 - DCO Filter Enable"]
    #[inline(always)]
    pub fn dcoen(&self) -> DcoenR {
        DcoenR::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bits 16:26 - Clock Divider"]
    #[inline(always)]
    pub fn div(&self) -> DivR {
        DivR::new(((self.bits >> 16) & 0x07ff) as u16)
    }
}
impl W {
    #[doc = "Bits 0:3 - Proportional Integral Filter Selection"]
    #[inline(always)]
    #[must_use]
    pub fn filter(&mut self) -> FilterW<DpllctrlbSpec> {
        FilterW::new(self, 0)
    }
    #[doc = "Bit 4 - Wake Up Fast"]
    #[inline(always)]
    #[must_use]
    pub fn wuf(&mut self) -> WufW<DpllctrlbSpec> {
        WufW::new(self, 4)
    }
    #[doc = "Bits 5:7 - Reference Clock Selection"]
    #[inline(always)]
    #[must_use]
    pub fn refclk(&mut self) -> RefclkW<DpllctrlbSpec> {
        RefclkW::new(self, 5)
    }
    #[doc = "Bits 8:10 - Lock Time"]
    #[inline(always)]
    #[must_use]
    pub fn ltime(&mut self) -> LtimeW<DpllctrlbSpec> {
        LtimeW::new(self, 8)
    }
    #[doc = "Bit 11 - Lock Bypass"]
    #[inline(always)]
    #[must_use]
    pub fn lbypass(&mut self) -> LbypassW<DpllctrlbSpec> {
        LbypassW::new(self, 11)
    }
    #[doc = "Bits 12:14 - Sigma-Delta DCO Filter Selection"]
    #[inline(always)]
    #[must_use]
    pub fn dcofilter(&mut self) -> DcofilterW<DpllctrlbSpec> {
        DcofilterW::new(self, 12)
    }
    #[doc = "Bit 15 - DCO Filter Enable"]
    #[inline(always)]
    #[must_use]
    pub fn dcoen(&mut self) -> DcoenW<DpllctrlbSpec> {
        DcoenW::new(self, 15)
    }
    #[doc = "Bits 16:26 - Clock Divider"]
    #[inline(always)]
    #[must_use]
    pub fn div(&mut self) -> DivW<DpllctrlbSpec> {
        DivW::new(self, 16)
    }
}
#[doc = "DPLL Control B\n\nYou can [`read`](crate::Reg::read) this register and get [`dpllctrlb::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dpllctrlb::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct DpllctrlbSpec;
impl crate::RegisterSpec for DpllctrlbSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`dpllctrlb::R`](R) reader structure"]
impl crate::Readable for DpllctrlbSpec {}
#[doc = "`write(|w| ..)` method takes [`dpllctrlb::W`](W) writer structure"]
impl crate::Writable for DpllctrlbSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets DPLLCTRLB to value 0x20"]
impl crate::Resettable for DpllctrlbSpec {
    const RESET_VALUE: u32 = 0x20;
}