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
#[doc = "Register `CH_ENA_AD0` reader"]
pub type R = crate::R<CH_ENA_AD0_SPEC>;
#[doc = "Register `CH_ENA_AD0` writer"]
pub type W = crate::W<CH_ENA_AD0_SPEC>;
#[doc = "Field `CH_ENA0` reader - ch0 enable"]
pub type CH_ENA0_R = crate::BitReader;
#[doc = "Field `CH_ENA0` writer - ch0 enable"]
pub type CH_ENA0_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA1` reader - ch1 enable"]
pub type CH_ENA1_R = crate::BitReader;
#[doc = "Field `CH_ENA1` writer - ch1 enable"]
pub type CH_ENA1_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA2` reader - ch2 enable"]
pub type CH_ENA2_R = crate::BitReader;
#[doc = "Field `CH_ENA2` writer - ch2 enable"]
pub type CH_ENA2_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA3` reader - ch3 enable"]
pub type CH_ENA3_R = crate::BitReader;
#[doc = "Field `CH_ENA3` writer - ch3 enable"]
pub type CH_ENA3_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA4` reader - ch4 enable"]
pub type CH_ENA4_R = crate::BitReader;
#[doc = "Field `CH_ENA4` writer - ch4 enable"]
pub type CH_ENA4_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA5` reader - ch5 enable"]
pub type CH_ENA5_R = crate::BitReader;
#[doc = "Field `CH_ENA5` writer - ch5 enable"]
pub type CH_ENA5_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA6` reader - ch6 enable"]
pub type CH_ENA6_R = crate::BitReader;
#[doc = "Field `CH_ENA6` writer - ch6 enable"]
pub type CH_ENA6_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA7` reader - ch7 enable"]
pub type CH_ENA7_R = crate::BitReader;
#[doc = "Field `CH_ENA7` writer - ch7 enable"]
pub type CH_ENA7_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA8` reader - ch8 enable"]
pub type CH_ENA8_R = crate::BitReader;
#[doc = "Field `CH_ENA8` writer - ch8 enable"]
pub type CH_ENA8_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA9` reader - ch9 enable"]
pub type CH_ENA9_R = crate::BitReader;
#[doc = "Field `CH_ENA9` writer - ch9 enable"]
pub type CH_ENA9_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA10` reader - ch10 enable"]
pub type CH_ENA10_R = crate::BitReader;
#[doc = "Field `CH_ENA10` writer - ch10 enable"]
pub type CH_ENA10_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA11` reader - ch11 enable"]
pub type CH_ENA11_R = crate::BitReader;
#[doc = "Field `CH_ENA11` writer - ch11 enable"]
pub type CH_ENA11_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA12` reader - ch12 enable"]
pub type CH_ENA12_R = crate::BitReader;
#[doc = "Field `CH_ENA12` writer - ch12 enable"]
pub type CH_ENA12_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA13` reader - ch13 enable"]
pub type CH_ENA13_R = crate::BitReader;
#[doc = "Field `CH_ENA13` writer - ch13 enable"]
pub type CH_ENA13_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA14` reader - ch14 enable"]
pub type CH_ENA14_R = crate::BitReader;
#[doc = "Field `CH_ENA14` writer - ch14 enable"]
pub type CH_ENA14_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA15` reader - ch15 enable"]
pub type CH_ENA15_R = crate::BitReader;
#[doc = "Field `CH_ENA15` writer - ch15 enable"]
pub type CH_ENA15_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA16` reader - ch16 enable"]
pub type CH_ENA16_R = crate::BitReader;
#[doc = "Field `CH_ENA16` writer - ch16 enable"]
pub type CH_ENA16_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA17` reader - ch17 enable"]
pub type CH_ENA17_R = crate::BitReader;
#[doc = "Field `CH_ENA17` writer - ch17 enable"]
pub type CH_ENA17_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA18` reader - ch18 enable"]
pub type CH_ENA18_R = crate::BitReader;
#[doc = "Field `CH_ENA18` writer - ch18 enable"]
pub type CH_ENA18_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA19` reader - ch19 enable"]
pub type CH_ENA19_R = crate::BitReader;
#[doc = "Field `CH_ENA19` writer - ch19 enable"]
pub type CH_ENA19_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA20` reader - ch20 enable"]
pub type CH_ENA20_R = crate::BitReader;
#[doc = "Field `CH_ENA20` writer - ch20 enable"]
pub type CH_ENA20_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA21` reader - ch21 enable"]
pub type CH_ENA21_R = crate::BitReader;
#[doc = "Field `CH_ENA21` writer - ch21 enable"]
pub type CH_ENA21_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA22` reader - ch22 enable"]
pub type CH_ENA22_R = crate::BitReader;
#[doc = "Field `CH_ENA22` writer - ch22 enable"]
pub type CH_ENA22_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA23` reader - ch23 enable"]
pub type CH_ENA23_R = crate::BitReader;
#[doc = "Field `CH_ENA23` writer - ch23 enable"]
pub type CH_ENA23_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA24` reader - ch24 enable"]
pub type CH_ENA24_R = crate::BitReader;
#[doc = "Field `CH_ENA24` writer - ch24 enable"]
pub type CH_ENA24_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA25` reader - ch25 enable"]
pub type CH_ENA25_R = crate::BitReader;
#[doc = "Field `CH_ENA25` writer - ch25 enable"]
pub type CH_ENA25_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA26` reader - ch26 enable"]
pub type CH_ENA26_R = crate::BitReader;
#[doc = "Field `CH_ENA26` writer - ch26 enable"]
pub type CH_ENA26_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA27` reader - ch27 enable"]
pub type CH_ENA27_R = crate::BitReader;
#[doc = "Field `CH_ENA27` writer - ch27 enable"]
pub type CH_ENA27_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA28` reader - ch28 enable"]
pub type CH_ENA28_R = crate::BitReader;
#[doc = "Field `CH_ENA28` writer - ch28 enable"]
pub type CH_ENA28_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA29` reader - ch29 enable"]
pub type CH_ENA29_R = crate::BitReader;
#[doc = "Field `CH_ENA29` writer - ch29 enable"]
pub type CH_ENA29_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA30` reader - ch30 enable"]
pub type CH_ENA30_R = crate::BitReader;
#[doc = "Field `CH_ENA30` writer - ch30 enable"]
pub type CH_ENA30_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
#[doc = "Field `CH_ENA31` reader - ch31 enable"]
pub type CH_ENA31_R = crate::BitReader;
#[doc = "Field `CH_ENA31` writer - ch31 enable"]
pub type CH_ENA31_W<'a, REG, const O: u8> = crate::BitWriter<'a, REG, O>;
impl R {
    #[doc = "Bit 0 - ch0 enable"]
    #[inline(always)]
    pub fn ch_ena0(&self) -> CH_ENA0_R {
        CH_ENA0_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - ch1 enable"]
    #[inline(always)]
    pub fn ch_ena1(&self) -> CH_ENA1_R {
        CH_ENA1_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - ch2 enable"]
    #[inline(always)]
    pub fn ch_ena2(&self) -> CH_ENA2_R {
        CH_ENA2_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - ch3 enable"]
    #[inline(always)]
    pub fn ch_ena3(&self) -> CH_ENA3_R {
        CH_ENA3_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - ch4 enable"]
    #[inline(always)]
    pub fn ch_ena4(&self) -> CH_ENA4_R {
        CH_ENA4_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - ch5 enable"]
    #[inline(always)]
    pub fn ch_ena5(&self) -> CH_ENA5_R {
        CH_ENA5_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - ch6 enable"]
    #[inline(always)]
    pub fn ch_ena6(&self) -> CH_ENA6_R {
        CH_ENA6_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - ch7 enable"]
    #[inline(always)]
    pub fn ch_ena7(&self) -> CH_ENA7_R {
        CH_ENA7_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - ch8 enable"]
    #[inline(always)]
    pub fn ch_ena8(&self) -> CH_ENA8_R {
        CH_ENA8_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - ch9 enable"]
    #[inline(always)]
    pub fn ch_ena9(&self) -> CH_ENA9_R {
        CH_ENA9_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - ch10 enable"]
    #[inline(always)]
    pub fn ch_ena10(&self) -> CH_ENA10_R {
        CH_ENA10_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - ch11 enable"]
    #[inline(always)]
    pub fn ch_ena11(&self) -> CH_ENA11_R {
        CH_ENA11_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - ch12 enable"]
    #[inline(always)]
    pub fn ch_ena12(&self) -> CH_ENA12_R {
        CH_ENA12_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - ch13 enable"]
    #[inline(always)]
    pub fn ch_ena13(&self) -> CH_ENA13_R {
        CH_ENA13_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - ch14 enable"]
    #[inline(always)]
    pub fn ch_ena14(&self) -> CH_ENA14_R {
        CH_ENA14_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - ch15 enable"]
    #[inline(always)]
    pub fn ch_ena15(&self) -> CH_ENA15_R {
        CH_ENA15_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - ch16 enable"]
    #[inline(always)]
    pub fn ch_ena16(&self) -> CH_ENA16_R {
        CH_ENA16_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - ch17 enable"]
    #[inline(always)]
    pub fn ch_ena17(&self) -> CH_ENA17_R {
        CH_ENA17_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - ch18 enable"]
    #[inline(always)]
    pub fn ch_ena18(&self) -> CH_ENA18_R {
        CH_ENA18_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - ch19 enable"]
    #[inline(always)]
    pub fn ch_ena19(&self) -> CH_ENA19_R {
        CH_ENA19_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - ch20 enable"]
    #[inline(always)]
    pub fn ch_ena20(&self) -> CH_ENA20_R {
        CH_ENA20_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - ch21 enable"]
    #[inline(always)]
    pub fn ch_ena21(&self) -> CH_ENA21_R {
        CH_ENA21_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - ch22 enable"]
    #[inline(always)]
    pub fn ch_ena22(&self) -> CH_ENA22_R {
        CH_ENA22_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - ch23 enable"]
    #[inline(always)]
    pub fn ch_ena23(&self) -> CH_ENA23_R {
        CH_ENA23_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - ch24 enable"]
    #[inline(always)]
    pub fn ch_ena24(&self) -> CH_ENA24_R {
        CH_ENA24_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - ch25 enable"]
    #[inline(always)]
    pub fn ch_ena25(&self) -> CH_ENA25_R {
        CH_ENA25_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - ch26 enable"]
    #[inline(always)]
    pub fn ch_ena26(&self) -> CH_ENA26_R {
        CH_ENA26_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - ch27 enable"]
    #[inline(always)]
    pub fn ch_ena27(&self) -> CH_ENA27_R {
        CH_ENA27_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - ch28 enable"]
    #[inline(always)]
    pub fn ch_ena28(&self) -> CH_ENA28_R {
        CH_ENA28_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - ch29 enable"]
    #[inline(always)]
    pub fn ch_ena29(&self) -> CH_ENA29_R {
        CH_ENA29_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - ch30 enable"]
    #[inline(always)]
    pub fn ch_ena30(&self) -> CH_ENA30_R {
        CH_ENA30_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - ch31 enable"]
    #[inline(always)]
    pub fn ch_ena31(&self) -> CH_ENA31_R {
        CH_ENA31_R::new(((self.bits >> 31) & 1) != 0)
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("CH_ENA_AD0")
            .field("ch_ena0", &format_args!("{}", self.ch_ena0().bit()))
            .field("ch_ena1", &format_args!("{}", self.ch_ena1().bit()))
            .field("ch_ena2", &format_args!("{}", self.ch_ena2().bit()))
            .field("ch_ena3", &format_args!("{}", self.ch_ena3().bit()))
            .field("ch_ena4", &format_args!("{}", self.ch_ena4().bit()))
            .field("ch_ena5", &format_args!("{}", self.ch_ena5().bit()))
            .field("ch_ena6", &format_args!("{}", self.ch_ena6().bit()))
            .field("ch_ena7", &format_args!("{}", self.ch_ena7().bit()))
            .field("ch_ena8", &format_args!("{}", self.ch_ena8().bit()))
            .field("ch_ena9", &format_args!("{}", self.ch_ena9().bit()))
            .field("ch_ena10", &format_args!("{}", self.ch_ena10().bit()))
            .field("ch_ena11", &format_args!("{}", self.ch_ena11().bit()))
            .field("ch_ena12", &format_args!("{}", self.ch_ena12().bit()))
            .field("ch_ena13", &format_args!("{}", self.ch_ena13().bit()))
            .field("ch_ena14", &format_args!("{}", self.ch_ena14().bit()))
            .field("ch_ena15", &format_args!("{}", self.ch_ena15().bit()))
            .field("ch_ena16", &format_args!("{}", self.ch_ena16().bit()))
            .field("ch_ena17", &format_args!("{}", self.ch_ena17().bit()))
            .field("ch_ena18", &format_args!("{}", self.ch_ena18().bit()))
            .field("ch_ena19", &format_args!("{}", self.ch_ena19().bit()))
            .field("ch_ena20", &format_args!("{}", self.ch_ena20().bit()))
            .field("ch_ena21", &format_args!("{}", self.ch_ena21().bit()))
            .field("ch_ena22", &format_args!("{}", self.ch_ena22().bit()))
            .field("ch_ena23", &format_args!("{}", self.ch_ena23().bit()))
            .field("ch_ena24", &format_args!("{}", self.ch_ena24().bit()))
            .field("ch_ena25", &format_args!("{}", self.ch_ena25().bit()))
            .field("ch_ena26", &format_args!("{}", self.ch_ena26().bit()))
            .field("ch_ena27", &format_args!("{}", self.ch_ena27().bit()))
            .field("ch_ena28", &format_args!("{}", self.ch_ena28().bit()))
            .field("ch_ena29", &format_args!("{}", self.ch_ena29().bit()))
            .field("ch_ena30", &format_args!("{}", self.ch_ena30().bit()))
            .field("ch_ena31", &format_args!("{}", self.ch_ena31().bit()))
            .finish()
    }
}
#[cfg(feature = "impl-register-debug")]
impl core::fmt::Debug for crate::generic::Reg<CH_ENA_AD0_SPEC> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        self.read().fmt(f)
    }
}
impl W {
    #[doc = "Bit 0 - ch0 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena0(&mut self) -> CH_ENA0_W<CH_ENA_AD0_SPEC, 0> {
        CH_ENA0_W::new(self)
    }
    #[doc = "Bit 1 - ch1 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena1(&mut self) -> CH_ENA1_W<CH_ENA_AD0_SPEC, 1> {
        CH_ENA1_W::new(self)
    }
    #[doc = "Bit 2 - ch2 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena2(&mut self) -> CH_ENA2_W<CH_ENA_AD0_SPEC, 2> {
        CH_ENA2_W::new(self)
    }
    #[doc = "Bit 3 - ch3 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena3(&mut self) -> CH_ENA3_W<CH_ENA_AD0_SPEC, 3> {
        CH_ENA3_W::new(self)
    }
    #[doc = "Bit 4 - ch4 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena4(&mut self) -> CH_ENA4_W<CH_ENA_AD0_SPEC, 4> {
        CH_ENA4_W::new(self)
    }
    #[doc = "Bit 5 - ch5 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena5(&mut self) -> CH_ENA5_W<CH_ENA_AD0_SPEC, 5> {
        CH_ENA5_W::new(self)
    }
    #[doc = "Bit 6 - ch6 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena6(&mut self) -> CH_ENA6_W<CH_ENA_AD0_SPEC, 6> {
        CH_ENA6_W::new(self)
    }
    #[doc = "Bit 7 - ch7 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena7(&mut self) -> CH_ENA7_W<CH_ENA_AD0_SPEC, 7> {
        CH_ENA7_W::new(self)
    }
    #[doc = "Bit 8 - ch8 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena8(&mut self) -> CH_ENA8_W<CH_ENA_AD0_SPEC, 8> {
        CH_ENA8_W::new(self)
    }
    #[doc = "Bit 9 - ch9 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena9(&mut self) -> CH_ENA9_W<CH_ENA_AD0_SPEC, 9> {
        CH_ENA9_W::new(self)
    }
    #[doc = "Bit 10 - ch10 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena10(&mut self) -> CH_ENA10_W<CH_ENA_AD0_SPEC, 10> {
        CH_ENA10_W::new(self)
    }
    #[doc = "Bit 11 - ch11 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena11(&mut self) -> CH_ENA11_W<CH_ENA_AD0_SPEC, 11> {
        CH_ENA11_W::new(self)
    }
    #[doc = "Bit 12 - ch12 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena12(&mut self) -> CH_ENA12_W<CH_ENA_AD0_SPEC, 12> {
        CH_ENA12_W::new(self)
    }
    #[doc = "Bit 13 - ch13 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena13(&mut self) -> CH_ENA13_W<CH_ENA_AD0_SPEC, 13> {
        CH_ENA13_W::new(self)
    }
    #[doc = "Bit 14 - ch14 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena14(&mut self) -> CH_ENA14_W<CH_ENA_AD0_SPEC, 14> {
        CH_ENA14_W::new(self)
    }
    #[doc = "Bit 15 - ch15 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena15(&mut self) -> CH_ENA15_W<CH_ENA_AD0_SPEC, 15> {
        CH_ENA15_W::new(self)
    }
    #[doc = "Bit 16 - ch16 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena16(&mut self) -> CH_ENA16_W<CH_ENA_AD0_SPEC, 16> {
        CH_ENA16_W::new(self)
    }
    #[doc = "Bit 17 - ch17 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena17(&mut self) -> CH_ENA17_W<CH_ENA_AD0_SPEC, 17> {
        CH_ENA17_W::new(self)
    }
    #[doc = "Bit 18 - ch18 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena18(&mut self) -> CH_ENA18_W<CH_ENA_AD0_SPEC, 18> {
        CH_ENA18_W::new(self)
    }
    #[doc = "Bit 19 - ch19 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena19(&mut self) -> CH_ENA19_W<CH_ENA_AD0_SPEC, 19> {
        CH_ENA19_W::new(self)
    }
    #[doc = "Bit 20 - ch20 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena20(&mut self) -> CH_ENA20_W<CH_ENA_AD0_SPEC, 20> {
        CH_ENA20_W::new(self)
    }
    #[doc = "Bit 21 - ch21 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena21(&mut self) -> CH_ENA21_W<CH_ENA_AD0_SPEC, 21> {
        CH_ENA21_W::new(self)
    }
    #[doc = "Bit 22 - ch22 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena22(&mut self) -> CH_ENA22_W<CH_ENA_AD0_SPEC, 22> {
        CH_ENA22_W::new(self)
    }
    #[doc = "Bit 23 - ch23 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena23(&mut self) -> CH_ENA23_W<CH_ENA_AD0_SPEC, 23> {
        CH_ENA23_W::new(self)
    }
    #[doc = "Bit 24 - ch24 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena24(&mut self) -> CH_ENA24_W<CH_ENA_AD0_SPEC, 24> {
        CH_ENA24_W::new(self)
    }
    #[doc = "Bit 25 - ch25 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena25(&mut self) -> CH_ENA25_W<CH_ENA_AD0_SPEC, 25> {
        CH_ENA25_W::new(self)
    }
    #[doc = "Bit 26 - ch26 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena26(&mut self) -> CH_ENA26_W<CH_ENA_AD0_SPEC, 26> {
        CH_ENA26_W::new(self)
    }
    #[doc = "Bit 27 - ch27 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena27(&mut self) -> CH_ENA27_W<CH_ENA_AD0_SPEC, 27> {
        CH_ENA27_W::new(self)
    }
    #[doc = "Bit 28 - ch28 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena28(&mut self) -> CH_ENA28_W<CH_ENA_AD0_SPEC, 28> {
        CH_ENA28_W::new(self)
    }
    #[doc = "Bit 29 - ch29 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena29(&mut self) -> CH_ENA29_W<CH_ENA_AD0_SPEC, 29> {
        CH_ENA29_W::new(self)
    }
    #[doc = "Bit 30 - ch30 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena30(&mut self) -> CH_ENA30_W<CH_ENA_AD0_SPEC, 30> {
        CH_ENA30_W::new(self)
    }
    #[doc = "Bit 31 - ch31 enable"]
    #[inline(always)]
    #[must_use]
    pub fn ch_ena31(&mut self) -> CH_ENA31_W<CH_ENA_AD0_SPEC, 31> {
        CH_ENA31_W::new(self)
    }
    #[doc = "Writes raw bits to the register."]
    #[inline(always)]
    pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
        self.bits = bits;
        self
    }
}
#[doc = "channel enable register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ch_ena_ad0::R`](R).  You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`ch_ena_ad0::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CH_ENA_AD0_SPEC;
impl crate::RegisterSpec for CH_ENA_AD0_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`ch_ena_ad0::R`](R) reader structure"]
impl crate::Readable for CH_ENA_AD0_SPEC {}
#[doc = "`write(|w| ..)` method takes [`ch_ena_ad0::W`](W) writer structure"]
impl crate::Writable for CH_ENA_AD0_SPEC {
    const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets CH_ENA_AD0 to value 0"]
impl crate::Resettable for CH_ENA_AD0_SPEC {
    const RESET_VALUE: Self::Ux = 0;
}