atsamd51g/dmac/
swtrigctrl.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
#[doc = "Register `SWTRIGCTRL` reader"]
pub type R = crate::R<SwtrigctrlSpec>;
#[doc = "Register `SWTRIGCTRL` writer"]
pub type W = crate::W<SwtrigctrlSpec>;
#[doc = "Field `SWTRIG0` reader - Channel 0 Software Trigger"]
pub type Swtrig0R = crate::BitReader;
#[doc = "Field `SWTRIG0` writer - Channel 0 Software Trigger"]
pub type Swtrig0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG1` reader - Channel 1 Software Trigger"]
pub type Swtrig1R = crate::BitReader;
#[doc = "Field `SWTRIG1` writer - Channel 1 Software Trigger"]
pub type Swtrig1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG2` reader - Channel 2 Software Trigger"]
pub type Swtrig2R = crate::BitReader;
#[doc = "Field `SWTRIG2` writer - Channel 2 Software Trigger"]
pub type Swtrig2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG3` reader - Channel 3 Software Trigger"]
pub type Swtrig3R = crate::BitReader;
#[doc = "Field `SWTRIG3` writer - Channel 3 Software Trigger"]
pub type Swtrig3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG4` reader - Channel 4 Software Trigger"]
pub type Swtrig4R = crate::BitReader;
#[doc = "Field `SWTRIG4` writer - Channel 4 Software Trigger"]
pub type Swtrig4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG5` reader - Channel 5 Software Trigger"]
pub type Swtrig5R = crate::BitReader;
#[doc = "Field `SWTRIG5` writer - Channel 5 Software Trigger"]
pub type Swtrig5W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG6` reader - Channel 6 Software Trigger"]
pub type Swtrig6R = crate::BitReader;
#[doc = "Field `SWTRIG6` writer - Channel 6 Software Trigger"]
pub type Swtrig6W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG7` reader - Channel 7 Software Trigger"]
pub type Swtrig7R = crate::BitReader;
#[doc = "Field `SWTRIG7` writer - Channel 7 Software Trigger"]
pub type Swtrig7W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG8` reader - Channel 8 Software Trigger"]
pub type Swtrig8R = crate::BitReader;
#[doc = "Field `SWTRIG8` writer - Channel 8 Software Trigger"]
pub type Swtrig8W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG9` reader - Channel 9 Software Trigger"]
pub type Swtrig9R = crate::BitReader;
#[doc = "Field `SWTRIG9` writer - Channel 9 Software Trigger"]
pub type Swtrig9W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG10` reader - Channel 10 Software Trigger"]
pub type Swtrig10R = crate::BitReader;
#[doc = "Field `SWTRIG10` writer - Channel 10 Software Trigger"]
pub type Swtrig10W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG11` reader - Channel 11 Software Trigger"]
pub type Swtrig11R = crate::BitReader;
#[doc = "Field `SWTRIG11` writer - Channel 11 Software Trigger"]
pub type Swtrig11W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG12` reader - Channel 12 Software Trigger"]
pub type Swtrig12R = crate::BitReader;
#[doc = "Field `SWTRIG12` writer - Channel 12 Software Trigger"]
pub type Swtrig12W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG13` reader - Channel 13 Software Trigger"]
pub type Swtrig13R = crate::BitReader;
#[doc = "Field `SWTRIG13` writer - Channel 13 Software Trigger"]
pub type Swtrig13W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG14` reader - Channel 14 Software Trigger"]
pub type Swtrig14R = crate::BitReader;
#[doc = "Field `SWTRIG14` writer - Channel 14 Software Trigger"]
pub type Swtrig14W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG15` reader - Channel 15 Software Trigger"]
pub type Swtrig15R = crate::BitReader;
#[doc = "Field `SWTRIG15` writer - Channel 15 Software Trigger"]
pub type Swtrig15W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG16` reader - Channel 16 Software Trigger"]
pub type Swtrig16R = crate::BitReader;
#[doc = "Field `SWTRIG16` writer - Channel 16 Software Trigger"]
pub type Swtrig16W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG17` reader - Channel 17 Software Trigger"]
pub type Swtrig17R = crate::BitReader;
#[doc = "Field `SWTRIG17` writer - Channel 17 Software Trigger"]
pub type Swtrig17W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG18` reader - Channel 18 Software Trigger"]
pub type Swtrig18R = crate::BitReader;
#[doc = "Field `SWTRIG18` writer - Channel 18 Software Trigger"]
pub type Swtrig18W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG19` reader - Channel 19 Software Trigger"]
pub type Swtrig19R = crate::BitReader;
#[doc = "Field `SWTRIG19` writer - Channel 19 Software Trigger"]
pub type Swtrig19W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG20` reader - Channel 20 Software Trigger"]
pub type Swtrig20R = crate::BitReader;
#[doc = "Field `SWTRIG20` writer - Channel 20 Software Trigger"]
pub type Swtrig20W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG21` reader - Channel 21 Software Trigger"]
pub type Swtrig21R = crate::BitReader;
#[doc = "Field `SWTRIG21` writer - Channel 21 Software Trigger"]
pub type Swtrig21W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG22` reader - Channel 22 Software Trigger"]
pub type Swtrig22R = crate::BitReader;
#[doc = "Field `SWTRIG22` writer - Channel 22 Software Trigger"]
pub type Swtrig22W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG23` reader - Channel 23 Software Trigger"]
pub type Swtrig23R = crate::BitReader;
#[doc = "Field `SWTRIG23` writer - Channel 23 Software Trigger"]
pub type Swtrig23W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG24` reader - Channel 24 Software Trigger"]
pub type Swtrig24R = crate::BitReader;
#[doc = "Field `SWTRIG24` writer - Channel 24 Software Trigger"]
pub type Swtrig24W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG25` reader - Channel 25 Software Trigger"]
pub type Swtrig25R = crate::BitReader;
#[doc = "Field `SWTRIG25` writer - Channel 25 Software Trigger"]
pub type Swtrig25W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG26` reader - Channel 26 Software Trigger"]
pub type Swtrig26R = crate::BitReader;
#[doc = "Field `SWTRIG26` writer - Channel 26 Software Trigger"]
pub type Swtrig26W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG27` reader - Channel 27 Software Trigger"]
pub type Swtrig27R = crate::BitReader;
#[doc = "Field `SWTRIG27` writer - Channel 27 Software Trigger"]
pub type Swtrig27W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG28` reader - Channel 28 Software Trigger"]
pub type Swtrig28R = crate::BitReader;
#[doc = "Field `SWTRIG28` writer - Channel 28 Software Trigger"]
pub type Swtrig28W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG29` reader - Channel 29 Software Trigger"]
pub type Swtrig29R = crate::BitReader;
#[doc = "Field `SWTRIG29` writer - Channel 29 Software Trigger"]
pub type Swtrig29W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG30` reader - Channel 30 Software Trigger"]
pub type Swtrig30R = crate::BitReader;
#[doc = "Field `SWTRIG30` writer - Channel 30 Software Trigger"]
pub type Swtrig30W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `SWTRIG31` reader - Channel 31 Software Trigger"]
pub type Swtrig31R = crate::BitReader;
#[doc = "Field `SWTRIG31` writer - Channel 31 Software Trigger"]
pub type Swtrig31W<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
    #[doc = "Bit 0 - Channel 0 Software Trigger"]
    #[inline(always)]
    pub fn swtrig0(&self) -> Swtrig0R {
        Swtrig0R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - Channel 1 Software Trigger"]
    #[inline(always)]
    pub fn swtrig1(&self) -> Swtrig1R {
        Swtrig1R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - Channel 2 Software Trigger"]
    #[inline(always)]
    pub fn swtrig2(&self) -> Swtrig2R {
        Swtrig2R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - Channel 3 Software Trigger"]
    #[inline(always)]
    pub fn swtrig3(&self) -> Swtrig3R {
        Swtrig3R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - Channel 4 Software Trigger"]
    #[inline(always)]
    pub fn swtrig4(&self) -> Swtrig4R {
        Swtrig4R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - Channel 5 Software Trigger"]
    #[inline(always)]
    pub fn swtrig5(&self) -> Swtrig5R {
        Swtrig5R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - Channel 6 Software Trigger"]
    #[inline(always)]
    pub fn swtrig6(&self) -> Swtrig6R {
        Swtrig6R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - Channel 7 Software Trigger"]
    #[inline(always)]
    pub fn swtrig7(&self) -> Swtrig7R {
        Swtrig7R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - Channel 8 Software Trigger"]
    #[inline(always)]
    pub fn swtrig8(&self) -> Swtrig8R {
        Swtrig8R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - Channel 9 Software Trigger"]
    #[inline(always)]
    pub fn swtrig9(&self) -> Swtrig9R {
        Swtrig9R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - Channel 10 Software Trigger"]
    #[inline(always)]
    pub fn swtrig10(&self) -> Swtrig10R {
        Swtrig10R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - Channel 11 Software Trigger"]
    #[inline(always)]
    pub fn swtrig11(&self) -> Swtrig11R {
        Swtrig11R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - Channel 12 Software Trigger"]
    #[inline(always)]
    pub fn swtrig12(&self) -> Swtrig12R {
        Swtrig12R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - Channel 13 Software Trigger"]
    #[inline(always)]
    pub fn swtrig13(&self) -> Swtrig13R {
        Swtrig13R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - Channel 14 Software Trigger"]
    #[inline(always)]
    pub fn swtrig14(&self) -> Swtrig14R {
        Swtrig14R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - Channel 15 Software Trigger"]
    #[inline(always)]
    pub fn swtrig15(&self) -> Swtrig15R {
        Swtrig15R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - Channel 16 Software Trigger"]
    #[inline(always)]
    pub fn swtrig16(&self) -> Swtrig16R {
        Swtrig16R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - Channel 17 Software Trigger"]
    #[inline(always)]
    pub fn swtrig17(&self) -> Swtrig17R {
        Swtrig17R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - Channel 18 Software Trigger"]
    #[inline(always)]
    pub fn swtrig18(&self) -> Swtrig18R {
        Swtrig18R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - Channel 19 Software Trigger"]
    #[inline(always)]
    pub fn swtrig19(&self) -> Swtrig19R {
        Swtrig19R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - Channel 20 Software Trigger"]
    #[inline(always)]
    pub fn swtrig20(&self) -> Swtrig20R {
        Swtrig20R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - Channel 21 Software Trigger"]
    #[inline(always)]
    pub fn swtrig21(&self) -> Swtrig21R {
        Swtrig21R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - Channel 22 Software Trigger"]
    #[inline(always)]
    pub fn swtrig22(&self) -> Swtrig22R {
        Swtrig22R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - Channel 23 Software Trigger"]
    #[inline(always)]
    pub fn swtrig23(&self) -> Swtrig23R {
        Swtrig23R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - Channel 24 Software Trigger"]
    #[inline(always)]
    pub fn swtrig24(&self) -> Swtrig24R {
        Swtrig24R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - Channel 25 Software Trigger"]
    #[inline(always)]
    pub fn swtrig25(&self) -> Swtrig25R {
        Swtrig25R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - Channel 26 Software Trigger"]
    #[inline(always)]
    pub fn swtrig26(&self) -> Swtrig26R {
        Swtrig26R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - Channel 27 Software Trigger"]
    #[inline(always)]
    pub fn swtrig27(&self) -> Swtrig27R {
        Swtrig27R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - Channel 28 Software Trigger"]
    #[inline(always)]
    pub fn swtrig28(&self) -> Swtrig28R {
        Swtrig28R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - Channel 29 Software Trigger"]
    #[inline(always)]
    pub fn swtrig29(&self) -> Swtrig29R {
        Swtrig29R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - Channel 30 Software Trigger"]
    #[inline(always)]
    pub fn swtrig30(&self) -> Swtrig30R {
        Swtrig30R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - Channel 31 Software Trigger"]
    #[inline(always)]
    pub fn swtrig31(&self) -> Swtrig31R {
        Swtrig31R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - Channel 0 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig0(&mut self) -> Swtrig0W<SwtrigctrlSpec> {
        Swtrig0W::new(self, 0)
    }
    #[doc = "Bit 1 - Channel 1 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig1(&mut self) -> Swtrig1W<SwtrigctrlSpec> {
        Swtrig1W::new(self, 1)
    }
    #[doc = "Bit 2 - Channel 2 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig2(&mut self) -> Swtrig2W<SwtrigctrlSpec> {
        Swtrig2W::new(self, 2)
    }
    #[doc = "Bit 3 - Channel 3 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig3(&mut self) -> Swtrig3W<SwtrigctrlSpec> {
        Swtrig3W::new(self, 3)
    }
    #[doc = "Bit 4 - Channel 4 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig4(&mut self) -> Swtrig4W<SwtrigctrlSpec> {
        Swtrig4W::new(self, 4)
    }
    #[doc = "Bit 5 - Channel 5 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig5(&mut self) -> Swtrig5W<SwtrigctrlSpec> {
        Swtrig5W::new(self, 5)
    }
    #[doc = "Bit 6 - Channel 6 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig6(&mut self) -> Swtrig6W<SwtrigctrlSpec> {
        Swtrig6W::new(self, 6)
    }
    #[doc = "Bit 7 - Channel 7 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig7(&mut self) -> Swtrig7W<SwtrigctrlSpec> {
        Swtrig7W::new(self, 7)
    }
    #[doc = "Bit 8 - Channel 8 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig8(&mut self) -> Swtrig8W<SwtrigctrlSpec> {
        Swtrig8W::new(self, 8)
    }
    #[doc = "Bit 9 - Channel 9 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig9(&mut self) -> Swtrig9W<SwtrigctrlSpec> {
        Swtrig9W::new(self, 9)
    }
    #[doc = "Bit 10 - Channel 10 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig10(&mut self) -> Swtrig10W<SwtrigctrlSpec> {
        Swtrig10W::new(self, 10)
    }
    #[doc = "Bit 11 - Channel 11 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig11(&mut self) -> Swtrig11W<SwtrigctrlSpec> {
        Swtrig11W::new(self, 11)
    }
    #[doc = "Bit 12 - Channel 12 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig12(&mut self) -> Swtrig12W<SwtrigctrlSpec> {
        Swtrig12W::new(self, 12)
    }
    #[doc = "Bit 13 - Channel 13 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig13(&mut self) -> Swtrig13W<SwtrigctrlSpec> {
        Swtrig13W::new(self, 13)
    }
    #[doc = "Bit 14 - Channel 14 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig14(&mut self) -> Swtrig14W<SwtrigctrlSpec> {
        Swtrig14W::new(self, 14)
    }
    #[doc = "Bit 15 - Channel 15 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig15(&mut self) -> Swtrig15W<SwtrigctrlSpec> {
        Swtrig15W::new(self, 15)
    }
    #[doc = "Bit 16 - Channel 16 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig16(&mut self) -> Swtrig16W<SwtrigctrlSpec> {
        Swtrig16W::new(self, 16)
    }
    #[doc = "Bit 17 - Channel 17 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig17(&mut self) -> Swtrig17W<SwtrigctrlSpec> {
        Swtrig17W::new(self, 17)
    }
    #[doc = "Bit 18 - Channel 18 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig18(&mut self) -> Swtrig18W<SwtrigctrlSpec> {
        Swtrig18W::new(self, 18)
    }
    #[doc = "Bit 19 - Channel 19 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig19(&mut self) -> Swtrig19W<SwtrigctrlSpec> {
        Swtrig19W::new(self, 19)
    }
    #[doc = "Bit 20 - Channel 20 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig20(&mut self) -> Swtrig20W<SwtrigctrlSpec> {
        Swtrig20W::new(self, 20)
    }
    #[doc = "Bit 21 - Channel 21 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig21(&mut self) -> Swtrig21W<SwtrigctrlSpec> {
        Swtrig21W::new(self, 21)
    }
    #[doc = "Bit 22 - Channel 22 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig22(&mut self) -> Swtrig22W<SwtrigctrlSpec> {
        Swtrig22W::new(self, 22)
    }
    #[doc = "Bit 23 - Channel 23 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig23(&mut self) -> Swtrig23W<SwtrigctrlSpec> {
        Swtrig23W::new(self, 23)
    }
    #[doc = "Bit 24 - Channel 24 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig24(&mut self) -> Swtrig24W<SwtrigctrlSpec> {
        Swtrig24W::new(self, 24)
    }
    #[doc = "Bit 25 - Channel 25 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig25(&mut self) -> Swtrig25W<SwtrigctrlSpec> {
        Swtrig25W::new(self, 25)
    }
    #[doc = "Bit 26 - Channel 26 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig26(&mut self) -> Swtrig26W<SwtrigctrlSpec> {
        Swtrig26W::new(self, 26)
    }
    #[doc = "Bit 27 - Channel 27 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig27(&mut self) -> Swtrig27W<SwtrigctrlSpec> {
        Swtrig27W::new(self, 27)
    }
    #[doc = "Bit 28 - Channel 28 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig28(&mut self) -> Swtrig28W<SwtrigctrlSpec> {
        Swtrig28W::new(self, 28)
    }
    #[doc = "Bit 29 - Channel 29 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig29(&mut self) -> Swtrig29W<SwtrigctrlSpec> {
        Swtrig29W::new(self, 29)
    }
    #[doc = "Bit 30 - Channel 30 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig30(&mut self) -> Swtrig30W<SwtrigctrlSpec> {
        Swtrig30W::new(self, 30)
    }
    #[doc = "Bit 31 - Channel 31 Software Trigger"]
    #[inline(always)]
    #[must_use]
    pub fn swtrig31(&mut self) -> Swtrig31W<SwtrigctrlSpec> {
        Swtrig31W::new(self, 31)
    }
}
#[doc = "Software Trigger Control\n\nYou can [`read`](crate::Reg::read) this register and get [`swtrigctrl::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`swtrigctrl::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct SwtrigctrlSpec;
impl crate::RegisterSpec for SwtrigctrlSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`swtrigctrl::R`](R) reader structure"]
impl crate::Readable for SwtrigctrlSpec {}
#[doc = "`write(|w| ..)` method takes [`swtrigctrl::W`](W) writer structure"]
impl crate::Writable for SwtrigctrlSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets SWTRIGCTRL to value 0"]
impl crate::Resettable for SwtrigctrlSpec {
    const RESET_VALUE: u32 = 0;
}