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
#[doc = "Register `STATUS` reader"]
pub struct R(crate::R<STATUS_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<STATUS_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<STATUS_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<STATUS_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Field `READY` reader - Ready to accept a command"]
pub struct READY_R(crate::FieldReader<bool, bool>);
impl READY_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
READY_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for READY_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `PRM` reader - Power Reduction Mode"]
pub struct PRM_R(crate::FieldReader<bool, bool>);
impl PRM_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PRM_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for PRM_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `LOAD` reader - NVM Page Buffer Active Loading"]
pub struct LOAD_R(crate::FieldReader<bool, bool>);
impl LOAD_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
LOAD_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for LOAD_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `SUSP` reader - NVM Write Or Erase Operation Is Suspended"]
pub struct SUSP_R(crate::FieldReader<bool, bool>);
impl SUSP_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
SUSP_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for SUSP_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `AFIRST` reader - BANKA First"]
pub struct AFIRST_R(crate::FieldReader<bool, bool>);
impl AFIRST_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
AFIRST_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for AFIRST_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `BPDIS` reader - Boot Loader Protection Disable"]
pub struct BPDIS_R(crate::FieldReader<bool, bool>);
impl BPDIS_R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
BPDIS_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for BPDIS_R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Boot Loader Protection Size\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
#[repr(u8)]
pub enum BOOTPROT_A {
#[doc = "15: 0 kbytes"]
_0 = 15,
#[doc = "14: 8 kbytes"]
_8 = 14,
#[doc = "13: 16 kbytes"]
_16 = 13,
#[doc = "12: 24 kbytes"]
_24 = 12,
#[doc = "11: 32 kbytes"]
_32 = 11,
#[doc = "10: 40 kbytes"]
_40 = 10,
#[doc = "9: 48 kbytes"]
_48 = 9,
#[doc = "8: 56 kbytes"]
_56 = 8,
#[doc = "7: 64 kbytes"]
_64 = 7,
#[doc = "6: 72 kbytes"]
_72 = 6,
#[doc = "5: 80 kbytes"]
_80 = 5,
#[doc = "4: 88 kbytes"]
_88 = 4,
#[doc = "3: 96 kbytes"]
_96 = 3,
#[doc = "2: 104 kbytes"]
_104 = 2,
#[doc = "1: 112 kbytes"]
_112 = 1,
#[doc = "0: 120 kbytes"]
_120 = 0,
}
impl From<BOOTPROT_A> for u8 {
#[inline(always)]
fn from(variant: BOOTPROT_A) -> Self {
variant as _
}
}
#[doc = "Field `BOOTPROT` reader - Boot Loader Protection Size"]
pub struct BOOTPROT_R(crate::FieldReader<u8, BOOTPROT_A>);
impl BOOTPROT_R {
#[inline(always)]
pub(crate) fn new(bits: u8) -> Self {
BOOTPROT_R(crate::FieldReader::new(bits))
}
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> BOOTPROT_A {
match self.bits {
15 => BOOTPROT_A::_0,
14 => BOOTPROT_A::_8,
13 => BOOTPROT_A::_16,
12 => BOOTPROT_A::_24,
11 => BOOTPROT_A::_32,
10 => BOOTPROT_A::_40,
9 => BOOTPROT_A::_48,
8 => BOOTPROT_A::_56,
7 => BOOTPROT_A::_64,
6 => BOOTPROT_A::_72,
5 => BOOTPROT_A::_80,
4 => BOOTPROT_A::_88,
3 => BOOTPROT_A::_96,
2 => BOOTPROT_A::_104,
1 => BOOTPROT_A::_112,
0 => BOOTPROT_A::_120,
_ => unreachable!(),
}
}
#[doc = "Checks if the value of the field is `_0`"]
#[inline(always)]
pub fn is_0(&self) -> bool {
**self == BOOTPROT_A::_0
}
#[doc = "Checks if the value of the field is `_8`"]
#[inline(always)]
pub fn is_8(&self) -> bool {
**self == BOOTPROT_A::_8
}
#[doc = "Checks if the value of the field is `_16`"]
#[inline(always)]
pub fn is_16(&self) -> bool {
**self == BOOTPROT_A::_16
}
#[doc = "Checks if the value of the field is `_24`"]
#[inline(always)]
pub fn is_24(&self) -> bool {
**self == BOOTPROT_A::_24
}
#[doc = "Checks if the value of the field is `_32`"]
#[inline(always)]
pub fn is_32(&self) -> bool {
**self == BOOTPROT_A::_32
}
#[doc = "Checks if the value of the field is `_40`"]
#[inline(always)]
pub fn is_40(&self) -> bool {
**self == BOOTPROT_A::_40
}
#[doc = "Checks if the value of the field is `_48`"]
#[inline(always)]
pub fn is_48(&self) -> bool {
**self == BOOTPROT_A::_48
}
#[doc = "Checks if the value of the field is `_56`"]
#[inline(always)]
pub fn is_56(&self) -> bool {
**self == BOOTPROT_A::_56
}
#[doc = "Checks if the value of the field is `_64`"]
#[inline(always)]
pub fn is_64(&self) -> bool {
**self == BOOTPROT_A::_64
}
#[doc = "Checks if the value of the field is `_72`"]
#[inline(always)]
pub fn is_72(&self) -> bool {
**self == BOOTPROT_A::_72
}
#[doc = "Checks if the value of the field is `_80`"]
#[inline(always)]
pub fn is_80(&self) -> bool {
**self == BOOTPROT_A::_80
}
#[doc = "Checks if the value of the field is `_88`"]
#[inline(always)]
pub fn is_88(&self) -> bool {
**self == BOOTPROT_A::_88
}
#[doc = "Checks if the value of the field is `_96`"]
#[inline(always)]
pub fn is_96(&self) -> bool {
**self == BOOTPROT_A::_96
}
#[doc = "Checks if the value of the field is `_104`"]
#[inline(always)]
pub fn is_104(&self) -> bool {
**self == BOOTPROT_A::_104
}
#[doc = "Checks if the value of the field is `_112`"]
#[inline(always)]
pub fn is_112(&self) -> bool {
**self == BOOTPROT_A::_112
}
#[doc = "Checks if the value of the field is `_120`"]
#[inline(always)]
pub fn is_120(&self) -> bool {
**self == BOOTPROT_A::_120
}
}
impl core::ops::Deref for BOOTPROT_R {
type Target = crate::FieldReader<u8, BOOTPROT_A>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl R {
#[doc = "Bit 0 - Ready to accept a command"]
#[inline(always)]
pub fn ready(&self) -> READY_R {
READY_R::new((self.bits & 0x01) != 0)
}
#[doc = "Bit 1 - Power Reduction Mode"]
#[inline(always)]
pub fn prm(&self) -> PRM_R {
PRM_R::new(((self.bits >> 1) & 0x01) != 0)
}
#[doc = "Bit 2 - NVM Page Buffer Active Loading"]
#[inline(always)]
pub fn load(&self) -> LOAD_R {
LOAD_R::new(((self.bits >> 2) & 0x01) != 0)
}
#[doc = "Bit 3 - NVM Write Or Erase Operation Is Suspended"]
#[inline(always)]
pub fn susp(&self) -> SUSP_R {
SUSP_R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - BANKA First"]
#[inline(always)]
pub fn afirst(&self) -> AFIRST_R {
AFIRST_R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - Boot Loader Protection Disable"]
#[inline(always)]
pub fn bpdis(&self) -> BPDIS_R {
BPDIS_R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bits 8:11 - Boot Loader Protection Size"]
#[inline(always)]
pub fn bootprot(&self) -> BOOTPROT_R {
BOOTPROT_R::new(((self.bits >> 8) & 0x0f) as u8)
}
}
#[doc = "Status\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [status](index.html) module"]
pub struct STATUS_SPEC;
impl crate::RegisterSpec for STATUS_SPEC {
type Ux = u16;
}
#[doc = "`read()` method returns [status::R](R) reader structure"]
impl crate::Readable for STATUS_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets STATUS to value 0"]
impl crate::Resettable for STATUS_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}