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
#[doc = "Register `ISR` reader"]
pub type R = crate::R<IsrSpec>;
#[doc = "Register `ISR` writer"]
pub type W = crate::W<IsrSpec>;
#[doc = "Field `GEISTA0` reader - GEISTA0"]
pub type Geista0R = crate::BitReader;
#[doc = "Field `GEISTA0` writer - GEISTA0"]
pub type Geista0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA0` reader - BEISTA0"]
pub type Beista0R = crate::BitReader;
#[doc = "Field `BEISTA0` writer - BEISTA0"]
pub type Beista0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA0` reader - HTISTA0"]
pub type Htista0R = crate::BitReader;
#[doc = "Field `HTISTA0` writer - HTISTA0"]
pub type Htista0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA0` reader - TCISTA0"]
pub type Tcista0R = crate::BitReader;
#[doc = "Field `TCISTA0` writer - TCISTA0"]
pub type Tcista0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA0` reader - TEISTA0"]
pub type Teista0R = crate::BitReader;
#[doc = "Field `TEISTA0` writer - TEISTA0"]
pub type Teista0W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `GEISTA1` reader - GEISTA1"]
pub type Geista1R = crate::BitReader;
#[doc = "Field `GEISTA1` writer - GEISTA1"]
pub type Geista1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA1` reader - BEISTA1"]
pub type Beista1R = crate::BitReader;
#[doc = "Field `BEISTA1` writer - BEISTA1"]
pub type Beista1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA1` reader - HTISTA1"]
pub type Htista1R = crate::BitReader;
#[doc = "Field `HTISTA1` writer - HTISTA1"]
pub type Htista1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA1` reader - TCISTA1"]
pub type Tcista1R = crate::BitReader;
#[doc = "Field `TCISTA1` writer - TCISTA1"]
pub type Tcista1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA1` reader - TEISTA1"]
pub type Teista1R = crate::BitReader;
#[doc = "Field `TEISTA1` writer - TEISTA1"]
pub type Teista1W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `GEISTA2` reader - GEISTA2"]
pub type Geista2R = crate::BitReader;
#[doc = "Field `GEISTA2` writer - GEISTA2"]
pub type Geista2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA2` reader - BEISTA2"]
pub type Beista2R = crate::BitReader;
#[doc = "Field `BEISTA2` writer - BEISTA2"]
pub type Beista2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA2` reader - HTISTA2"]
pub type Htista2R = crate::BitReader;
#[doc = "Field `HTISTA2` writer - HTISTA2"]
pub type Htista2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA2` reader - TCISTA2"]
pub type Tcista2R = crate::BitReader;
#[doc = "Field `TCISTA2` writer - TCISTA2"]
pub type Tcista2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA2` reader - TEISTA2"]
pub type Teista2R = crate::BitReader;
#[doc = "Field `TEISTA2` writer - TEISTA2"]
pub type Teista2W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `GEISTA3` reader - GEISTA3"]
pub type Geista3R = crate::BitReader;
#[doc = "Field `GEISTA3` writer - GEISTA3"]
pub type Geista3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA3` reader - BEISTA3"]
pub type Beista3R = crate::BitReader;
#[doc = "Field `BEISTA3` writer - BEISTA3"]
pub type Beista3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA3` reader - HTISTA3"]
pub type Htista3R = crate::BitReader;
#[doc = "Field `HTISTA3` writer - HTISTA3"]
pub type Htista3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA3` reader - TCISTA3"]
pub type Tcista3R = crate::BitReader;
#[doc = "Field `TCISTA3` writer - TCISTA3"]
pub type Tcista3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA3` reader - TEISTA3"]
pub type Teista3R = crate::BitReader;
#[doc = "Field `TEISTA3` writer - TEISTA3"]
pub type Teista3W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `GEISTA4` reader - GEISTA4"]
pub type Geista4R = crate::BitReader;
#[doc = "Field `GEISTA4` writer - GEISTA4"]
pub type Geista4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA4` reader - BEISTA4"]
pub type Beista4R = crate::BitReader;
#[doc = "Field `BEISTA4` writer - BEISTA4"]
pub type Beista4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA4` reader - HTISTA4"]
pub type Htista4R = crate::BitReader;
#[doc = "Field `HTISTA4` writer - HTISTA4"]
pub type Htista4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA4` reader - TCISTA4"]
pub type Tcista4R = crate::BitReader;
#[doc = "Field `TCISTA4` writer - TCISTA4"]
pub type Tcista4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA4` reader - TEISTA4"]
pub type Teista4R = crate::BitReader;
#[doc = "Field `TEISTA4` writer - TEISTA4"]
pub type Teista4W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `GEISTA5` reader - GEISTA5"]
pub type Geista5R = crate::BitReader;
#[doc = "Field `GEISTA5` writer - GEISTA5"]
pub type Geista5W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `BEISTA5` reader - BEISTA5"]
pub type Beista5R = crate::BitReader;
#[doc = "Field `BEISTA5` writer - BEISTA5"]
pub type Beista5W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `HTISTA5` reader - HTISTA5"]
pub type Htista5R = crate::BitReader;
#[doc = "Field `HTISTA5` writer - HTISTA5"]
pub type Htista5W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TCISTA5` reader - TCISTA5"]
pub type Tcista5R = crate::BitReader;
#[doc = "Field `TCISTA5` writer - TCISTA5"]
pub type Tcista5W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `TEISTA5` reader - TEISTA5"]
pub type Teista5R = crate::BitReader;
#[doc = "Field `TEISTA5` writer - TEISTA5"]
pub type Teista5W<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
    #[doc = "Bit 0 - GEISTA0"]
    #[inline(always)]
    pub fn geista0(&self) -> Geista0R {
        Geista0R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - BEISTA0"]
    #[inline(always)]
    pub fn beista0(&self) -> Beista0R {
        Beista0R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - HTISTA0"]
    #[inline(always)]
    pub fn htista0(&self) -> Htista0R {
        Htista0R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - TCISTA0"]
    #[inline(always)]
    pub fn tcista0(&self) -> Tcista0R {
        Tcista0R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - TEISTA0"]
    #[inline(always)]
    pub fn teista0(&self) -> Teista0R {
        Teista0R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - GEISTA1"]
    #[inline(always)]
    pub fn geista1(&self) -> Geista1R {
        Geista1R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - BEISTA1"]
    #[inline(always)]
    pub fn beista1(&self) -> Beista1R {
        Beista1R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - HTISTA1"]
    #[inline(always)]
    pub fn htista1(&self) -> Htista1R {
        Htista1R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - TCISTA1"]
    #[inline(always)]
    pub fn tcista1(&self) -> Tcista1R {
        Tcista1R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - TEISTA1"]
    #[inline(always)]
    pub fn teista1(&self) -> Teista1R {
        Teista1R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - GEISTA2"]
    #[inline(always)]
    pub fn geista2(&self) -> Geista2R {
        Geista2R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - BEISTA2"]
    #[inline(always)]
    pub fn beista2(&self) -> Beista2R {
        Beista2R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - HTISTA2"]
    #[inline(always)]
    pub fn htista2(&self) -> Htista2R {
        Htista2R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - TCISTA2"]
    #[inline(always)]
    pub fn tcista2(&self) -> Tcista2R {
        Tcista2R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - TEISTA2"]
    #[inline(always)]
    pub fn teista2(&self) -> Teista2R {
        Teista2R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - GEISTA3"]
    #[inline(always)]
    pub fn geista3(&self) -> Geista3R {
        Geista3R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - BEISTA3"]
    #[inline(always)]
    pub fn beista3(&self) -> Beista3R {
        Beista3R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - HTISTA3"]
    #[inline(always)]
    pub fn htista3(&self) -> Htista3R {
        Htista3R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - TCISTA3"]
    #[inline(always)]
    pub fn tcista3(&self) -> Tcista3R {
        Tcista3R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - TEISTA3"]
    #[inline(always)]
    pub fn teista3(&self) -> Teista3R {
        Teista3R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - GEISTA4"]
    #[inline(always)]
    pub fn geista4(&self) -> Geista4R {
        Geista4R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - BEISTA4"]
    #[inline(always)]
    pub fn beista4(&self) -> Beista4R {
        Beista4R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - HTISTA4"]
    #[inline(always)]
    pub fn htista4(&self) -> Htista4R {
        Htista4R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - TCISTA4"]
    #[inline(always)]
    pub fn tcista4(&self) -> Tcista4R {
        Tcista4R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - TEISTA4"]
    #[inline(always)]
    pub fn teista4(&self) -> Teista4R {
        Teista4R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - GEISTA5"]
    #[inline(always)]
    pub fn geista5(&self) -> Geista5R {
        Geista5R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - BEISTA5"]
    #[inline(always)]
    pub fn beista5(&self) -> Beista5R {
        Beista5R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - HTISTA5"]
    #[inline(always)]
    pub fn htista5(&self) -> Htista5R {
        Htista5R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - TCISTA5"]
    #[inline(always)]
    pub fn tcista5(&self) -> Tcista5R {
        Tcista5R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - TEISTA5"]
    #[inline(always)]
    pub fn teista5(&self) -> Teista5R {
        Teista5R::new(((self.bits >> 29) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - GEISTA0"]
    #[inline(always)]
    #[must_use]
    pub fn geista0(&mut self) -> Geista0W<IsrSpec> {
        Geista0W::new(self, 0)
    }
    #[doc = "Bit 1 - BEISTA0"]
    #[inline(always)]
    #[must_use]
    pub fn beista0(&mut self) -> Beista0W<IsrSpec> {
        Beista0W::new(self, 1)
    }
    #[doc = "Bit 2 - HTISTA0"]
    #[inline(always)]
    #[must_use]
    pub fn htista0(&mut self) -> Htista0W<IsrSpec> {
        Htista0W::new(self, 2)
    }
    #[doc = "Bit 3 - TCISTA0"]
    #[inline(always)]
    #[must_use]
    pub fn tcista0(&mut self) -> Tcista0W<IsrSpec> {
        Tcista0W::new(self, 3)
    }
    #[doc = "Bit 4 - TEISTA0"]
    #[inline(always)]
    #[must_use]
    pub fn teista0(&mut self) -> Teista0W<IsrSpec> {
        Teista0W::new(self, 4)
    }
    #[doc = "Bit 5 - GEISTA1"]
    #[inline(always)]
    #[must_use]
    pub fn geista1(&mut self) -> Geista1W<IsrSpec> {
        Geista1W::new(self, 5)
    }
    #[doc = "Bit 6 - BEISTA1"]
    #[inline(always)]
    #[must_use]
    pub fn beista1(&mut self) -> Beista1W<IsrSpec> {
        Beista1W::new(self, 6)
    }
    #[doc = "Bit 7 - HTISTA1"]
    #[inline(always)]
    #[must_use]
    pub fn htista1(&mut self) -> Htista1W<IsrSpec> {
        Htista1W::new(self, 7)
    }
    #[doc = "Bit 8 - TCISTA1"]
    #[inline(always)]
    #[must_use]
    pub fn tcista1(&mut self) -> Tcista1W<IsrSpec> {
        Tcista1W::new(self, 8)
    }
    #[doc = "Bit 9 - TEISTA1"]
    #[inline(always)]
    #[must_use]
    pub fn teista1(&mut self) -> Teista1W<IsrSpec> {
        Teista1W::new(self, 9)
    }
    #[doc = "Bit 10 - GEISTA2"]
    #[inline(always)]
    #[must_use]
    pub fn geista2(&mut self) -> Geista2W<IsrSpec> {
        Geista2W::new(self, 10)
    }
    #[doc = "Bit 11 - BEISTA2"]
    #[inline(always)]
    #[must_use]
    pub fn beista2(&mut self) -> Beista2W<IsrSpec> {
        Beista2W::new(self, 11)
    }
    #[doc = "Bit 12 - HTISTA2"]
    #[inline(always)]
    #[must_use]
    pub fn htista2(&mut self) -> Htista2W<IsrSpec> {
        Htista2W::new(self, 12)
    }
    #[doc = "Bit 13 - TCISTA2"]
    #[inline(always)]
    #[must_use]
    pub fn tcista2(&mut self) -> Tcista2W<IsrSpec> {
        Tcista2W::new(self, 13)
    }
    #[doc = "Bit 14 - TEISTA2"]
    #[inline(always)]
    #[must_use]
    pub fn teista2(&mut self) -> Teista2W<IsrSpec> {
        Teista2W::new(self, 14)
    }
    #[doc = "Bit 15 - GEISTA3"]
    #[inline(always)]
    #[must_use]
    pub fn geista3(&mut self) -> Geista3W<IsrSpec> {
        Geista3W::new(self, 15)
    }
    #[doc = "Bit 16 - BEISTA3"]
    #[inline(always)]
    #[must_use]
    pub fn beista3(&mut self) -> Beista3W<IsrSpec> {
        Beista3W::new(self, 16)
    }
    #[doc = "Bit 17 - HTISTA3"]
    #[inline(always)]
    #[must_use]
    pub fn htista3(&mut self) -> Htista3W<IsrSpec> {
        Htista3W::new(self, 17)
    }
    #[doc = "Bit 18 - TCISTA3"]
    #[inline(always)]
    #[must_use]
    pub fn tcista3(&mut self) -> Tcista3W<IsrSpec> {
        Tcista3W::new(self, 18)
    }
    #[doc = "Bit 19 - TEISTA3"]
    #[inline(always)]
    #[must_use]
    pub fn teista3(&mut self) -> Teista3W<IsrSpec> {
        Teista3W::new(self, 19)
    }
    #[doc = "Bit 20 - GEISTA4"]
    #[inline(always)]
    #[must_use]
    pub fn geista4(&mut self) -> Geista4W<IsrSpec> {
        Geista4W::new(self, 20)
    }
    #[doc = "Bit 21 - BEISTA4"]
    #[inline(always)]
    #[must_use]
    pub fn beista4(&mut self) -> Beista4W<IsrSpec> {
        Beista4W::new(self, 21)
    }
    #[doc = "Bit 22 - HTISTA4"]
    #[inline(always)]
    #[must_use]
    pub fn htista4(&mut self) -> Htista4W<IsrSpec> {
        Htista4W::new(self, 22)
    }
    #[doc = "Bit 23 - TCISTA4"]
    #[inline(always)]
    #[must_use]
    pub fn tcista4(&mut self) -> Tcista4W<IsrSpec> {
        Tcista4W::new(self, 23)
    }
    #[doc = "Bit 24 - TEISTA4"]
    #[inline(always)]
    #[must_use]
    pub fn teista4(&mut self) -> Teista4W<IsrSpec> {
        Teista4W::new(self, 24)
    }
    #[doc = "Bit 25 - GEISTA5"]
    #[inline(always)]
    #[must_use]
    pub fn geista5(&mut self) -> Geista5W<IsrSpec> {
        Geista5W::new(self, 25)
    }
    #[doc = "Bit 26 - BEISTA5"]
    #[inline(always)]
    #[must_use]
    pub fn beista5(&mut self) -> Beista5W<IsrSpec> {
        Beista5W::new(self, 26)
    }
    #[doc = "Bit 27 - HTISTA5"]
    #[inline(always)]
    #[must_use]
    pub fn htista5(&mut self) -> Htista5W<IsrSpec> {
        Htista5W::new(self, 27)
    }
    #[doc = "Bit 28 - TCISTA5"]
    #[inline(always)]
    #[must_use]
    pub fn tcista5(&mut self) -> Tcista5W<IsrSpec> {
        Tcista5W::new(self, 28)
    }
    #[doc = "Bit 29 - TEISTA5"]
    #[inline(always)]
    #[must_use]
    pub fn teista5(&mut self) -> Teista5W<IsrSpec> {
        Teista5W::new(self, 29)
    }
}
#[doc = "ISR\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`isr::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 [`isr::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct IsrSpec;
impl crate::RegisterSpec for IsrSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`isr::R`](R) reader structure"]
impl crate::Readable for IsrSpec {}
#[doc = "`write(|w| ..)` method takes [`isr::W`](W) writer structure"]
impl crate::Writable for IsrSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets ISR to value 0"]
impl crate::Resettable for IsrSpec {
    const RESET_VALUE: u32 = 0;
}