atsamd51n/sdhc0/
cr.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
#[doc = "Register `CR` reader"]
pub type R = crate::R<CrSpec>;
#[doc = "Register `CR` writer"]
pub type W = crate::W<CrSpec>;
#[doc = "Response Type\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Resptypselect {
    #[doc = "0: No response"]
    None = 0,
    #[doc = "1: 136-bit response"]
    _136Bit = 1,
    #[doc = "2: 48-bit response"]
    _48Bit = 2,
    #[doc = "3: 48-bit response check busy after response"]
    _48BitBusy = 3,
}
impl From<Resptypselect> for u8 {
    #[inline(always)]
    fn from(variant: Resptypselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Resptypselect {
    type Ux = u8;
}
impl crate::IsEnum for Resptypselect {}
#[doc = "Field `RESPTYP` reader - Response Type"]
pub type ResptypR = crate::FieldReader<Resptypselect>;
impl ResptypR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Resptypselect {
        match self.bits {
            0 => Resptypselect::None,
            1 => Resptypselect::_136Bit,
            2 => Resptypselect::_48Bit,
            3 => Resptypselect::_48BitBusy,
            _ => unreachable!(),
        }
    }
    #[doc = "No response"]
    #[inline(always)]
    pub fn is_none(&self) -> bool {
        *self == Resptypselect::None
    }
    #[doc = "136-bit response"]
    #[inline(always)]
    pub fn is_136_bit(&self) -> bool {
        *self == Resptypselect::_136Bit
    }
    #[doc = "48-bit response"]
    #[inline(always)]
    pub fn is_48_bit(&self) -> bool {
        *self == Resptypselect::_48Bit
    }
    #[doc = "48-bit response check busy after response"]
    #[inline(always)]
    pub fn is_48_bit_busy(&self) -> bool {
        *self == Resptypselect::_48BitBusy
    }
}
#[doc = "Field `RESPTYP` writer - Response Type"]
pub type ResptypW<'a, REG> = crate::FieldWriter<'a, REG, 2, Resptypselect, crate::Safe>;
impl<'a, REG> ResptypW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "No response"]
    #[inline(always)]
    pub fn none(self) -> &'a mut crate::W<REG> {
        self.variant(Resptypselect::None)
    }
    #[doc = "136-bit response"]
    #[inline(always)]
    pub fn _136_bit(self) -> &'a mut crate::W<REG> {
        self.variant(Resptypselect::_136Bit)
    }
    #[doc = "48-bit response"]
    #[inline(always)]
    pub fn _48_bit(self) -> &'a mut crate::W<REG> {
        self.variant(Resptypselect::_48Bit)
    }
    #[doc = "48-bit response check busy after response"]
    #[inline(always)]
    pub fn _48_bit_busy(self) -> &'a mut crate::W<REG> {
        self.variant(Resptypselect::_48BitBusy)
    }
}
#[doc = "Command CRC Check Enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Cmdccenselect {
    #[doc = "0: Disable"]
    Disable = 0,
    #[doc = "1: Enable"]
    Enable = 1,
}
impl From<Cmdccenselect> for bool {
    #[inline(always)]
    fn from(variant: Cmdccenselect) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Field `CMDCCEN` reader - Command CRC Check Enable"]
pub type CmdccenR = crate::BitReader<Cmdccenselect>;
impl CmdccenR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Cmdccenselect {
        match self.bits {
            false => Cmdccenselect::Disable,
            true => Cmdccenselect::Enable,
        }
    }
    #[doc = "Disable"]
    #[inline(always)]
    pub fn is_disable(&self) -> bool {
        *self == Cmdccenselect::Disable
    }
    #[doc = "Enable"]
    #[inline(always)]
    pub fn is_enable(&self) -> bool {
        *self == Cmdccenselect::Enable
    }
}
#[doc = "Field `CMDCCEN` writer - Command CRC Check Enable"]
pub type CmdccenW<'a, REG> = crate::BitWriter<'a, REG, Cmdccenselect>;
impl<'a, REG> CmdccenW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    #[doc = "Disable"]
    #[inline(always)]
    pub fn disable(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdccenselect::Disable)
    }
    #[doc = "Enable"]
    #[inline(always)]
    pub fn enable(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdccenselect::Enable)
    }
}
#[doc = "Command Index Check Enable\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Cmdicenselect {
    #[doc = "0: Disable"]
    Disable = 0,
    #[doc = "1: Enable"]
    Enable = 1,
}
impl From<Cmdicenselect> for bool {
    #[inline(always)]
    fn from(variant: Cmdicenselect) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Field `CMDICEN` reader - Command Index Check Enable"]
pub type CmdicenR = crate::BitReader<Cmdicenselect>;
impl CmdicenR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Cmdicenselect {
        match self.bits {
            false => Cmdicenselect::Disable,
            true => Cmdicenselect::Enable,
        }
    }
    #[doc = "Disable"]
    #[inline(always)]
    pub fn is_disable(&self) -> bool {
        *self == Cmdicenselect::Disable
    }
    #[doc = "Enable"]
    #[inline(always)]
    pub fn is_enable(&self) -> bool {
        *self == Cmdicenselect::Enable
    }
}
#[doc = "Field `CMDICEN` writer - Command Index Check Enable"]
pub type CmdicenW<'a, REG> = crate::BitWriter<'a, REG, Cmdicenselect>;
impl<'a, REG> CmdicenW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    #[doc = "Disable"]
    #[inline(always)]
    pub fn disable(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdicenselect::Disable)
    }
    #[doc = "Enable"]
    #[inline(always)]
    pub fn enable(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdicenselect::Enable)
    }
}
#[doc = "Data Present Select\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum Dpselselect {
    #[doc = "0: No Data Present"]
    NoData = 0,
    #[doc = "1: Data Present"]
    Data = 1,
}
impl From<Dpselselect> for bool {
    #[inline(always)]
    fn from(variant: Dpselselect) -> Self {
        variant as u8 != 0
    }
}
#[doc = "Field `DPSEL` reader - Data Present Select"]
pub type DpselR = crate::BitReader<Dpselselect>;
impl DpselR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Dpselselect {
        match self.bits {
            false => Dpselselect::NoData,
            true => Dpselselect::Data,
        }
    }
    #[doc = "No Data Present"]
    #[inline(always)]
    pub fn is_no_data(&self) -> bool {
        *self == Dpselselect::NoData
    }
    #[doc = "Data Present"]
    #[inline(always)]
    pub fn is_data(&self) -> bool {
        *self == Dpselselect::Data
    }
}
#[doc = "Field `DPSEL` writer - Data Present Select"]
pub type DpselW<'a, REG> = crate::BitWriter<'a, REG, Dpselselect>;
impl<'a, REG> DpselW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
{
    #[doc = "No Data Present"]
    #[inline(always)]
    pub fn no_data(self) -> &'a mut crate::W<REG> {
        self.variant(Dpselselect::NoData)
    }
    #[doc = "Data Present"]
    #[inline(always)]
    pub fn data(self) -> &'a mut crate::W<REG> {
        self.variant(Dpselselect::Data)
    }
}
#[doc = "Command Type\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[repr(u8)]
pub enum Cmdtypselect {
    #[doc = "0: Other commands"]
    Normal = 0,
    #[doc = "1: CMD52 for writing Bus Suspend in CCCR"]
    Suspend = 1,
    #[doc = "2: CMD52 for writing Function Select in CCCR"]
    Resume = 2,
    #[doc = "3: CMD12, CMD52 for writing I/O Abort in CCCR"]
    Abort = 3,
}
impl From<Cmdtypselect> for u8 {
    #[inline(always)]
    fn from(variant: Cmdtypselect) -> Self {
        variant as _
    }
}
impl crate::FieldSpec for Cmdtypselect {
    type Ux = u8;
}
impl crate::IsEnum for Cmdtypselect {}
#[doc = "Field `CMDTYP` reader - Command Type"]
pub type CmdtypR = crate::FieldReader<Cmdtypselect>;
impl CmdtypR {
    #[doc = "Get enumerated values variant"]
    #[inline(always)]
    pub const fn variant(&self) -> Cmdtypselect {
        match self.bits {
            0 => Cmdtypselect::Normal,
            1 => Cmdtypselect::Suspend,
            2 => Cmdtypselect::Resume,
            3 => Cmdtypselect::Abort,
            _ => unreachable!(),
        }
    }
    #[doc = "Other commands"]
    #[inline(always)]
    pub fn is_normal(&self) -> bool {
        *self == Cmdtypselect::Normal
    }
    #[doc = "CMD52 for writing Bus Suspend in CCCR"]
    #[inline(always)]
    pub fn is_suspend(&self) -> bool {
        *self == Cmdtypselect::Suspend
    }
    #[doc = "CMD52 for writing Function Select in CCCR"]
    #[inline(always)]
    pub fn is_resume(&self) -> bool {
        *self == Cmdtypselect::Resume
    }
    #[doc = "CMD12, CMD52 for writing I/O Abort in CCCR"]
    #[inline(always)]
    pub fn is_abort(&self) -> bool {
        *self == Cmdtypselect::Abort
    }
}
#[doc = "Field `CMDTYP` writer - Command Type"]
pub type CmdtypW<'a, REG> = crate::FieldWriter<'a, REG, 2, Cmdtypselect, crate::Safe>;
impl<'a, REG> CmdtypW<'a, REG>
where
    REG: crate::Writable + crate::RegisterSpec,
    REG::Ux: From<u8>,
{
    #[doc = "Other commands"]
    #[inline(always)]
    pub fn normal(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdtypselect::Normal)
    }
    #[doc = "CMD52 for writing Bus Suspend in CCCR"]
    #[inline(always)]
    pub fn suspend(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdtypselect::Suspend)
    }
    #[doc = "CMD52 for writing Function Select in CCCR"]
    #[inline(always)]
    pub fn resume(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdtypselect::Resume)
    }
    #[doc = "CMD12, CMD52 for writing I/O Abort in CCCR"]
    #[inline(always)]
    pub fn abort(self) -> &'a mut crate::W<REG> {
        self.variant(Cmdtypselect::Abort)
    }
}
#[doc = "Field `CMDIDX` reader - Command Index"]
pub type CmdidxR = crate::FieldReader;
#[doc = "Field `CMDIDX` writer - Command Index"]
pub type CmdidxW<'a, REG> = crate::FieldWriter<'a, REG, 6>;
impl R {
    #[doc = "Bits 0:1 - Response Type"]
    #[inline(always)]
    pub fn resptyp(&self) -> ResptypR {
        ResptypR::new((self.bits & 3) as u8)
    }
    #[doc = "Bit 3 - Command CRC Check Enable"]
    #[inline(always)]
    pub fn cmdccen(&self) -> CmdccenR {
        CmdccenR::new(((self.bits >> 3) & 1) != 0)
    }
    #[doc = "Bit 4 - Command Index Check Enable"]
    #[inline(always)]
    pub fn cmdicen(&self) -> CmdicenR {
        CmdicenR::new(((self.bits >> 4) & 1) != 0)
    }
    #[doc = "Bit 5 - Data Present Select"]
    #[inline(always)]
    pub fn dpsel(&self) -> DpselR {
        DpselR::new(((self.bits >> 5) & 1) != 0)
    }
    #[doc = "Bits 6:7 - Command Type"]
    #[inline(always)]
    pub fn cmdtyp(&self) -> CmdtypR {
        CmdtypR::new(((self.bits >> 6) & 3) as u8)
    }
    #[doc = "Bits 8:13 - Command Index"]
    #[inline(always)]
    pub fn cmdidx(&self) -> CmdidxR {
        CmdidxR::new(((self.bits >> 8) & 0x3f) as u8)
    }
}
impl W {
    #[doc = "Bits 0:1 - Response Type"]
    #[inline(always)]
    #[must_use]
    pub fn resptyp(&mut self) -> ResptypW<CrSpec> {
        ResptypW::new(self, 0)
    }
    #[doc = "Bit 3 - Command CRC Check Enable"]
    #[inline(always)]
    #[must_use]
    pub fn cmdccen(&mut self) -> CmdccenW<CrSpec> {
        CmdccenW::new(self, 3)
    }
    #[doc = "Bit 4 - Command Index Check Enable"]
    #[inline(always)]
    #[must_use]
    pub fn cmdicen(&mut self) -> CmdicenW<CrSpec> {
        CmdicenW::new(self, 4)
    }
    #[doc = "Bit 5 - Data Present Select"]
    #[inline(always)]
    #[must_use]
    pub fn dpsel(&mut self) -> DpselW<CrSpec> {
        DpselW::new(self, 5)
    }
    #[doc = "Bits 6:7 - Command Type"]
    #[inline(always)]
    #[must_use]
    pub fn cmdtyp(&mut self) -> CmdtypW<CrSpec> {
        CmdtypW::new(self, 6)
    }
    #[doc = "Bits 8:13 - Command Index"]
    #[inline(always)]
    #[must_use]
    pub fn cmdidx(&mut self) -> CmdidxW<CrSpec> {
        CmdidxW::new(self, 8)
    }
}
#[doc = "Command\n\nYou can [`read`](crate::Reg::read) this register and get [`cr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct CrSpec;
impl crate::RegisterSpec for CrSpec {
    type Ux = u16;
}
#[doc = "`read()` method returns [`cr::R`](R) reader structure"]
impl crate::Readable for CrSpec {}
#[doc = "`write(|w| ..)` method takes [`cr::W`](W) writer structure"]
impl crate::Writable for CrSpec {
    type Safety = crate::Unsafe;
    const ZERO_TO_MODIFY_FIELDS_BITMAP: u16 = 0;
    const ONE_TO_MODIFY_FIELDS_BITMAP: u16 = 0;
}
#[doc = "`reset()` method sets CR to value 0"]
impl crate::Resettable for CrSpec {
    const RESET_VALUE: u16 = 0;
}