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
#[doc = "Reader of register CHCFG[%s]"]
pub type R = crate::R<u32, super::CHCFG>;
#[doc = "Writer for register CHCFG[%s]"]
pub type W = crate::W<u32, super::CHCFG>;
#[doc = "Register CHCFG[%s]
`reset()`'s with value 0"]
impl crate::ResetValue for super::CHCFG {
    type Type = u32;
    #[inline(always)]
    fn reset_value() -> Self::Type {
        0
    }
}
#[doc = "Reader of field `SOURCE`"]
pub type SOURCE_R = crate::R<u8, u8>;
#[doc = "Write proxy for field `SOURCE`"]
pub struct SOURCE_W<'a> {
    w: &'a mut W,
}
impl<'a> SOURCE_W<'a> {
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub unsafe fn bits(self, value: u8) -> &'a mut W {
        self.w.bits = (self.w.bits & !0x7f) | ((value as u32) & 0x7f);
        self.w
    }
}
#[doc = "DMA Channel Always Enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum A_ON_A {
    #[doc = "0: DMA Channel Always ON function is disabled"]
    A_ON_0 = 0,
    #[doc = "1: DMA Channel Always ON function is enabled"]
    A_ON_1 = 1,
}
impl From<A_ON_A> for bool {
    #[inline(always)]
    fn from(variant: A_ON_A) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Reader of field `A_ON`"]
pub type A_ON_R = crate::R<bool, A_ON_A>;
impl A_ON_R {
    #[doc = r"Get enumerated values variant"]
    #[inline(always)]
    pub fn variant(&self) -> A_ON_A {
        match self.bits {
            false => A_ON_A::A_ON_0,
            true => A_ON_A::A_ON_1,
        }
    }
    #[doc = "Checks if the value of the field is `A_ON_0`"]
    #[inline(always)]
    pub fn is_a_on_0(&self) -> bool {
        *self == A_ON_A::A_ON_0
    }
    #[doc = "Checks if the value of the field is `A_ON_1`"]
    #[inline(always)]
    pub fn is_a_on_1(&self) -> bool {
        *self == A_ON_A::A_ON_1
    }
}
#[doc = "Write proxy for field `A_ON`"]
pub struct A_ON_W<'a> {
    w: &'a mut W,
}
impl<'a> A_ON_W<'a> {
    #[doc = r"Writes `variant` to the field"]
    #[inline(always)]
    pub fn variant(self, variant: A_ON_A) -> &'a mut W {
        {
            self.bit(variant.into())
        }
    }
    #[doc = "DMA Channel Always ON function is disabled"]
    #[inline(always)]
    pub fn a_on_0(self) -> &'a mut W {
        self.variant(A_ON_A::A_ON_0)
    }
    #[doc = "DMA Channel Always ON function is enabled"]
    #[inline(always)]
    pub fn a_on_1(self) -> &'a mut W {
        self.variant(A_ON_A::A_ON_1)
    }
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 29)) | (((value as u32) & 0x01) << 29);
        self.w
    }
}
#[doc = "DMA Channel Trigger Enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum TRIG_A {
    #[doc = "0: Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)"]
    TRIG_0 = 0,
    #[doc = "1: Triggering is enabled. If triggering is enabled and ENBL is set, the DMA_CH_MUX is in Periodic Trigger mode."]
    TRIG_1 = 1,
}
impl From<TRIG_A> for bool {
    #[inline(always)]
    fn from(variant: TRIG_A) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Reader of field `TRIG`"]
pub type TRIG_R = crate::R<bool, TRIG_A>;
impl TRIG_R {
    #[doc = r"Get enumerated values variant"]
    #[inline(always)]
    pub fn variant(&self) -> TRIG_A {
        match self.bits {
            false => TRIG_A::TRIG_0,
            true => TRIG_A::TRIG_1,
        }
    }
    #[doc = "Checks if the value of the field is `TRIG_0`"]
    #[inline(always)]
    pub fn is_trig_0(&self) -> bool {
        *self == TRIG_A::TRIG_0
    }
    #[doc = "Checks if the value of the field is `TRIG_1`"]
    #[inline(always)]
    pub fn is_trig_1(&self) -> bool {
        *self == TRIG_A::TRIG_1
    }
}
#[doc = "Write proxy for field `TRIG`"]
pub struct TRIG_W<'a> {
    w: &'a mut W,
}
impl<'a> TRIG_W<'a> {
    #[doc = r"Writes `variant` to the field"]
    #[inline(always)]
    pub fn variant(self, variant: TRIG_A) -> &'a mut W {
        {
            self.bit(variant.into())
        }
    }
    #[doc = "Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)"]
    #[inline(always)]
    pub fn trig_0(self) -> &'a mut W {
        self.variant(TRIG_A::TRIG_0)
    }
    #[doc = "Triggering is enabled. If triggering is enabled and ENBL is set, the DMA_CH_MUX is in Periodic Trigger mode."]
    #[inline(always)]
    pub fn trig_1(self) -> &'a mut W {
        self.variant(TRIG_A::TRIG_1)
    }
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 30)) | (((value as u32) & 0x01) << 30);
        self.w
    }
}
#[doc = "DMA Mux Channel Enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum ENBL_A {
    #[doc = "0: DMA Mux channel is disabled"]
    ENBL_0 = 0,
    #[doc = "1: DMA Mux channel is enabled"]
    ENBL_1 = 1,
}
impl From<ENBL_A> for bool {
    #[inline(always)]
    fn from(variant: ENBL_A) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Reader of field `ENBL`"]
pub type ENBL_R = crate::R<bool, ENBL_A>;
impl ENBL_R {
    #[doc = r"Get enumerated values variant"]
    #[inline(always)]
    pub fn variant(&self) -> ENBL_A {
        match self.bits {
            false => ENBL_A::ENBL_0,
            true => ENBL_A::ENBL_1,
        }
    }
    #[doc = "Checks if the value of the field is `ENBL_0`"]
    #[inline(always)]
    pub fn is_enbl_0(&self) -> bool {
        *self == ENBL_A::ENBL_0
    }
    #[doc = "Checks if the value of the field is `ENBL_1`"]
    #[inline(always)]
    pub fn is_enbl_1(&self) -> bool {
        *self == ENBL_A::ENBL_1
    }
}
#[doc = "Write proxy for field `ENBL`"]
pub struct ENBL_W<'a> {
    w: &'a mut W,
}
impl<'a> ENBL_W<'a> {
    #[doc = r"Writes `variant` to the field"]
    #[inline(always)]
    pub fn variant(self, variant: ENBL_A) -> &'a mut W {
        {
            self.bit(variant.into())
        }
    }
    #[doc = "DMA Mux channel is disabled"]
    #[inline(always)]
    pub fn enbl_0(self) -> &'a mut W {
        self.variant(ENBL_A::ENBL_0)
    }
    #[doc = "DMA Mux channel is enabled"]
    #[inline(always)]
    pub fn enbl_1(self) -> &'a mut W {
        self.variant(ENBL_A::ENBL_1)
    }
    #[doc = r"Sets the field bit"]
    #[inline(always)]
    pub fn set_bit(self) -> &'a mut W {
        self.bit(true)
    }
    #[doc = r"Clears the field bit"]
    #[inline(always)]
    pub fn clear_bit(self) -> &'a mut W {
        self.bit(false)
    }
    #[doc = r"Writes raw bits to the field"]
    #[inline(always)]
    pub fn bit(self, value: bool) -> &'a mut W {
        self.w.bits = (self.w.bits & !(0x01 << 31)) | (((value as u32) & 0x01) << 31);
        self.w
    }
}
impl R {
    #[doc = "Bits 0:6 - DMA Channel Source (Slot Number)"]
    #[inline(always)]
    pub fn source(&self) -> SOURCE_R {
        SOURCE_R::new((self.bits & 0x7f) as u8)
    }
    #[doc = "Bit 29 - DMA Channel Always Enable"]
    #[inline(always)]
    pub fn a_on(&self) -> A_ON_R {
        A_ON_R::new(((self.bits >> 29) & 0x01) != 0)
    }
    #[doc = "Bit 30 - DMA Channel Trigger Enable"]
    #[inline(always)]
    pub fn trig(&self) -> TRIG_R {
        TRIG_R::new(((self.bits >> 30) & 0x01) != 0)
    }
    #[doc = "Bit 31 - DMA Mux Channel Enable"]
    #[inline(always)]
    pub fn enbl(&self) -> ENBL_R {
        ENBL_R::new(((self.bits >> 31) & 0x01) != 0)
    }
}
impl W {
    #[doc = "Bits 0:6 - DMA Channel Source (Slot Number)"]
    #[inline(always)]
    pub fn source(&mut self) -> SOURCE_W {
        SOURCE_W { w: self }
    }
    #[doc = "Bit 29 - DMA Channel Always Enable"]
    #[inline(always)]
    pub fn a_on(&mut self) -> A_ON_W {
        A_ON_W { w: self }
    }
    #[doc = "Bit 30 - DMA Channel Trigger Enable"]
    #[inline(always)]
    pub fn trig(&mut self) -> TRIG_W {
        TRIG_W { w: self }
    }
    #[doc = "Bit 31 - DMA Mux Channel Enable"]
    #[inline(always)]
    pub fn enbl(&mut self) -> ENBL_W {
        ENBL_W { w: self }
    }
}