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
#[doc = "Register `STATUSC` reader"]
pub struct R(crate::R<STATUSC_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<STATUSC_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<STATUSC_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<STATUSC_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Field `TCC2_` reader - TCC2 APB Protect Enable"]
pub struct TCC2__R(crate::FieldReader<bool, bool>);
impl TCC2__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
TCC2__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TCC2__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TCC3_` reader - TCC3 APB Protect Enable"]
pub struct TCC3__R(crate::FieldReader<bool, bool>);
impl TCC3__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
TCC3__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TCC3__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TC4_` reader - TC4 APB Protect Enable"]
pub struct TC4__R(crate::FieldReader<bool, bool>);
impl TC4__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
TC4__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TC4__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TC5_` reader - TC5 APB Protect Enable"]
pub struct TC5__R(crate::FieldReader<bool, bool>);
impl TC5__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
TC5__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TC5__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `PDEC_` reader - PDEC APB Protect Enable"]
pub struct PDEC__R(crate::FieldReader<bool, bool>);
impl PDEC__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PDEC__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for PDEC__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `AC_` reader - AC APB Protect Enable"]
pub struct AC__R(crate::FieldReader<bool, bool>);
impl AC__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
AC__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for AC__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `AES_` reader - AES APB Protect Enable"]
pub struct AES__R(crate::FieldReader<bool, bool>);
impl AES__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
AES__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for AES__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `TRNG_` reader - TRNG APB Protect Enable"]
pub struct TRNG__R(crate::FieldReader<bool, bool>);
impl TRNG__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
TRNG__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for TRNG__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `ICM_` reader - ICM APB Protect Enable"]
pub struct ICM__R(crate::FieldReader<bool, bool>);
impl ICM__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
ICM__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for ICM__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `PUKCC_` reader - PUKCC APB Protect Enable"]
pub struct PUKCC__R(crate::FieldReader<bool, bool>);
impl PUKCC__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
PUKCC__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for PUKCC__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `QSPI_` reader - QSPI APB Protect Enable"]
pub struct QSPI__R(crate::FieldReader<bool, bool>);
impl QSPI__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
QSPI__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for QSPI__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
#[doc = "Field `CCL_` reader - CCL APB Protect Enable"]
pub struct CCL__R(crate::FieldReader<bool, bool>);
impl CCL__R {
#[inline(always)]
pub(crate) fn new(bits: bool) -> Self {
CCL__R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for CCL__R {
type Target = crate::FieldReader<bool, bool>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl R {
#[doc = "Bit 3 - TCC2 APB Protect Enable"]
#[inline(always)]
pub fn tcc2_(&self) -> TCC2__R {
TCC2__R::new(((self.bits >> 3) & 0x01) != 0)
}
#[doc = "Bit 4 - TCC3 APB Protect Enable"]
#[inline(always)]
pub fn tcc3_(&self) -> TCC3__R {
TCC3__R::new(((self.bits >> 4) & 0x01) != 0)
}
#[doc = "Bit 5 - TC4 APB Protect Enable"]
#[inline(always)]
pub fn tc4_(&self) -> TC4__R {
TC4__R::new(((self.bits >> 5) & 0x01) != 0)
}
#[doc = "Bit 6 - TC5 APB Protect Enable"]
#[inline(always)]
pub fn tc5_(&self) -> TC5__R {
TC5__R::new(((self.bits >> 6) & 0x01) != 0)
}
#[doc = "Bit 7 - PDEC APB Protect Enable"]
#[inline(always)]
pub fn pdec_(&self) -> PDEC__R {
PDEC__R::new(((self.bits >> 7) & 0x01) != 0)
}
#[doc = "Bit 8 - AC APB Protect Enable"]
#[inline(always)]
pub fn ac_(&self) -> AC__R {
AC__R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 9 - AES APB Protect Enable"]
#[inline(always)]
pub fn aes_(&self) -> AES__R {
AES__R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bit 10 - TRNG APB Protect Enable"]
#[inline(always)]
pub fn trng_(&self) -> TRNG__R {
TRNG__R::new(((self.bits >> 10) & 0x01) != 0)
}
#[doc = "Bit 11 - ICM APB Protect Enable"]
#[inline(always)]
pub fn icm_(&self) -> ICM__R {
ICM__R::new(((self.bits >> 11) & 0x01) != 0)
}
#[doc = "Bit 12 - PUKCC APB Protect Enable"]
#[inline(always)]
pub fn pukcc_(&self) -> PUKCC__R {
PUKCC__R::new(((self.bits >> 12) & 0x01) != 0)
}
#[doc = "Bit 13 - QSPI APB Protect Enable"]
#[inline(always)]
pub fn qspi_(&self) -> QSPI__R {
QSPI__R::new(((self.bits >> 13) & 0x01) != 0)
}
#[doc = "Bit 14 - CCL APB Protect Enable"]
#[inline(always)]
pub fn ccl_(&self) -> CCL__R {
CCL__R::new(((self.bits >> 14) & 0x01) != 0)
}
}
#[doc = "Peripheral write protection status - Bridge C\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 [statusc](index.html) module"]
pub struct STATUSC_SPEC;
impl crate::RegisterSpec for STATUSC_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [statusc::R](R) reader structure"]
impl crate::Readable for STATUSC_SPEC {
type Reader = R;
}
#[doc = "`reset()` method sets STATUSC to value 0"]
impl crate::Resettable for STATUSC_SPEC {
#[inline(always)]
fn reset_value() -> Self::Ux {
0
}
}