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
#[doc = "Register `TIMEDIER5` reader"]
pub struct R(crate::R<TIMEDIER5_SPEC>);
impl core::ops::Deref for R {
    type Target = crate::R<TIMEDIER5_SPEC>;
    #[inline(always)]
    fn deref(&self) -> &Self::Target {
        &self.0
    }
}
impl From<crate::R<TIMEDIER5_SPEC>> for R {
    #[inline(always)]
    fn from(reader: crate::R<TIMEDIER5_SPEC>) -> Self {
        R(reader)
    }
}
#[doc = "Register `TIMEDIER5` writer"]
pub struct W(crate::W<TIMEDIER5_SPEC>);
impl core::ops::Deref for W {
    type Target = crate::W<TIMEDIER5_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<TIMEDIER5_SPEC>> for W {
    #[inline(always)]
    fn from(writer: crate::W<TIMEDIER5_SPEC>) -> Self {
        W(writer)
    }
}
#[doc = "Field `DLYPRTDE` reader - DLYPRTDE"]
pub type DLYPRTDE_R = crate::BitReader<bool>;
#[doc = "Field `DLYPRTDE` writer - DLYPRTDE"]
pub type DLYPRTDE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTDE` reader - RSTDE"]
pub type RSTDE_R = crate::BitReader<bool>;
#[doc = "Field `RSTDE` writer - RSTDE"]
pub type RSTDE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTx2DE` reader - RSTx2DE"]
pub type RSTX2DE_R = crate::BitReader<bool>;
#[doc = "Field `RSTx2DE` writer - RSTx2DE"]
pub type RSTX2DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `SETx2DE` reader - SETx2DE"]
pub type SETX2DE_R = crate::BitReader<bool>;
#[doc = "Field `SETx2DE` writer - SETx2DE"]
pub type SETX2DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTx1DE` reader - RSTx1DE"]
pub type RSTX1DE_R = crate::BitReader<bool>;
#[doc = "Field `RSTx1DE` writer - RSTx1DE"]
pub type RSTX1DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `SET1xDE` reader - SET1xDE"]
pub type SET1XDE_R = crate::BitReader<bool>;
#[doc = "Field `SET1xDE` writer - SET1xDE"]
pub type SET1XDE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CPT2DE` reader - CPT2DE"]
pub type CPT2DE_R = crate::BitReader<bool>;
#[doc = "Field `CPT2DE` writer - CPT2DE"]
pub type CPT2DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CPT1DE` reader - CPT1DE"]
pub type CPT1DE_R = crate::BitReader<bool>;
#[doc = "Field `CPT1DE` writer - CPT1DE"]
pub type CPT1DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `UPDDE` reader - UPDDE"]
pub type UPDDE_R = crate::BitReader<bool>;
#[doc = "Field `UPDDE` writer - UPDDE"]
pub type UPDDE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `REPDE` reader - REPDE"]
pub type REPDE_R = crate::BitReader<bool>;
#[doc = "Field `REPDE` writer - REPDE"]
pub type REPDE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP4DE` reader - CMP4DE"]
pub type CMP4DE_R = crate::BitReader<bool>;
#[doc = "Field `CMP4DE` writer - CMP4DE"]
pub type CMP4DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP3DE` reader - CMP3DE"]
pub type CMP3DE_R = crate::BitReader<bool>;
#[doc = "Field `CMP3DE` writer - CMP3DE"]
pub type CMP3DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP2DE` reader - CMP2DE"]
pub type CMP2DE_R = crate::BitReader<bool>;
#[doc = "Field `CMP2DE` writer - CMP2DE"]
pub type CMP2DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP1DE` reader - CMP1DE"]
pub type CMP1DE_R = crate::BitReader<bool>;
#[doc = "Field `CMP1DE` writer - CMP1DE"]
pub type CMP1DE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `DLYPRTIE` reader - DLYPRTIE"]
pub type DLYPRTIE_R = crate::BitReader<bool>;
#[doc = "Field `DLYPRTIE` writer - DLYPRTIE"]
pub type DLYPRTIE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTIE` reader - RSTIE"]
pub type RSTIE_R = crate::BitReader<bool>;
#[doc = "Field `RSTIE` writer - RSTIE"]
pub type RSTIE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTx2IE` reader - RSTx2IE"]
pub type RSTX2IE_R = crate::BitReader<bool>;
#[doc = "Field `RSTx2IE` writer - RSTx2IE"]
pub type RSTX2IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `SETx2IE` reader - SETx2IE"]
pub type SETX2IE_R = crate::BitReader<bool>;
#[doc = "Field `SETx2IE` writer - SETx2IE"]
pub type SETX2IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `RSTx1IE` reader - RSTx1IE"]
pub type RSTX1IE_R = crate::BitReader<bool>;
#[doc = "Field `RSTx1IE` writer - RSTx1IE"]
pub type RSTX1IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `SET1xIE` reader - SET1xIE"]
pub type SET1XIE_R = crate::BitReader<bool>;
#[doc = "Field `SET1xIE` writer - SET1xIE"]
pub type SET1XIE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CPT2IE` reader - CPT2IE"]
pub type CPT2IE_R = crate::BitReader<bool>;
#[doc = "Field `CPT2IE` writer - CPT2IE"]
pub type CPT2IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CPT1IE` reader - CPT1IE"]
pub type CPT1IE_R = crate::BitReader<bool>;
#[doc = "Field `CPT1IE` writer - CPT1IE"]
pub type CPT1IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `UPDIE` reader - UPDIE"]
pub type UPDIE_R = crate::BitReader<bool>;
#[doc = "Field `UPDIE` writer - UPDIE"]
pub type UPDIE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `REPIE` reader - REPIE"]
pub type REPIE_R = crate::BitReader<bool>;
#[doc = "Field `REPIE` writer - REPIE"]
pub type REPIE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP4IE` reader - CMP4IE"]
pub type CMP4IE_R = crate::BitReader<bool>;
#[doc = "Field `CMP4IE` writer - CMP4IE"]
pub type CMP4IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP3IE` reader - CMP3IE"]
pub type CMP3IE_R = crate::BitReader<bool>;
#[doc = "Field `CMP3IE` writer - CMP3IE"]
pub type CMP3IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP2IE` reader - CMP2IE"]
pub type CMP2IE_R = crate::BitReader<bool>;
#[doc = "Field `CMP2IE` writer - CMP2IE"]
pub type CMP2IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
#[doc = "Field `CMP1IE` reader - CMP1IE"]
pub type CMP1IE_R = crate::BitReader<bool>;
#[doc = "Field `CMP1IE` writer - CMP1IE"]
pub type CMP1IE_W<'a, const O: u8> = crate::BitWriter<'a, u32, TIMEDIER5_SPEC, bool, O>;
impl R {
    #[doc = "Bit 30 - DLYPRTDE"]
    #[inline(always)]
    pub fn dlyprtde(&self) -> DLYPRTDE_R {
        DLYPRTDE_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 29 - RSTDE"]
    #[inline(always)]
    pub fn rstde(&self) -> RSTDE_R {
        RSTDE_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 28 - RSTx2DE"]
    #[inline(always)]
    pub fn rstx2de(&self) -> RSTX2DE_R {
        RSTX2DE_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 27 - SETx2DE"]
    #[inline(always)]
    pub fn setx2de(&self) -> SETX2DE_R {
        SETX2DE_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 26 - RSTx1DE"]
    #[inline(always)]
    pub fn rstx1de(&self) -> RSTX1DE_R {
        RSTX1DE_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 25 - SET1xDE"]
    #[inline(always)]
    pub fn set1x_de(&self) -> SET1XDE_R {
        SET1XDE_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 24 - CPT2DE"]
    #[inline(always)]
    pub fn cpt2de(&self) -> CPT2DE_R {
        CPT2DE_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 23 - CPT1DE"]
    #[inline(always)]
    pub fn cpt1de(&self) -> CPT1DE_R {
        CPT1DE_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 22 - UPDDE"]
    #[inline(always)]
    pub fn updde(&self) -> UPDDE_R {
        UPDDE_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 20 - REPDE"]
    #[inline(always)]
    pub fn repde(&self) -> REPDE_R {
        REPDE_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 19 - CMP4DE"]
    #[inline(always)]
    pub fn cmp4de(&self) -> CMP4DE_R {
        CMP4DE_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 18 - CMP3DE"]
    #[inline(always)]
    pub fn cmp3de(&self) -> CMP3DE_R {
        CMP3DE_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 17 - CMP2DE"]
    #[inline(always)]
    pub fn cmp2de(&self) -> CMP2DE_R {
        CMP2DE_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 16 - CMP1DE"]
    #[inline(always)]
    pub fn cmp1de(&self) -> CMP1DE_R {
        CMP1DE_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 14 - DLYPRTIE"]
    #[inline(always)]
    pub fn dlyprtie(&self) -> DLYPRTIE_R {
        DLYPRTIE_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 13 - RSTIE"]
    #[inline(always)]
    pub fn rstie(&self) -> RSTIE_R {
        RSTIE_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 12 - RSTx2IE"]
    #[inline(always)]
    pub fn rstx2ie(&self) -> RSTX2IE_R {
        RSTX2IE_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 11 - SETx2IE"]
    #[inline(always)]
    pub fn setx2ie(&self) -> SETX2IE_R {
        SETX2IE_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 10 - RSTx1IE"]
    #[inline(always)]
    pub fn rstx1ie(&self) -> RSTX1IE_R {
        RSTX1IE_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 9 - SET1xIE"]
    #[inline(always)]
    pub fn set1x_ie(&self) -> SET1XIE_R {
        SET1XIE_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 8 - CPT2IE"]
    #[inline(always)]
    pub fn cpt2ie(&self) -> CPT2IE_R {
        CPT2IE_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 7 - CPT1IE"]
    #[inline(always)]
    pub fn cpt1ie(&self) -> CPT1IE_R {
        CPT1IE_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 6 - UPDIE"]
    #[inline(always)]
    pub fn updie(&self) -> UPDIE_R {
        UPDIE_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 4 - REPIE"]
    #[inline(always)]
    pub fn repie(&self) -> REPIE_R {
        REPIE_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 3 - CMP4IE"]
    #[inline(always)]
    pub fn cmp4ie(&self) -> CMP4IE_R {
        CMP4IE_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 2 - CMP3IE"]
    #[inline(always)]
    pub fn cmp3ie(&self) -> CMP3IE_R {
        CMP3IE_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 1 - CMP2IE"]
    #[inline(always)]
    pub fn cmp2ie(&self) -> CMP2IE_R {
        CMP2IE_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 0 - CMP1IE"]
    #[inline(always)]
    pub fn cmp1ie(&self) -> CMP1IE_R {
        CMP1IE_R::new((self.bits & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 30 - DLYPRTDE"]
    #[inline(always)]
    pub fn dlyprtde(&mut self) -> DLYPRTDE_W<30> {
        DLYPRTDE_W::new(self)
    }
    #[doc = "Bit 29 - RSTDE"]
    #[inline(always)]
    pub fn rstde(&mut self) -> RSTDE_W<29> {
        RSTDE_W::new(self)
    }
    #[doc = "Bit 28 - RSTx2DE"]
    #[inline(always)]
    pub fn rstx2de(&mut self) -> RSTX2DE_W<28> {
        RSTX2DE_W::new(self)
    }
    #[doc = "Bit 27 - SETx2DE"]
    #[inline(always)]
    pub fn setx2de(&mut self) -> SETX2DE_W<27> {
        SETX2DE_W::new(self)
    }
    #[doc = "Bit 26 - RSTx1DE"]
    #[inline(always)]
    pub fn rstx1de(&mut self) -> RSTX1DE_W<26> {
        RSTX1DE_W::new(self)
    }
    #[doc = "Bit 25 - SET1xDE"]
    #[inline(always)]
    pub fn set1x_de(&mut self) -> SET1XDE_W<25> {
        SET1XDE_W::new(self)
    }
    #[doc = "Bit 24 - CPT2DE"]
    #[inline(always)]
    pub fn cpt2de(&mut self) -> CPT2DE_W<24> {
        CPT2DE_W::new(self)
    }
    #[doc = "Bit 23 - CPT1DE"]
    #[inline(always)]
    pub fn cpt1de(&mut self) -> CPT1DE_W<23> {
        CPT1DE_W::new(self)
    }
    #[doc = "Bit 22 - UPDDE"]
    #[inline(always)]
    pub fn updde(&mut self) -> UPDDE_W<22> {
        UPDDE_W::new(self)
    }
    #[doc = "Bit 20 - REPDE"]
    #[inline(always)]
    pub fn repde(&mut self) -> REPDE_W<20> {
        REPDE_W::new(self)
    }
    #[doc = "Bit 19 - CMP4DE"]
    #[inline(always)]
    pub fn cmp4de(&mut self) -> CMP4DE_W<19> {
        CMP4DE_W::new(self)
    }
    #[doc = "Bit 18 - CMP3DE"]
    #[inline(always)]
    pub fn cmp3de(&mut self) -> CMP3DE_W<18> {
        CMP3DE_W::new(self)
    }
    #[doc = "Bit 17 - CMP2DE"]
    #[inline(always)]
    pub fn cmp2de(&mut self) -> CMP2DE_W<17> {
        CMP2DE_W::new(self)
    }
    #[doc = "Bit 16 - CMP1DE"]
    #[inline(always)]
    pub fn cmp1de(&mut self) -> CMP1DE_W<16> {
        CMP1DE_W::new(self)
    }
    #[doc = "Bit 14 - DLYPRTIE"]
    #[inline(always)]
    pub fn dlyprtie(&mut self) -> DLYPRTIE_W<14> {
        DLYPRTIE_W::new(self)
    }
    #[doc = "Bit 13 - RSTIE"]
    #[inline(always)]
    pub fn rstie(&mut self) -> RSTIE_W<13> {
        RSTIE_W::new(self)
    }
    #[doc = "Bit 12 - RSTx2IE"]
    #[inline(always)]
    pub fn rstx2ie(&mut self) -> RSTX2IE_W<12> {
        RSTX2IE_W::new(self)
    }
    #[doc = "Bit 11 - SETx2IE"]
    #[inline(always)]
    pub fn setx2ie(&mut self) -> SETX2IE_W<11> {
        SETX2IE_W::new(self)
    }
    #[doc = "Bit 10 - RSTx1IE"]
    #[inline(always)]
    pub fn rstx1ie(&mut self) -> RSTX1IE_W<10> {
        RSTX1IE_W::new(self)
    }
    #[doc = "Bit 9 - SET1xIE"]
    #[inline(always)]
    pub fn set1x_ie(&mut self) -> SET1XIE_W<9> {
        SET1XIE_W::new(self)
    }
    #[doc = "Bit 8 - CPT2IE"]
    #[inline(always)]
    pub fn cpt2ie(&mut self) -> CPT2IE_W<8> {
        CPT2IE_W::new(self)
    }
    #[doc = "Bit 7 - CPT1IE"]
    #[inline(always)]
    pub fn cpt1ie(&mut self) -> CPT1IE_W<7> {
        CPT1IE_W::new(self)
    }
    #[doc = "Bit 6 - UPDIE"]
    #[inline(always)]
    pub fn updie(&mut self) -> UPDIE_W<6> {
        UPDIE_W::new(self)
    }
    #[doc = "Bit 4 - REPIE"]
    #[inline(always)]
    pub fn repie(&mut self) -> REPIE_W<4> {
        REPIE_W::new(self)
    }
    #[doc = "Bit 3 - CMP4IE"]
    #[inline(always)]
    pub fn cmp4ie(&mut self) -> CMP4IE_W<3> {
        CMP4IE_W::new(self)
    }
    #[doc = "Bit 2 - CMP3IE"]
    #[inline(always)]
    pub fn cmp3ie(&mut self) -> CMP3IE_W<2> {
        CMP3IE_W::new(self)
    }
    #[doc = "Bit 1 - CMP2IE"]
    #[inline(always)]
    pub fn cmp2ie(&mut self) -> CMP2IE_W<1> {
        CMP2IE_W::new(self)
    }
    #[doc = "Bit 0 - CMP1IE"]
    #[inline(always)]
    pub fn cmp1ie(&mut self) -> CMP1IE_W<0> {
        CMP1IE_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 = "TIMxDIER5\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 [timedier5](index.html) module"]
pub struct TIMEDIER5_SPEC;
impl crate::RegisterSpec for TIMEDIER5_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [timedier5::R](R) reader structure"]
impl crate::Readable for TIMEDIER5_SPEC {
    type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [timedier5::W](W) writer structure"]
impl crate::Writable for TIMEDIER5_SPEC {
    type Writer = W;
}
#[doc = "`reset()` method sets TIMEDIER5 to value 0"]
impl crate::Resettable for TIMEDIER5_SPEC {
    #[inline(always)]
    fn reset_value() -> Self::Ux {
        0
    }
}