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 `PCR` reader"]
pub type R = crate::R<PCR_SPEC>;
#[doc = "Register `PCR` writer"]
pub type W = crate::W<PCR_SPEC>;
#[doc = "Field `CTR0` reader - Protocol Control Bit 0"]
pub type CTR0_R = crate::BitReader;
#[doc = "Field `CTR0` writer - Protocol Control Bit 0"]
pub type CTR0_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR1` reader - Protocol Control Bit 1"]
pub type CTR1_R = crate::BitReader;
#[doc = "Field `CTR1` writer - Protocol Control Bit 1"]
pub type CTR1_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR2` reader - Protocol Control Bit 2"]
pub type CTR2_R = crate::BitReader;
#[doc = "Field `CTR2` writer - Protocol Control Bit 2"]
pub type CTR2_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR3` reader - Protocol Control Bit 3"]
pub type CTR3_R = crate::BitReader;
#[doc = "Field `CTR3` writer - Protocol Control Bit 3"]
pub type CTR3_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR4` reader - Protocol Control Bit 4"]
pub type CTR4_R = crate::BitReader;
#[doc = "Field `CTR4` writer - Protocol Control Bit 4"]
pub type CTR4_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR5` reader - Protocol Control Bit 5"]
pub type CTR5_R = crate::BitReader;
#[doc = "Field `CTR5` writer - Protocol Control Bit 5"]
pub type CTR5_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR6` reader - Protocol Control Bit 6"]
pub type CTR6_R = crate::BitReader;
#[doc = "Field `CTR6` writer - Protocol Control Bit 6"]
pub type CTR6_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR7` reader - Protocol Control Bit 7"]
pub type CTR7_R = crate::BitReader;
#[doc = "Field `CTR7` writer - Protocol Control Bit 7"]
pub type CTR7_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR8` reader - Protocol Control Bit 8"]
pub type CTR8_R = crate::BitReader;
#[doc = "Field `CTR8` writer - Protocol Control Bit 8"]
pub type CTR8_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR9` reader - Protocol Control Bit 9"]
pub type CTR9_R = crate::BitReader;
#[doc = "Field `CTR9` writer - Protocol Control Bit 9"]
pub type CTR9_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR10` reader - Protocol Control Bit 10"]
pub type CTR10_R = crate::BitReader;
#[doc = "Field `CTR10` writer - Protocol Control Bit 10"]
pub type CTR10_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR11` reader - Protocol Control Bit 11"]
pub type CTR11_R = crate::BitReader;
#[doc = "Field `CTR11` writer - Protocol Control Bit 11"]
pub type CTR11_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR12` reader - Protocol Control Bit 12"]
pub type CTR12_R = crate::BitReader;
#[doc = "Field `CTR12` writer - Protocol Control Bit 12"]
pub type CTR12_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR13` reader - Protocol Control Bit 13"]
pub type CTR13_R = crate::BitReader;
#[doc = "Field `CTR13` writer - Protocol Control Bit 13"]
pub type CTR13_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR14` reader - Protocol Control Bit 14"]
pub type CTR14_R = crate::BitReader;
#[doc = "Field `CTR14` writer - Protocol Control Bit 14"]
pub type CTR14_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR15` reader - Protocol Control Bit 15"]
pub type CTR15_R = crate::BitReader;
#[doc = "Field `CTR15` writer - Protocol Control Bit 15"]
pub type CTR15_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR16` reader - Protocol Control Bit 16"]
pub type CTR16_R = crate::BitReader;
#[doc = "Field `CTR16` writer - Protocol Control Bit 16"]
pub type CTR16_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR17` reader - Protocol Control Bit 17"]
pub type CTR17_R = crate::BitReader;
#[doc = "Field `CTR17` writer - Protocol Control Bit 17"]
pub type CTR17_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR18` reader - Protocol Control Bit 18"]
pub type CTR18_R = crate::BitReader;
#[doc = "Field `CTR18` writer - Protocol Control Bit 18"]
pub type CTR18_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR19` reader - Protocol Control Bit 19"]
pub type CTR19_R = crate::BitReader;
#[doc = "Field `CTR19` writer - Protocol Control Bit 19"]
pub type CTR19_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR20` reader - Protocol Control Bit 20"]
pub type CTR20_R = crate::BitReader;
#[doc = "Field `CTR20` writer - Protocol Control Bit 20"]
pub type CTR20_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR21` reader - Protocol Control Bit 21"]
pub type CTR21_R = crate::BitReader;
#[doc = "Field `CTR21` writer - Protocol Control Bit 21"]
pub type CTR21_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR22` reader - Protocol Control Bit 22"]
pub type CTR22_R = crate::BitReader;
#[doc = "Field `CTR22` writer - Protocol Control Bit 22"]
pub type CTR22_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR23` reader - Protocol Control Bit 23"]
pub type CTR23_R = crate::BitReader;
#[doc = "Field `CTR23` writer - Protocol Control Bit 23"]
pub type CTR23_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR24` reader - Protocol Control Bit 24"]
pub type CTR24_R = crate::BitReader;
#[doc = "Field `CTR24` writer - Protocol Control Bit 24"]
pub type CTR24_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR25` reader - Protocol Control Bit 25"]
pub type CTR25_R = crate::BitReader;
#[doc = "Field `CTR25` writer - Protocol Control Bit 25"]
pub type CTR25_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR26` reader - Protocol Control Bit 26"]
pub type CTR26_R = crate::BitReader;
#[doc = "Field `CTR26` writer - Protocol Control Bit 26"]
pub type CTR26_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR27` reader - Protocol Control Bit 27"]
pub type CTR27_R = crate::BitReader;
#[doc = "Field `CTR27` writer - Protocol Control Bit 27"]
pub type CTR27_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR28` reader - Protocol Control Bit 28"]
pub type CTR28_R = crate::BitReader;
#[doc = "Field `CTR28` writer - Protocol Control Bit 28"]
pub type CTR28_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR29` reader - Protocol Control Bit 29"]
pub type CTR29_R = crate::BitReader;
#[doc = "Field `CTR29` writer - Protocol Control Bit 29"]
pub type CTR29_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR30` reader - Protocol Control Bit 30"]
pub type CTR30_R = crate::BitReader;
#[doc = "Field `CTR30` writer - Protocol Control Bit 30"]
pub type CTR30_W<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `CTR31` reader - Protocol Control Bit 31"]
pub type CTR31_R = crate::BitReader;
#[doc = "Field `CTR31` writer - Protocol Control Bit 31"]
pub type CTR31_W<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
    #[doc = "Bit 0 - Protocol Control Bit 0"]
    #[inline(always)]
    pub fn ctr0(&self) -> CTR0_R {
        CTR0_R::new((self.bits & 1) != 0)
    }
    #[doc = "Bit 1 - Protocol Control Bit 1"]
    #[inline(always)]
    pub fn ctr1(&self) -> CTR1_R {
        CTR1_R::new(((self.bits >> 1) & 1) != 0)
    }
    #[doc = "Bit 2 - Protocol Control Bit 2"]
    #[inline(always)]
    pub fn ctr2(&self) -> CTR2_R {
        CTR2_R::new(((self.bits >> 2) & 1) != 0)
    }
    #[doc = "Bit 3 - Protocol Control Bit 3"]
    #[inline(always)]
    pub fn ctr3(&self) -> CTR3_R {
        CTR3_R::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - Protocol Control Bit 4"]
    #[inline(always)]
    pub fn ctr4(&self) -> CTR4_R {
        CTR4_R::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - Protocol Control Bit 5"]
    #[inline(always)]
    pub fn ctr5(&self) -> CTR5_R {
        CTR5_R::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bit 6 - Protocol Control Bit 6"]
    #[inline(always)]
    pub fn ctr6(&self) -> CTR6_R {
        CTR6_R::new(((self.bits >> 6) & 1) != 0)
    }
    #[doc = "Bit 7 - Protocol Control Bit 7"]
    #[inline(always)]
    pub fn ctr7(&self) -> CTR7_R {
        CTR7_R::new(((self.bits >> 7) & 1) != 0)
    }
    #[doc = "Bit 8 - Protocol Control Bit 8"]
    #[inline(always)]
    pub fn ctr8(&self) -> CTR8_R {
        CTR8_R::new(((self.bits >> 8) & 1) != 0)
    }
    #[doc = "Bit 9 - Protocol Control Bit 9"]
    #[inline(always)]
    pub fn ctr9(&self) -> CTR9_R {
        CTR9_R::new(((self.bits >> 9) & 1) != 0)
    }
    #[doc = "Bit 10 - Protocol Control Bit 10"]
    #[inline(always)]
    pub fn ctr10(&self) -> CTR10_R {
        CTR10_R::new(((self.bits >> 10) & 1) != 0)
    }
    #[doc = "Bit 11 - Protocol Control Bit 11"]
    #[inline(always)]
    pub fn ctr11(&self) -> CTR11_R {
        CTR11_R::new(((self.bits >> 11) & 1) != 0)
    }
    #[doc = "Bit 12 - Protocol Control Bit 12"]
    #[inline(always)]
    pub fn ctr12(&self) -> CTR12_R {
        CTR12_R::new(((self.bits >> 12) & 1) != 0)
    }
    #[doc = "Bit 13 - Protocol Control Bit 13"]
    #[inline(always)]
    pub fn ctr13(&self) -> CTR13_R {
        CTR13_R::new(((self.bits >> 13) & 1) != 0)
    }
    #[doc = "Bit 14 - Protocol Control Bit 14"]
    #[inline(always)]
    pub fn ctr14(&self) -> CTR14_R {
        CTR14_R::new(((self.bits >> 14) & 1) != 0)
    }
    #[doc = "Bit 15 - Protocol Control Bit 15"]
    #[inline(always)]
    pub fn ctr15(&self) -> CTR15_R {
        CTR15_R::new(((self.bits >> 15) & 1) != 0)
    }
    #[doc = "Bit 16 - Protocol Control Bit 16"]
    #[inline(always)]
    pub fn ctr16(&self) -> CTR16_R {
        CTR16_R::new(((self.bits >> 16) & 1) != 0)
    }
    #[doc = "Bit 17 - Protocol Control Bit 17"]
    #[inline(always)]
    pub fn ctr17(&self) -> CTR17_R {
        CTR17_R::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - Protocol Control Bit 18"]
    #[inline(always)]
    pub fn ctr18(&self) -> CTR18_R {
        CTR18_R::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bit 19 - Protocol Control Bit 19"]
    #[inline(always)]
    pub fn ctr19(&self) -> CTR19_R {
        CTR19_R::new(((self.bits >> 19) & 1) != 0)
    }
    #[doc = "Bit 20 - Protocol Control Bit 20"]
    #[inline(always)]
    pub fn ctr20(&self) -> CTR20_R {
        CTR20_R::new(((self.bits >> 20) & 1) != 0)
    }
    #[doc = "Bit 21 - Protocol Control Bit 21"]
    #[inline(always)]
    pub fn ctr21(&self) -> CTR21_R {
        CTR21_R::new(((self.bits >> 21) & 1) != 0)
    }
    #[doc = "Bit 22 - Protocol Control Bit 22"]
    #[inline(always)]
    pub fn ctr22(&self) -> CTR22_R {
        CTR22_R::new(((self.bits >> 22) & 1) != 0)
    }
    #[doc = "Bit 23 - Protocol Control Bit 23"]
    #[inline(always)]
    pub fn ctr23(&self) -> CTR23_R {
        CTR23_R::new(((self.bits >> 23) & 1) != 0)
    }
    #[doc = "Bit 24 - Protocol Control Bit 24"]
    #[inline(always)]
    pub fn ctr24(&self) -> CTR24_R {
        CTR24_R::new(((self.bits >> 24) & 1) != 0)
    }
    #[doc = "Bit 25 - Protocol Control Bit 25"]
    #[inline(always)]
    pub fn ctr25(&self) -> CTR25_R {
        CTR25_R::new(((self.bits >> 25) & 1) != 0)
    }
    #[doc = "Bit 26 - Protocol Control Bit 26"]
    #[inline(always)]
    pub fn ctr26(&self) -> CTR26_R {
        CTR26_R::new(((self.bits >> 26) & 1) != 0)
    }
    #[doc = "Bit 27 - Protocol Control Bit 27"]
    #[inline(always)]
    pub fn ctr27(&self) -> CTR27_R {
        CTR27_R::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - Protocol Control Bit 28"]
    #[inline(always)]
    pub fn ctr28(&self) -> CTR28_R {
        CTR28_R::new(((self.bits >> 28) & 1) != 0)
    }
    #[doc = "Bit 29 - Protocol Control Bit 29"]
    #[inline(always)]
    pub fn ctr29(&self) -> CTR29_R {
        CTR29_R::new(((self.bits >> 29) & 1) != 0)
    }
    #[doc = "Bit 30 - Protocol Control Bit 30"]
    #[inline(always)]
    pub fn ctr30(&self) -> CTR30_R {
        CTR30_R::new(((self.bits >> 30) & 1) != 0)
    }
    #[doc = "Bit 31 - Protocol Control Bit 31"]
    #[inline(always)]
    pub fn ctr31(&self) -> CTR31_R {
        CTR31_R::new(((self.bits >> 31) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - Protocol Control Bit 0"]
    #[inline(always)]
    #[must_use]
    pub fn ctr0(&mut self) -> CTR0_W<PCR_SPEC> {
        CTR0_W::new(self, 0)
    }
    #[doc = "Bit 1 - Protocol Control Bit 1"]
    #[inline(always)]
    #[must_use]
    pub fn ctr1(&mut self) -> CTR1_W<PCR_SPEC> {
        CTR1_W::new(self, 1)
    }
    #[doc = "Bit 2 - Protocol Control Bit 2"]
    #[inline(always)]
    #[must_use]
    pub fn ctr2(&mut self) -> CTR2_W<PCR_SPEC> {
        CTR2_W::new(self, 2)
    }
    #[doc = "Bit 3 - Protocol Control Bit 3"]
    #[inline(always)]
    #[must_use]
    pub fn ctr3(&mut self) -> CTR3_W<PCR_SPEC> {
        CTR3_W::new(self, 3)
    }
    #[doc = "Bit 4 - Protocol Control Bit 4"]
    #[inline(always)]
    #[must_use]
    pub fn ctr4(&mut self) -> CTR4_W<PCR_SPEC> {
        CTR4_W::new(self, 4)
    }
    #[doc = "Bit 5 - Protocol Control Bit 5"]
    #[inline(always)]
    #[must_use]
    pub fn ctr5(&mut self) -> CTR5_W<PCR_SPEC> {
        CTR5_W::new(self, 5)
    }
    #[doc = "Bit 6 - Protocol Control Bit 6"]
    #[inline(always)]
    #[must_use]
    pub fn ctr6(&mut self) -> CTR6_W<PCR_SPEC> {
        CTR6_W::new(self, 6)
    }
    #[doc = "Bit 7 - Protocol Control Bit 7"]
    #[inline(always)]
    #[must_use]
    pub fn ctr7(&mut self) -> CTR7_W<PCR_SPEC> {
        CTR7_W::new(self, 7)
    }
    #[doc = "Bit 8 - Protocol Control Bit 8"]
    #[inline(always)]
    #[must_use]
    pub fn ctr8(&mut self) -> CTR8_W<PCR_SPEC> {
        CTR8_W::new(self, 8)
    }
    #[doc = "Bit 9 - Protocol Control Bit 9"]
    #[inline(always)]
    #[must_use]
    pub fn ctr9(&mut self) -> CTR9_W<PCR_SPEC> {
        CTR9_W::new(self, 9)
    }
    #[doc = "Bit 10 - Protocol Control Bit 10"]
    #[inline(always)]
    #[must_use]
    pub fn ctr10(&mut self) -> CTR10_W<PCR_SPEC> {
        CTR10_W::new(self, 10)
    }
    #[doc = "Bit 11 - Protocol Control Bit 11"]
    #[inline(always)]
    #[must_use]
    pub fn ctr11(&mut self) -> CTR11_W<PCR_SPEC> {
        CTR11_W::new(self, 11)
    }
    #[doc = "Bit 12 - Protocol Control Bit 12"]
    #[inline(always)]
    #[must_use]
    pub fn ctr12(&mut self) -> CTR12_W<PCR_SPEC> {
        CTR12_W::new(self, 12)
    }
    #[doc = "Bit 13 - Protocol Control Bit 13"]
    #[inline(always)]
    #[must_use]
    pub fn ctr13(&mut self) -> CTR13_W<PCR_SPEC> {
        CTR13_W::new(self, 13)
    }
    #[doc = "Bit 14 - Protocol Control Bit 14"]
    #[inline(always)]
    #[must_use]
    pub fn ctr14(&mut self) -> CTR14_W<PCR_SPEC> {
        CTR14_W::new(self, 14)
    }
    #[doc = "Bit 15 - Protocol Control Bit 15"]
    #[inline(always)]
    #[must_use]
    pub fn ctr15(&mut self) -> CTR15_W<PCR_SPEC> {
        CTR15_W::new(self, 15)
    }
    #[doc = "Bit 16 - Protocol Control Bit 16"]
    #[inline(always)]
    #[must_use]
    pub fn ctr16(&mut self) -> CTR16_W<PCR_SPEC> {
        CTR16_W::new(self, 16)
    }
    #[doc = "Bit 17 - Protocol Control Bit 17"]
    #[inline(always)]
    #[must_use]
    pub fn ctr17(&mut self) -> CTR17_W<PCR_SPEC> {
        CTR17_W::new(self, 17)
    }
    #[doc = "Bit 18 - Protocol Control Bit 18"]
    #[inline(always)]
    #[must_use]
    pub fn ctr18(&mut self) -> CTR18_W<PCR_SPEC> {
        CTR18_W::new(self, 18)
    }
    #[doc = "Bit 19 - Protocol Control Bit 19"]
    #[inline(always)]
    #[must_use]
    pub fn ctr19(&mut self) -> CTR19_W<PCR_SPEC> {
        CTR19_W::new(self, 19)
    }
    #[doc = "Bit 20 - Protocol Control Bit 20"]
    #[inline(always)]
    #[must_use]
    pub fn ctr20(&mut self) -> CTR20_W<PCR_SPEC> {
        CTR20_W::new(self, 20)
    }
    #[doc = "Bit 21 - Protocol Control Bit 21"]
    #[inline(always)]
    #[must_use]
    pub fn ctr21(&mut self) -> CTR21_W<PCR_SPEC> {
        CTR21_W::new(self, 21)
    }
    #[doc = "Bit 22 - Protocol Control Bit 22"]
    #[inline(always)]
    #[must_use]
    pub fn ctr22(&mut self) -> CTR22_W<PCR_SPEC> {
        CTR22_W::new(self, 22)
    }
    #[doc = "Bit 23 - Protocol Control Bit 23"]
    #[inline(always)]
    #[must_use]
    pub fn ctr23(&mut self) -> CTR23_W<PCR_SPEC> {
        CTR23_W::new(self, 23)
    }
    #[doc = "Bit 24 - Protocol Control Bit 24"]
    #[inline(always)]
    #[must_use]
    pub fn ctr24(&mut self) -> CTR24_W<PCR_SPEC> {
        CTR24_W::new(self, 24)
    }
    #[doc = "Bit 25 - Protocol Control Bit 25"]
    #[inline(always)]
    #[must_use]
    pub fn ctr25(&mut self) -> CTR25_W<PCR_SPEC> {
        CTR25_W::new(self, 25)
    }
    #[doc = "Bit 26 - Protocol Control Bit 26"]
    #[inline(always)]
    #[must_use]
    pub fn ctr26(&mut self) -> CTR26_W<PCR_SPEC> {
        CTR26_W::new(self, 26)
    }
    #[doc = "Bit 27 - Protocol Control Bit 27"]
    #[inline(always)]
    #[must_use]
    pub fn ctr27(&mut self) -> CTR27_W<PCR_SPEC> {
        CTR27_W::new(self, 27)
    }
    #[doc = "Bit 28 - Protocol Control Bit 28"]
    #[inline(always)]
    #[must_use]
    pub fn ctr28(&mut self) -> CTR28_W<PCR_SPEC> {
        CTR28_W::new(self, 28)
    }
    #[doc = "Bit 29 - Protocol Control Bit 29"]
    #[inline(always)]
    #[must_use]
    pub fn ctr29(&mut self) -> CTR29_W<PCR_SPEC> {
        CTR29_W::new(self, 29)
    }
    #[doc = "Bit 30 - Protocol Control Bit 30"]
    #[inline(always)]
    #[must_use]
    pub fn ctr30(&mut self) -> CTR30_W<PCR_SPEC> {
        CTR30_W::new(self, 30)
    }
    #[doc = "Bit 31 - Protocol Control Bit 31"]
    #[inline(always)]
    #[must_use]
    pub fn ctr31(&mut self) -> CTR31_W<PCR_SPEC> {
        CTR31_W::new(self, 31)
    }
}
#[doc = "Protocol Control Register\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`pcr::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 [`pcr::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct PCR_SPEC;
impl crate::RegisterSpec for PCR_SPEC {
    type Ux = u32;
}
#[doc = "`read()` method returns [`pcr::R`](R) reader structure"]
impl crate::Readable for PCR_SPEC {}
#[doc = "`write(|w| ..)` method takes [`pcr::W`](W) writer structure"]
impl crate::Writable for PCR_SPEC {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets PCR to value 0"]
impl crate::Resettable for PCR_SPEC {
    const RESET_VALUE: u32 = 0;
}