1#[doc = "Register `pucr_reg` reader"]
2pub struct R(crate::R<PUCR_REG_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<PUCR_REG_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<PUCR_REG_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<PUCR_REG_SPEC>) -> Self {
13 R(reader)
14 }
15}
16#[doc = "Register `pucr_reg` writer"]
17pub struct W(crate::W<PUCR_REG_SPEC>);
18impl core::ops::Deref for W {
19 type Target = crate::W<PUCR_REG_SPEC>;
20 #[inline(always)]
21 fn deref(&self) -> &Self::Target {
22 &self.0
23 }
24}
25impl core::ops::DerefMut for W {
26 #[inline(always)]
27 fn deref_mut(&mut self) -> &mut Self::Target {
28 &mut self.0
29 }
30}
31impl From<crate::W<PUCR_REG_SPEC>> for W {
32 #[inline(always)]
33 fn from(writer: crate::W<PUCR_REG_SPEC>) -> Self {
34 W(writer)
35 }
36}
37#[doc = "Field `lodist_tx_en` reader - "]
38pub type LODIST_TX_EN_R = crate::BitReader<bool>;
39#[doc = "Field `lodist_tx_en` writer - "]
40pub type LODIST_TX_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
41#[doc = "Field `pu_txbuf` reader - "]
42pub type PU_TXBUF_R = crate::BitReader<bool>;
43#[doc = "Field `pu_txbuf` writer - "]
44pub type PU_TXBUF_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
45#[doc = "Field `pu_rxbuf` reader - "]
46pub type PU_RXBUF_R = crate::BitReader<bool>;
47#[doc = "Field `pu_rxbuf` writer - "]
48pub type PU_RXBUF_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
49#[doc = "Field `pu_dtc` reader - "]
50pub type PU_DTC_R = crate::BitReader<bool>;
51#[doc = "Field `pu_dtc` writer - "]
52pub type PU_DTC_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
53#[doc = "Field `pu_adpll_sfreg` reader - "]
54pub type PU_ADPLL_SFREG_R = crate::BitReader<bool>;
55#[doc = "Field `pu_adpll_sfreg` writer - "]
56pub type PU_ADPLL_SFREG_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
57#[doc = "Field `pu_adpll_adc` reader - "]
58pub type PU_ADPLL_ADC_R = crate::BitReader<bool>;
59#[doc = "Field `pu_adpll_adc` writer - "]
60pub type PU_ADPLL_ADC_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
61#[doc = "Field `adpll_clk_en` reader - "]
62pub type ADPLL_CLK_EN_R = crate::BitReader<bool>;
63#[doc = "Field `adpll_clk_en` writer - "]
64pub type ADPLL_CLK_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
65#[doc = "Field `lotpm_hfp_bypass` reader - "]
66pub type LOTPM_HFP_BYPASS_R = crate::BitReader<bool>;
67#[doc = "Field `lotpm_hfp_bypass` writer - "]
68pub type LOTPM_HFP_BYPASS_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
69#[doc = "Field `lotpm_lfp_bypass` reader - "]
70pub type LOTPM_LFP_BYPASS_R = crate::BitReader<bool>;
71#[doc = "Field `lotpm_lfp_bypass` writer - "]
72pub type LOTPM_LFP_BYPASS_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
73#[doc = "Field `lotpm_hfp_clk_en` reader - "]
74pub type LOTPM_HFP_CLK_EN_R = crate::BitReader<bool>;
75#[doc = "Field `lotpm_hfp_clk_en` writer - "]
76pub type LOTPM_HFP_CLK_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
77#[doc = "Field `pu_fbdv_buf` reader - "]
78pub type PU_FBDV_BUF_R = crate::BitReader<bool>;
79#[doc = "Field `pu_fbdv_buf` writer - "]
80pub type PU_FBDV_BUF_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
81#[doc = "Field `pu_fbdv` reader - "]
82pub type PU_FBDV_R = crate::BitReader<bool>;
83#[doc = "Field `pu_fbdv` writer - "]
84pub type PU_FBDV_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
85#[doc = "Field `pu_vco` reader - "]
86pub type PU_VCO_R = crate::BitReader<bool>;
87#[doc = "Field `pu_vco` writer - "]
88pub type PU_VCO_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
89#[doc = "Field `pu_vco_ldo` reader - "]
90pub type PU_VCO_LDO_R = crate::BitReader<bool>;
91#[doc = "Field `pu_vco_ldo` writer - "]
92pub type PU_VCO_LDO_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
93#[doc = "Field `pu_lodist_body_bias` reader - "]
94pub type PU_LODIST_BODY_BIAS_R = crate::BitReader<bool>;
95#[doc = "Field `pu_lodist_body_bias` writer - "]
96pub type PU_LODIST_BODY_BIAS_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
97#[doc = "Field `rxadc_clk_en` reader - "]
98pub type RXADC_CLK_EN_R = crate::BitReader<bool>;
99#[doc = "Field `rxadc_clk_en` writer - "]
100pub type RXADC_CLK_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
101#[doc = "Field `pu_rxadc` reader - "]
102pub type PU_RXADC_R = crate::BitReader<bool>;
103#[doc = "Field `pu_rxadc` writer - "]
104pub type PU_RXADC_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
105#[doc = "Field `pu_rosdac` reader - "]
106pub type PU_ROSDAC_R = crate::BitReader<bool>;
107#[doc = "Field `pu_rosdac` writer - "]
108pub type PU_ROSDAC_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
109#[doc = "Field `pu_rbb_pkdet` reader - "]
110pub type PU_RBB_PKDET_R = crate::BitReader<bool>;
111#[doc = "Field `pu_rbb_pkdet` writer - "]
112pub type PU_RBB_PKDET_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
113#[doc = "Field `pu_rbb` reader - "]
114pub type PU_RBB_R = crate::BitReader<bool>;
115#[doc = "Field `pu_rbb` writer - "]
116pub type PU_RBB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
117#[doc = "Field `pu_rmx` reader - "]
118pub type PU_RMX_R = crate::BitReader<bool>;
119#[doc = "Field `pu_rmx` writer - "]
120pub type PU_RMX_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
121#[doc = "Field `pu_lna` reader - "]
122pub type PU_LNA_R = crate::BitReader<bool>;
123#[doc = "Field `pu_lna` writer - "]
124pub type PU_LNA_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
125#[doc = "Field `pu_pa` reader - "]
126pub type PU_PA_R = crate::BitReader<bool>;
127#[doc = "Field `pu_pa` writer - "]
128pub type PU_PA_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
129#[doc = "Field `rx_bypass_en` reader - "]
130pub type RX_BYPASS_EN_R = crate::BitReader<bool>;
131#[doc = "Field `rx_bypass_en` writer - "]
132pub type RX_BYPASS_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
133#[doc = "Field `pa_seri_cap_en` reader - "]
134pub type PA_SERI_CAP_EN_R = crate::BitReader<bool>;
135#[doc = "Field `pa_seri_cap_en` writer - "]
136pub type PA_SERI_CAP_EN_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
137#[doc = "Field `rst_adpll` reader - "]
138pub type RST_ADPLL_R = crate::BitReader<bool>;
139#[doc = "Field `rst_adpll` writer - "]
140pub type RST_ADPLL_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
141#[doc = "Field `rst_lotpm_hfp` reader - "]
142pub type RST_LOTPM_HFP_R = crate::BitReader<bool>;
143#[doc = "Field `rst_lotpm_hfp` writer - "]
144pub type RST_LOTPM_HFP_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
145#[doc = "Field `rst_fbdv` reader - "]
146pub type RST_FBDV_R = crate::BitReader<bool>;
147#[doc = "Field `rst_fbdv` writer - "]
148pub type RST_FBDV_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_REG_SPEC, bool, O>;
149impl R {
150 #[doc = "Bit 0"]
151 #[inline(always)]
152 pub fn lodist_tx_en(&self) -> LODIST_TX_EN_R {
153 LODIST_TX_EN_R::new((self.bits & 1) != 0)
154 }
155 #[doc = "Bit 1"]
156 #[inline(always)]
157 pub fn pu_txbuf(&self) -> PU_TXBUF_R {
158 PU_TXBUF_R::new(((self.bits >> 1) & 1) != 0)
159 }
160 #[doc = "Bit 2"]
161 #[inline(always)]
162 pub fn pu_rxbuf(&self) -> PU_RXBUF_R {
163 PU_RXBUF_R::new(((self.bits >> 2) & 1) != 0)
164 }
165 #[doc = "Bit 3"]
166 #[inline(always)]
167 pub fn pu_dtc(&self) -> PU_DTC_R {
168 PU_DTC_R::new(((self.bits >> 3) & 1) != 0)
169 }
170 #[doc = "Bit 4"]
171 #[inline(always)]
172 pub fn pu_adpll_sfreg(&self) -> PU_ADPLL_SFREG_R {
173 PU_ADPLL_SFREG_R::new(((self.bits >> 4) & 1) != 0)
174 }
175 #[doc = "Bit 5"]
176 #[inline(always)]
177 pub fn pu_adpll_adc(&self) -> PU_ADPLL_ADC_R {
178 PU_ADPLL_ADC_R::new(((self.bits >> 5) & 1) != 0)
179 }
180 #[doc = "Bit 6"]
181 #[inline(always)]
182 pub fn adpll_clk_en(&self) -> ADPLL_CLK_EN_R {
183 ADPLL_CLK_EN_R::new(((self.bits >> 6) & 1) != 0)
184 }
185 #[doc = "Bit 7"]
186 #[inline(always)]
187 pub fn lotpm_hfp_bypass(&self) -> LOTPM_HFP_BYPASS_R {
188 LOTPM_HFP_BYPASS_R::new(((self.bits >> 7) & 1) != 0)
189 }
190 #[doc = "Bit 8"]
191 #[inline(always)]
192 pub fn lotpm_lfp_bypass(&self) -> LOTPM_LFP_BYPASS_R {
193 LOTPM_LFP_BYPASS_R::new(((self.bits >> 8) & 1) != 0)
194 }
195 #[doc = "Bit 9"]
196 #[inline(always)]
197 pub fn lotpm_hfp_clk_en(&self) -> LOTPM_HFP_CLK_EN_R {
198 LOTPM_HFP_CLK_EN_R::new(((self.bits >> 9) & 1) != 0)
199 }
200 #[doc = "Bit 10"]
201 #[inline(always)]
202 pub fn pu_fbdv_buf(&self) -> PU_FBDV_BUF_R {
203 PU_FBDV_BUF_R::new(((self.bits >> 10) & 1) != 0)
204 }
205 #[doc = "Bit 11"]
206 #[inline(always)]
207 pub fn pu_fbdv(&self) -> PU_FBDV_R {
208 PU_FBDV_R::new(((self.bits >> 11) & 1) != 0)
209 }
210 #[doc = "Bit 12"]
211 #[inline(always)]
212 pub fn pu_vco(&self) -> PU_VCO_R {
213 PU_VCO_R::new(((self.bits >> 12) & 1) != 0)
214 }
215 #[doc = "Bit 13"]
216 #[inline(always)]
217 pub fn pu_vco_ldo(&self) -> PU_VCO_LDO_R {
218 PU_VCO_LDO_R::new(((self.bits >> 13) & 1) != 0)
219 }
220 #[doc = "Bit 14"]
221 #[inline(always)]
222 pub fn pu_lodist_body_bias(&self) -> PU_LODIST_BODY_BIAS_R {
223 PU_LODIST_BODY_BIAS_R::new(((self.bits >> 14) & 1) != 0)
224 }
225 #[doc = "Bit 15"]
226 #[inline(always)]
227 pub fn rxadc_clk_en(&self) -> RXADC_CLK_EN_R {
228 RXADC_CLK_EN_R::new(((self.bits >> 15) & 1) != 0)
229 }
230 #[doc = "Bit 16"]
231 #[inline(always)]
232 pub fn pu_rxadc(&self) -> PU_RXADC_R {
233 PU_RXADC_R::new(((self.bits >> 16) & 1) != 0)
234 }
235 #[doc = "Bit 17"]
236 #[inline(always)]
237 pub fn pu_rosdac(&self) -> PU_ROSDAC_R {
238 PU_ROSDAC_R::new(((self.bits >> 17) & 1) != 0)
239 }
240 #[doc = "Bit 18"]
241 #[inline(always)]
242 pub fn pu_rbb_pkdet(&self) -> PU_RBB_PKDET_R {
243 PU_RBB_PKDET_R::new(((self.bits >> 18) & 1) != 0)
244 }
245 #[doc = "Bit 19"]
246 #[inline(always)]
247 pub fn pu_rbb(&self) -> PU_RBB_R {
248 PU_RBB_R::new(((self.bits >> 19) & 1) != 0)
249 }
250 #[doc = "Bit 20"]
251 #[inline(always)]
252 pub fn pu_rmx(&self) -> PU_RMX_R {
253 PU_RMX_R::new(((self.bits >> 20) & 1) != 0)
254 }
255 #[doc = "Bit 21"]
256 #[inline(always)]
257 pub fn pu_lna(&self) -> PU_LNA_R {
258 PU_LNA_R::new(((self.bits >> 21) & 1) != 0)
259 }
260 #[doc = "Bit 22"]
261 #[inline(always)]
262 pub fn pu_pa(&self) -> PU_PA_R {
263 PU_PA_R::new(((self.bits >> 22) & 1) != 0)
264 }
265 #[doc = "Bit 23"]
266 #[inline(always)]
267 pub fn rx_bypass_en(&self) -> RX_BYPASS_EN_R {
268 RX_BYPASS_EN_R::new(((self.bits >> 23) & 1) != 0)
269 }
270 #[doc = "Bit 24"]
271 #[inline(always)]
272 pub fn pa_seri_cap_en(&self) -> PA_SERI_CAP_EN_R {
273 PA_SERI_CAP_EN_R::new(((self.bits >> 24) & 1) != 0)
274 }
275 #[doc = "Bit 25"]
276 #[inline(always)]
277 pub fn rst_adpll(&self) -> RST_ADPLL_R {
278 RST_ADPLL_R::new(((self.bits >> 25) & 1) != 0)
279 }
280 #[doc = "Bit 26"]
281 #[inline(always)]
282 pub fn rst_lotpm_hfp(&self) -> RST_LOTPM_HFP_R {
283 RST_LOTPM_HFP_R::new(((self.bits >> 26) & 1) != 0)
284 }
285 #[doc = "Bit 27"]
286 #[inline(always)]
287 pub fn rst_fbdv(&self) -> RST_FBDV_R {
288 RST_FBDV_R::new(((self.bits >> 27) & 1) != 0)
289 }
290}
291impl W {
292 #[doc = "Bit 0"]
293 #[inline(always)]
294 #[must_use]
295 pub fn lodist_tx_en(&mut self) -> LODIST_TX_EN_W<0> {
296 LODIST_TX_EN_W::new(self)
297 }
298 #[doc = "Bit 1"]
299 #[inline(always)]
300 #[must_use]
301 pub fn pu_txbuf(&mut self) -> PU_TXBUF_W<1> {
302 PU_TXBUF_W::new(self)
303 }
304 #[doc = "Bit 2"]
305 #[inline(always)]
306 #[must_use]
307 pub fn pu_rxbuf(&mut self) -> PU_RXBUF_W<2> {
308 PU_RXBUF_W::new(self)
309 }
310 #[doc = "Bit 3"]
311 #[inline(always)]
312 #[must_use]
313 pub fn pu_dtc(&mut self) -> PU_DTC_W<3> {
314 PU_DTC_W::new(self)
315 }
316 #[doc = "Bit 4"]
317 #[inline(always)]
318 #[must_use]
319 pub fn pu_adpll_sfreg(&mut self) -> PU_ADPLL_SFREG_W<4> {
320 PU_ADPLL_SFREG_W::new(self)
321 }
322 #[doc = "Bit 5"]
323 #[inline(always)]
324 #[must_use]
325 pub fn pu_adpll_adc(&mut self) -> PU_ADPLL_ADC_W<5> {
326 PU_ADPLL_ADC_W::new(self)
327 }
328 #[doc = "Bit 6"]
329 #[inline(always)]
330 #[must_use]
331 pub fn adpll_clk_en(&mut self) -> ADPLL_CLK_EN_W<6> {
332 ADPLL_CLK_EN_W::new(self)
333 }
334 #[doc = "Bit 7"]
335 #[inline(always)]
336 #[must_use]
337 pub fn lotpm_hfp_bypass(&mut self) -> LOTPM_HFP_BYPASS_W<7> {
338 LOTPM_HFP_BYPASS_W::new(self)
339 }
340 #[doc = "Bit 8"]
341 #[inline(always)]
342 #[must_use]
343 pub fn lotpm_lfp_bypass(&mut self) -> LOTPM_LFP_BYPASS_W<8> {
344 LOTPM_LFP_BYPASS_W::new(self)
345 }
346 #[doc = "Bit 9"]
347 #[inline(always)]
348 #[must_use]
349 pub fn lotpm_hfp_clk_en(&mut self) -> LOTPM_HFP_CLK_EN_W<9> {
350 LOTPM_HFP_CLK_EN_W::new(self)
351 }
352 #[doc = "Bit 10"]
353 #[inline(always)]
354 #[must_use]
355 pub fn pu_fbdv_buf(&mut self) -> PU_FBDV_BUF_W<10> {
356 PU_FBDV_BUF_W::new(self)
357 }
358 #[doc = "Bit 11"]
359 #[inline(always)]
360 #[must_use]
361 pub fn pu_fbdv(&mut self) -> PU_FBDV_W<11> {
362 PU_FBDV_W::new(self)
363 }
364 #[doc = "Bit 12"]
365 #[inline(always)]
366 #[must_use]
367 pub fn pu_vco(&mut self) -> PU_VCO_W<12> {
368 PU_VCO_W::new(self)
369 }
370 #[doc = "Bit 13"]
371 #[inline(always)]
372 #[must_use]
373 pub fn pu_vco_ldo(&mut self) -> PU_VCO_LDO_W<13> {
374 PU_VCO_LDO_W::new(self)
375 }
376 #[doc = "Bit 14"]
377 #[inline(always)]
378 #[must_use]
379 pub fn pu_lodist_body_bias(&mut self) -> PU_LODIST_BODY_BIAS_W<14> {
380 PU_LODIST_BODY_BIAS_W::new(self)
381 }
382 #[doc = "Bit 15"]
383 #[inline(always)]
384 #[must_use]
385 pub fn rxadc_clk_en(&mut self) -> RXADC_CLK_EN_W<15> {
386 RXADC_CLK_EN_W::new(self)
387 }
388 #[doc = "Bit 16"]
389 #[inline(always)]
390 #[must_use]
391 pub fn pu_rxadc(&mut self) -> PU_RXADC_W<16> {
392 PU_RXADC_W::new(self)
393 }
394 #[doc = "Bit 17"]
395 #[inline(always)]
396 #[must_use]
397 pub fn pu_rosdac(&mut self) -> PU_ROSDAC_W<17> {
398 PU_ROSDAC_W::new(self)
399 }
400 #[doc = "Bit 18"]
401 #[inline(always)]
402 #[must_use]
403 pub fn pu_rbb_pkdet(&mut self) -> PU_RBB_PKDET_W<18> {
404 PU_RBB_PKDET_W::new(self)
405 }
406 #[doc = "Bit 19"]
407 #[inline(always)]
408 #[must_use]
409 pub fn pu_rbb(&mut self) -> PU_RBB_W<19> {
410 PU_RBB_W::new(self)
411 }
412 #[doc = "Bit 20"]
413 #[inline(always)]
414 #[must_use]
415 pub fn pu_rmx(&mut self) -> PU_RMX_W<20> {
416 PU_RMX_W::new(self)
417 }
418 #[doc = "Bit 21"]
419 #[inline(always)]
420 #[must_use]
421 pub fn pu_lna(&mut self) -> PU_LNA_W<21> {
422 PU_LNA_W::new(self)
423 }
424 #[doc = "Bit 22"]
425 #[inline(always)]
426 #[must_use]
427 pub fn pu_pa(&mut self) -> PU_PA_W<22> {
428 PU_PA_W::new(self)
429 }
430 #[doc = "Bit 23"]
431 #[inline(always)]
432 #[must_use]
433 pub fn rx_bypass_en(&mut self) -> RX_BYPASS_EN_W<23> {
434 RX_BYPASS_EN_W::new(self)
435 }
436 #[doc = "Bit 24"]
437 #[inline(always)]
438 #[must_use]
439 pub fn pa_seri_cap_en(&mut self) -> PA_SERI_CAP_EN_W<24> {
440 PA_SERI_CAP_EN_W::new(self)
441 }
442 #[doc = "Bit 25"]
443 #[inline(always)]
444 #[must_use]
445 pub fn rst_adpll(&mut self) -> RST_ADPLL_W<25> {
446 RST_ADPLL_W::new(self)
447 }
448 #[doc = "Bit 26"]
449 #[inline(always)]
450 #[must_use]
451 pub fn rst_lotpm_hfp(&mut self) -> RST_LOTPM_HFP_W<26> {
452 RST_LOTPM_HFP_W::new(self)
453 }
454 #[doc = "Bit 27"]
455 #[inline(always)]
456 #[must_use]
457 pub fn rst_fbdv(&mut self) -> RST_FBDV_W<27> {
458 RST_FBDV_W::new(self)
459 }
460 #[doc = "Writes raw bits to the register."]
461 #[inline(always)]
462 pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
463 self.0.bits(bits);
464 self
465 }
466}
467#[doc = "Register control of power up signals\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [pucr_reg](index.html) module"]
468pub struct PUCR_REG_SPEC;
469impl crate::RegisterSpec for PUCR_REG_SPEC {
470 type Ux = u32;
471}
472#[doc = "`read()` method returns [pucr_reg::R](R) reader structure"]
473impl crate::Readable for PUCR_REG_SPEC {
474 type Reader = R;
475}
476#[doc = "`write(|w| ..)` method takes [pucr_reg::W](W) writer structure"]
477impl crate::Writable for PUCR_REG_SPEC {
478 type Writer = W;
479 const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
480 const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
481}
482#[doc = "`reset()` method sets pucr_reg to value 0"]
483impl crate::Resettable for PUCR_REG_SPEC {
484 const RESET_VALUE: Self::Ux = 0;
485}