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
#[doc = "Register `CTLL` reader"]
pub type R = crate::R<CtllSpec>;
#[doc = "Register `CTLL` writer"]
pub type W = crate::W<CtllSpec>;
#[doc = "Field `INT_EN` reader - Interrupt Enable Bit"]
pub type IntEnR = crate::BitReader;
#[doc = "Field `INT_EN` writer - Interrupt Enable Bit"]
pub type IntEnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `DST_TR_WIDTH` reader - Destination Transfer Width"]
pub type DstTrWidthR = crate::FieldReader;
#[doc = "Field `DST_TR_WIDTH` writer - Destination Transfer Width"]
pub type DstTrWidthW<'a, REG> = crate::FieldWriter<'a, REG, 3>;
#[doc = "Field `SRC_TR_WIDTH` reader - Source Transfer Width"]
pub type SrcTrWidthR = crate::FieldReader;
#[doc = "Field `SRC_TR_WIDTH` writer - Source Transfer Width"]
pub type SrcTrWidthW<'a, REG> = crate::FieldWriter<'a, REG, 3>;
#[doc = "Destination Address Increment\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Dinc {
    #[doc = "0: Increment"]
    Value1 = 0,
    #[doc = "1: Decrement"]
    Value2 = 1,
    #[doc = "2: No change"]
    Value3 = 2,
}
impl From<Dinc> for u8 {
    #[inline(always)]
    fn from(variant: Dinc) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Dinc {
    type Ux = u8;
}
#[doc = "Field `DINC` reader - Destination Address Increment"]
pub type DincR = crate::FieldReader<Dinc>;
impl DincR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Option<Dinc> {
        match self.bits {
            0 => Some(Dinc::Value1),
            1 => Some(Dinc::Value2),
            2 => Some(Dinc::Value3),
            _ => None,
        }
    }
    #[doc = "Increment"]
    #[inline(always)]
    pub fn is_value1(&self) -> bool {
        *self == Dinc::Value1
    }
    #[doc = "Decrement"]
    #[inline(always)]
    pub fn is_value2(&self) -> bool {
        *self == Dinc::Value2
    }
    #[doc = "No change"]
    #[inline(always)]
    pub fn is_value3(&self) -> bool {
        *self == Dinc::Value3
    }
}
#[doc = "Field `DINC` writer - Destination Address Increment"]
pub type DincW<'a, REG> = crate::FieldWriter<'a, REG, 2, Dinc>;
impl<'a, REG> DincW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Increment"]
    #[inline(always)]
    pub fn value1(self) -> &'a mut crate::W<REG> {
        self.variant(Dinc::Value1)
    }
    #[doc = "Decrement"]
    #[inline(always)]
    pub fn value2(self) -> &'a mut crate::W<REG> {
        self.variant(Dinc::Value2)
    }
    #[doc = "No change"]
    #[inline(always)]
    pub fn value3(self) -> &'a mut crate::W<REG> {
        self.variant(Dinc::Value3)
    }
}
#[doc = "Source Address Increment\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Sinc {
    #[doc = "0: Increment"]
    Value1 = 0,
    #[doc = "1: Decrement"]
    Value2 = 1,
    #[doc = "2: No change"]
    Value3 = 2,
}
impl From<Sinc> for u8 {
    #[inline(always)]
    fn from(variant: Sinc) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Sinc {
    type Ux = u8;
}
#[doc = "Field `SINC` reader - Source Address Increment"]
pub type SincR = crate::FieldReader<Sinc>;
impl SincR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Option<Sinc> {
        match self.bits {
            0 => Some(Sinc::Value1),
            1 => Some(Sinc::Value2),
            2 => Some(Sinc::Value3),
            _ => None,
        }
    }
    #[doc = "Increment"]
    #[inline(always)]
    pub fn is_value1(&self) -> bool {
        *self == Sinc::Value1
    }
    #[doc = "Decrement"]
    #[inline(always)]
    pub fn is_value2(&self) -> bool {
        *self == Sinc::Value2
    }
    #[doc = "No change"]
    #[inline(always)]
    pub fn is_value3(&self) -> bool {
        *self == Sinc::Value3
    }
}
#[doc = "Field `SINC` writer - Source Address Increment"]
pub type SincW<'a, REG> = crate::FieldWriter<'a, REG, 2, Sinc>;
impl<'a, REG> SincW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Increment"]
    #[inline(always)]
    pub fn value1(self) -> &'a mut crate::W<REG> {
        self.variant(Sinc::Value1)
    }
    #[doc = "Decrement"]
    #[inline(always)]
    pub fn value2(self) -> &'a mut crate::W<REG> {
        self.variant(Sinc::Value2)
    }
    #[doc = "No change"]
    #[inline(always)]
    pub fn value3(self) -> &'a mut crate::W<REG> {
        self.variant(Sinc::Value3)
    }
}
#[doc = "Field `DEST_MSIZE` reader - Destination Burst Transaction Length"]
pub type DestMsizeR = crate::FieldReader;
#[doc = "Field `DEST_MSIZE` writer - Destination Burst Transaction Length"]
pub type DestMsizeW<'a, REG> = crate::FieldWriter<'a, REG, 3>;
#[doc = "Field `SRC_MSIZE` reader - Source Burst Transaction Length"]
pub type SrcMsizeR = crate::FieldReader;
#[doc = "Field `SRC_MSIZE` writer - Source Burst Transaction Length"]
pub type SrcMsizeW<'a, REG> = crate::FieldWriter<'a, REG, 3>;
#[doc = "Source gather enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum SrcGatherEn {
    #[doc = "0: Gather disabled"]
    Value1 = 0,
    #[doc = "1: Gather enabled"]
    Value2 = 1,
}
impl From<SrcGatherEn> for bool {
    #[inline(always)]
    fn from(variant: SrcGatherEn) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Field `SRC_GATHER_EN` reader - Source gather enable"]
pub type SrcGatherEnR = crate::BitReader<SrcGatherEn>;
impl SrcGatherEnR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> SrcGatherEn {
        match self.bits {
            false => SrcGatherEn::Value1,
            true => SrcGatherEn::Value2,
        }
    }
    #[doc = "Gather disabled"]
    #[inline(always)]
    pub fn is_value1(&self) -> bool {
        *self == SrcGatherEn::Value1
    }
    #[doc = "Gather enabled"]
    #[inline(always)]
    pub fn is_value2(&self) -> bool {
        *self == SrcGatherEn::Value2
    }
}
#[doc = "Field `SRC_GATHER_EN` writer - Source gather enable"]
pub type SrcGatherEnW<'a, REG> = crate::BitWriter<'a, REG, SrcGatherEn>;
impl<'a, REG> SrcGatherEnW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    #[doc = "Gather disabled"]
    #[inline(always)]
    pub fn value1(self) -> &'a mut crate::W<REG> {
        self.variant(SrcGatherEn::Value1)
    }
    #[doc = "Gather enabled"]
    #[inline(always)]
    pub fn value2(self) -> &'a mut crate::W<REG> {
        self.variant(SrcGatherEn::Value2)
    }
}
#[doc = "Destination scatter enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum DstScatterEn {
    #[doc = "0: Scatter disabled"]
    Value1 = 0,
    #[doc = "1: Scatter enabled"]
    Value2 = 1,
}
impl From<DstScatterEn> for bool {
    #[inline(always)]
    fn from(variant: DstScatterEn) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Field `DST_SCATTER_EN` reader - Destination scatter enable"]
pub type DstScatterEnR = crate::BitReader<DstScatterEn>;
impl DstScatterEnR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> DstScatterEn {
        match self.bits {
            false => DstScatterEn::Value1,
            true => DstScatterEn::Value2,
        }
    }
    #[doc = "Scatter disabled"]
    #[inline(always)]
    pub fn is_value1(&self) -> bool {
        *self == DstScatterEn::Value1
    }
    #[doc = "Scatter enabled"]
    #[inline(always)]
    pub fn is_value2(&self) -> bool {
        *self == DstScatterEn::Value2
    }
}
#[doc = "Field `DST_SCATTER_EN` writer - Destination scatter enable"]
pub type DstScatterEnW<'a, REG> = crate::BitWriter<'a, REG, DstScatterEn>;
impl<'a, REG> DstScatterEnW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    #[doc = "Scatter disabled"]
    #[inline(always)]
    pub fn value1(self) -> &'a mut crate::W<REG> {
        self.variant(DstScatterEn::Value1)
    }
    #[doc = "Scatter enabled"]
    #[inline(always)]
    pub fn value2(self) -> &'a mut crate::W<REG> {
        self.variant(DstScatterEn::Value2)
    }
}
#[doc = "Field `TT_FC` reader - Transfer Type and Flow Control"]
pub type TtFcR = crate::FieldReader;
#[doc = "Field `TT_FC` writer - Transfer Type and Flow Control"]
pub type TtFcW<'a, REG> = crate::FieldWriter<'a, REG, 3>;
#[doc = "Field `LLP_DST_EN` reader - Linked List Pointer for Destination Enable"]
pub type LlpDstEnR = crate::BitReader;
#[doc = "Field `LLP_DST_EN` writer - Linked List Pointer for Destination Enable"]
pub type LlpDstEnW<'a, REG> = crate::BitWriter<'a, REG>;
#[doc = "Field `LLP_SRC_EN` reader - Linked List Pointer for Source Enable"]
pub type LlpSrcEnR = crate::BitReader;
#[doc = "Field `LLP_SRC_EN` writer - Linked List Pointer for Source Enable"]
pub type LlpSrcEnW<'a, REG> = crate::BitWriter<'a, REG>;
impl R {
    #[doc = "Bit 0 - Interrupt Enable Bit"]
    #[inline(always)]
    pub fn int_en(&self) -> IntEnR {
        IntEnR::new((self.bits & 1) != 0)
    }
    #[doc = "Bits 1:3 - Destination Transfer Width"]
    #[inline(always)]
    pub fn dst_tr_width(&self) -> DstTrWidthR {
        DstTrWidthR::new(((self.bits >> 1) & 7) as u8)
    }
    #[doc = "Bits 4:6 - Source Transfer Width"]
    #[inline(always)]
    pub fn src_tr_width(&self) -> SrcTrWidthR {
        SrcTrWidthR::new(((self.bits >> 4) & 7) as u8)
    }
    #[doc = "Bits 7:8 - Destination Address Increment"]
    #[inline(always)]
    pub fn dinc(&self) -> DincR {
        DincR::new(((self.bits >> 7) & 3) as u8)
    }
    #[doc = "Bits 9:10 - Source Address Increment"]
    #[inline(always)]
    pub fn sinc(&self) -> SincR {
        SincR::new(((self.bits >> 9) & 3) as u8)
    }
    #[doc = "Bits 11:13 - Destination Burst Transaction Length"]
    #[inline(always)]
    pub fn dest_msize(&self) -> DestMsizeR {
        DestMsizeR::new(((self.bits >> 11) & 7) as u8)
    }
    #[doc = "Bits 14:16 - Source Burst Transaction Length"]
    #[inline(always)]
    pub fn src_msize(&self) -> SrcMsizeR {
        SrcMsizeR::new(((self.bits >> 14) & 7) as u8)
    }
    #[doc = "Bit 17 - Source gather enable"]
    #[inline(always)]
    pub fn src_gather_en(&self) -> SrcGatherEnR {
        SrcGatherEnR::new(((self.bits >> 17) & 1) != 0)
    }
    #[doc = "Bit 18 - Destination scatter enable"]
    #[inline(always)]
    pub fn dst_scatter_en(&self) -> DstScatterEnR {
        DstScatterEnR::new(((self.bits >> 18) & 1) != 0)
    }
    #[doc = "Bits 20:22 - Transfer Type and Flow Control"]
    #[inline(always)]
    pub fn tt_fc(&self) -> TtFcR {
        TtFcR::new(((self.bits >> 20) & 7) as u8)
    }
    #[doc = "Bit 27 - Linked List Pointer for Destination Enable"]
    #[inline(always)]
    pub fn llp_dst_en(&self) -> LlpDstEnR {
        LlpDstEnR::new(((self.bits >> 27) & 1) != 0)
    }
    #[doc = "Bit 28 - Linked List Pointer for Source Enable"]
    #[inline(always)]
    pub fn llp_src_en(&self) -> LlpSrcEnR {
        LlpSrcEnR::new(((self.bits >> 28) & 1) != 0)
    }
}
impl W {
    #[doc = "Bit 0 - Interrupt Enable Bit"]
    #[inline(always)]
    #[must_use]
    pub fn int_en(&mut self) -> IntEnW<CtllSpec> {
        IntEnW::new(self, 0)
    }
    #[doc = "Bits 1:3 - Destination Transfer Width"]
    #[inline(always)]
    #[must_use]
    pub fn dst_tr_width(&mut self) -> DstTrWidthW<CtllSpec> {
        DstTrWidthW::new(self, 1)
    }
    #[doc = "Bits 4:6 - Source Transfer Width"]
    #[inline(always)]
    #[must_use]
    pub fn src_tr_width(&mut self) -> SrcTrWidthW<CtllSpec> {
        SrcTrWidthW::new(self, 4)
    }
    #[doc = "Bits 7:8 - Destination Address Increment"]
    #[inline(always)]
    #[must_use]
    pub fn dinc(&mut self) -> DincW<CtllSpec> {
        DincW::new(self, 7)
    }
    #[doc = "Bits 9:10 - Source Address Increment"]
    #[inline(always)]
    #[must_use]
    pub fn sinc(&mut self) -> SincW<CtllSpec> {
        SincW::new(self, 9)
    }
    #[doc = "Bits 11:13 - Destination Burst Transaction Length"]
    #[inline(always)]
    #[must_use]
    pub fn dest_msize(&mut self) -> DestMsizeW<CtllSpec> {
        DestMsizeW::new(self, 11)
    }
    #[doc = "Bits 14:16 - Source Burst Transaction Length"]
    #[inline(always)]
    #[must_use]
    pub fn src_msize(&mut self) -> SrcMsizeW<CtllSpec> {
        SrcMsizeW::new(self, 14)
    }
    #[doc = "Bit 17 - Source gather enable"]
    #[inline(always)]
    #[must_use]
    pub fn src_gather_en(&mut self) -> SrcGatherEnW<CtllSpec> {
        SrcGatherEnW::new(self, 17)
    }
    #[doc = "Bit 18 - Destination scatter enable"]
    #[inline(always)]
    #[must_use]
    pub fn dst_scatter_en(&mut self) -> DstScatterEnW<CtllSpec> {
        DstScatterEnW::new(self, 18)
    }
    #[doc = "Bits 20:22 - Transfer Type and Flow Control"]
    #[inline(always)]
    #[must_use]
    pub fn tt_fc(&mut self) -> TtFcW<CtllSpec> {
        TtFcW::new(self, 20)
    }
    #[doc = "Bit 27 - Linked List Pointer for Destination Enable"]
    #[inline(always)]
    #[must_use]
    pub fn llp_dst_en(&mut self) -> LlpDstEnW<CtllSpec> {
        LlpDstEnW::new(self, 27)
    }
    #[doc = "Bit 28 - Linked List Pointer for Source Enable"]
    #[inline(always)]
    #[must_use]
    pub fn llp_src_en(&mut self) -> LlpSrcEnW<CtllSpec> {
        LlpSrcEnW::new(self, 28)
    }
}
#[doc = "Control Register Low\n\nYou can [`read`](crate::generic::Reg::read) this register and get [`ctll::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 [`ctll::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CtllSpec;
impl crate::RegisterSpec for CtllSpec {
    type Ux = u32;
}
#[doc = "`read()` method returns [`ctll::R`](R) reader structure"]
impl crate::Readable for CtllSpec {}
#[doc = "`write(|w| ..)` method takes [`ctll::W`](W) writer structure"]
impl crate::Writable for CtllSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
}
#[doc = "`reset()` method sets CTLL to value 0x0030_4801"]
impl crate::Resettable for CtllSpec {
    const RESET_VALUE: u32 = 0x0030_4801;
}