1#[doc = "Register `pucr_sb` reader"]
2pub struct R(crate::R<PUCR_SB_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<PUCR_SB_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<PUCR_SB_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<PUCR_SB_SPEC>) -> Self {
13 R(reader)
14 }
15}
16#[doc = "Register `pucr_sb` writer"]
17pub struct W(crate::W<PUCR_SB_SPEC>);
18impl core::ops::Deref for W {
19 type Target = crate::W<PUCR_SB_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_SB_SPEC>> for W {
32 #[inline(always)]
33 fn from(writer: crate::W<PUCR_SB_SPEC>) -> Self {
34 W(writer)
35 }
36}
37#[doc = "Field `lodist_tx_en_sb` reader - "]
38pub type LODIST_TX_EN_SB_R = crate::BitReader<bool>;
39#[doc = "Field `lodist_tx_en_sb` writer - "]
40pub type LODIST_TX_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
41#[doc = "Field `pu_txbuf_sb` reader - "]
42pub type PU_TXBUF_SB_R = crate::BitReader<bool>;
43#[doc = "Field `pu_txbuf_sb` writer - "]
44pub type PU_TXBUF_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
45#[doc = "Field `pu_rxbuf_sb` reader - "]
46pub type PU_RXBUF_SB_R = crate::BitReader<bool>;
47#[doc = "Field `pu_rxbuf_sb` writer - "]
48pub type PU_RXBUF_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
49#[doc = "Field `pu_dtc_sb` reader - "]
50pub type PU_DTC_SB_R = crate::BitReader<bool>;
51#[doc = "Field `pu_dtc_sb` writer - "]
52pub type PU_DTC_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
53#[doc = "Field `pu_adpll_sfreg_sb` reader - "]
54pub type PU_ADPLL_SFREG_SB_R = crate::BitReader<bool>;
55#[doc = "Field `pu_adpll_sfreg_sb` writer - "]
56pub type PU_ADPLL_SFREG_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
57#[doc = "Field `pu_adpll_adc_sb` reader - "]
58pub type PU_ADPLL_ADC_SB_R = crate::BitReader<bool>;
59#[doc = "Field `pu_adpll_adc_sb` writer - "]
60pub type PU_ADPLL_ADC_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
61#[doc = "Field `adpll_clk_en_sb` reader - "]
62pub type ADPLL_CLK_EN_SB_R = crate::BitReader<bool>;
63#[doc = "Field `adpll_clk_en_sb` writer - "]
64pub type ADPLL_CLK_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
65#[doc = "Field `lotpm_hfp_bypass_sb` reader - "]
66pub type LOTPM_HFP_BYPASS_SB_R = crate::BitReader<bool>;
67#[doc = "Field `lotpm_hfp_bypass_sb` writer - "]
68pub type LOTPM_HFP_BYPASS_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
69#[doc = "Field `lotpm_lfp_bypass_sb` reader - "]
70pub type LOTPM_LFP_BYPASS_SB_R = crate::BitReader<bool>;
71#[doc = "Field `lotpm_lfp_bypass_sb` writer - "]
72pub type LOTPM_LFP_BYPASS_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
73#[doc = "Field `lotpm_hfp_clk_en_sb` reader - "]
74pub type LOTPM_HFP_CLK_EN_SB_R = crate::BitReader<bool>;
75#[doc = "Field `lotpm_hfp_clk_en_sb` writer - "]
76pub type LOTPM_HFP_CLK_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
77#[doc = "Field `pu_fbdv_buf_sb` reader - "]
78pub type PU_FBDV_BUF_SB_R = crate::BitReader<bool>;
79#[doc = "Field `pu_fbdv_buf_sb` writer - "]
80pub type PU_FBDV_BUF_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
81#[doc = "Field `pu_fbdv_sb` reader - "]
82pub type PU_FBDV_SB_R = crate::BitReader<bool>;
83#[doc = "Field `pu_fbdv_sb` writer - "]
84pub type PU_FBDV_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
85#[doc = "Field `pu_vco_sb` reader - "]
86pub type PU_VCO_SB_R = crate::BitReader<bool>;
87#[doc = "Field `pu_vco_sb` writer - "]
88pub type PU_VCO_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
89#[doc = "Field `pu_vco_ldo_sb` reader - "]
90pub type PU_VCO_LDO_SB_R = crate::BitReader<bool>;
91#[doc = "Field `pu_vco_ldo_sb` writer - "]
92pub type PU_VCO_LDO_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
93#[doc = "Field `pu_lodist_body_bias_sb` reader - "]
94pub type PU_LODIST_BODY_BIAS_SB_R = crate::BitReader<bool>;
95#[doc = "Field `pu_lodist_body_bias_sb` writer - "]
96pub type PU_LODIST_BODY_BIAS_SB_W<'a, const O: u8> =
97 crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
98#[doc = "Field `rxadc_clk_en_sb` reader - "]
99pub type RXADC_CLK_EN_SB_R = crate::BitReader<bool>;
100#[doc = "Field `rxadc_clk_en_sb` writer - "]
101pub type RXADC_CLK_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
102#[doc = "Field `pu_rxadc_sb` reader - "]
103pub type PU_RXADC_SB_R = crate::BitReader<bool>;
104#[doc = "Field `pu_rxadc_sb` writer - "]
105pub type PU_RXADC_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
106#[doc = "Field `pu_rosdac_sb` reader - "]
107pub type PU_ROSDAC_SB_R = crate::BitReader<bool>;
108#[doc = "Field `pu_rosdac_sb` writer - "]
109pub type PU_ROSDAC_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
110#[doc = "Field `pu_rbb_pkdet_sb` reader - "]
111pub type PU_RBB_PKDET_SB_R = crate::BitReader<bool>;
112#[doc = "Field `pu_rbb_pkdet_sb` writer - "]
113pub type PU_RBB_PKDET_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
114#[doc = "Field `pu_rbb_sb` reader - "]
115pub type PU_RBB_SB_R = crate::BitReader<bool>;
116#[doc = "Field `pu_rbb_sb` writer - "]
117pub type PU_RBB_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
118#[doc = "Field `pu_rmx_sb` reader - "]
119pub type PU_RMX_SB_R = crate::BitReader<bool>;
120#[doc = "Field `pu_rmx_sb` writer - "]
121pub type PU_RMX_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
122#[doc = "Field `pu_lna_sb` reader - "]
123pub type PU_LNA_SB_R = crate::BitReader<bool>;
124#[doc = "Field `pu_lna_sb` writer - "]
125pub type PU_LNA_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
126#[doc = "Field `pu_pa_sb` reader - "]
127pub type PU_PA_SB_R = crate::BitReader<bool>;
128#[doc = "Field `pu_pa_sb` writer - "]
129pub type PU_PA_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
130#[doc = "Field `rx_bypass_en_sb` reader - "]
131pub type RX_BYPASS_EN_SB_R = crate::BitReader<bool>;
132#[doc = "Field `rx_bypass_en_sb` writer - "]
133pub type RX_BYPASS_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
134#[doc = "Field `pa_seri_cap_en_sb` reader - "]
135pub type PA_SERI_CAP_EN_SB_R = crate::BitReader<bool>;
136#[doc = "Field `pa_seri_cap_en_sb` writer - "]
137pub type PA_SERI_CAP_EN_SB_W<'a, const O: u8> = crate::BitWriter<'a, u32, PUCR_SB_SPEC, bool, O>;
138impl R {
139 #[doc = "Bit 0"]
140 #[inline(always)]
141 pub fn lodist_tx_en_sb(&self) -> LODIST_TX_EN_SB_R {
142 LODIST_TX_EN_SB_R::new((self.bits & 1) != 0)
143 }
144 #[doc = "Bit 1"]
145 #[inline(always)]
146 pub fn pu_txbuf_sb(&self) -> PU_TXBUF_SB_R {
147 PU_TXBUF_SB_R::new(((self.bits >> 1) & 1) != 0)
148 }
149 #[doc = "Bit 2"]
150 #[inline(always)]
151 pub fn pu_rxbuf_sb(&self) -> PU_RXBUF_SB_R {
152 PU_RXBUF_SB_R::new(((self.bits >> 2) & 1) != 0)
153 }
154 #[doc = "Bit 3"]
155 #[inline(always)]
156 pub fn pu_dtc_sb(&self) -> PU_DTC_SB_R {
157 PU_DTC_SB_R::new(((self.bits >> 3) & 1) != 0)
158 }
159 #[doc = "Bit 4"]
160 #[inline(always)]
161 pub fn pu_adpll_sfreg_sb(&self) -> PU_ADPLL_SFREG_SB_R {
162 PU_ADPLL_SFREG_SB_R::new(((self.bits >> 4) & 1) != 0)
163 }
164 #[doc = "Bit 5"]
165 #[inline(always)]
166 pub fn pu_adpll_adc_sb(&self) -> PU_ADPLL_ADC_SB_R {
167 PU_ADPLL_ADC_SB_R::new(((self.bits >> 5) & 1) != 0)
168 }
169 #[doc = "Bit 6"]
170 #[inline(always)]
171 pub fn adpll_clk_en_sb(&self) -> ADPLL_CLK_EN_SB_R {
172 ADPLL_CLK_EN_SB_R::new(((self.bits >> 6) & 1) != 0)
173 }
174 #[doc = "Bit 7"]
175 #[inline(always)]
176 pub fn lotpm_hfp_bypass_sb(&self) -> LOTPM_HFP_BYPASS_SB_R {
177 LOTPM_HFP_BYPASS_SB_R::new(((self.bits >> 7) & 1) != 0)
178 }
179 #[doc = "Bit 8"]
180 #[inline(always)]
181 pub fn lotpm_lfp_bypass_sb(&self) -> LOTPM_LFP_BYPASS_SB_R {
182 LOTPM_LFP_BYPASS_SB_R::new(((self.bits >> 8) & 1) != 0)
183 }
184 #[doc = "Bit 9"]
185 #[inline(always)]
186 pub fn lotpm_hfp_clk_en_sb(&self) -> LOTPM_HFP_CLK_EN_SB_R {
187 LOTPM_HFP_CLK_EN_SB_R::new(((self.bits >> 9) & 1) != 0)
188 }
189 #[doc = "Bit 10"]
190 #[inline(always)]
191 pub fn pu_fbdv_buf_sb(&self) -> PU_FBDV_BUF_SB_R {
192 PU_FBDV_BUF_SB_R::new(((self.bits >> 10) & 1) != 0)
193 }
194 #[doc = "Bit 11"]
195 #[inline(always)]
196 pub fn pu_fbdv_sb(&self) -> PU_FBDV_SB_R {
197 PU_FBDV_SB_R::new(((self.bits >> 11) & 1) != 0)
198 }
199 #[doc = "Bit 12"]
200 #[inline(always)]
201 pub fn pu_vco_sb(&self) -> PU_VCO_SB_R {
202 PU_VCO_SB_R::new(((self.bits >> 12) & 1) != 0)
203 }
204 #[doc = "Bit 13"]
205 #[inline(always)]
206 pub fn pu_vco_ldo_sb(&self) -> PU_VCO_LDO_SB_R {
207 PU_VCO_LDO_SB_R::new(((self.bits >> 13) & 1) != 0)
208 }
209 #[doc = "Bit 14"]
210 #[inline(always)]
211 pub fn pu_lodist_body_bias_sb(&self) -> PU_LODIST_BODY_BIAS_SB_R {
212 PU_LODIST_BODY_BIAS_SB_R::new(((self.bits >> 14) & 1) != 0)
213 }
214 #[doc = "Bit 15"]
215 #[inline(always)]
216 pub fn rxadc_clk_en_sb(&self) -> RXADC_CLK_EN_SB_R {
217 RXADC_CLK_EN_SB_R::new(((self.bits >> 15) & 1) != 0)
218 }
219 #[doc = "Bit 16"]
220 #[inline(always)]
221 pub fn pu_rxadc_sb(&self) -> PU_RXADC_SB_R {
222 PU_RXADC_SB_R::new(((self.bits >> 16) & 1) != 0)
223 }
224 #[doc = "Bit 17"]
225 #[inline(always)]
226 pub fn pu_rosdac_sb(&self) -> PU_ROSDAC_SB_R {
227 PU_ROSDAC_SB_R::new(((self.bits >> 17) & 1) != 0)
228 }
229 #[doc = "Bit 18"]
230 #[inline(always)]
231 pub fn pu_rbb_pkdet_sb(&self) -> PU_RBB_PKDET_SB_R {
232 PU_RBB_PKDET_SB_R::new(((self.bits >> 18) & 1) != 0)
233 }
234 #[doc = "Bit 19"]
235 #[inline(always)]
236 pub fn pu_rbb_sb(&self) -> PU_RBB_SB_R {
237 PU_RBB_SB_R::new(((self.bits >> 19) & 1) != 0)
238 }
239 #[doc = "Bit 20"]
240 #[inline(always)]
241 pub fn pu_rmx_sb(&self) -> PU_RMX_SB_R {
242 PU_RMX_SB_R::new(((self.bits >> 20) & 1) != 0)
243 }
244 #[doc = "Bit 21"]
245 #[inline(always)]
246 pub fn pu_lna_sb(&self) -> PU_LNA_SB_R {
247 PU_LNA_SB_R::new(((self.bits >> 21) & 1) != 0)
248 }
249 #[doc = "Bit 22"]
250 #[inline(always)]
251 pub fn pu_pa_sb(&self) -> PU_PA_SB_R {
252 PU_PA_SB_R::new(((self.bits >> 22) & 1) != 0)
253 }
254 #[doc = "Bit 23"]
255 #[inline(always)]
256 pub fn rx_bypass_en_sb(&self) -> RX_BYPASS_EN_SB_R {
257 RX_BYPASS_EN_SB_R::new(((self.bits >> 23) & 1) != 0)
258 }
259 #[doc = "Bit 24"]
260 #[inline(always)]
261 pub fn pa_seri_cap_en_sb(&self) -> PA_SERI_CAP_EN_SB_R {
262 PA_SERI_CAP_EN_SB_R::new(((self.bits >> 24) & 1) != 0)
263 }
264}
265impl W {
266 #[doc = "Bit 0"]
267 #[inline(always)]
268 #[must_use]
269 pub fn lodist_tx_en_sb(&mut self) -> LODIST_TX_EN_SB_W<0> {
270 LODIST_TX_EN_SB_W::new(self)
271 }
272 #[doc = "Bit 1"]
273 #[inline(always)]
274 #[must_use]
275 pub fn pu_txbuf_sb(&mut self) -> PU_TXBUF_SB_W<1> {
276 PU_TXBUF_SB_W::new(self)
277 }
278 #[doc = "Bit 2"]
279 #[inline(always)]
280 #[must_use]
281 pub fn pu_rxbuf_sb(&mut self) -> PU_RXBUF_SB_W<2> {
282 PU_RXBUF_SB_W::new(self)
283 }
284 #[doc = "Bit 3"]
285 #[inline(always)]
286 #[must_use]
287 pub fn pu_dtc_sb(&mut self) -> PU_DTC_SB_W<3> {
288 PU_DTC_SB_W::new(self)
289 }
290 #[doc = "Bit 4"]
291 #[inline(always)]
292 #[must_use]
293 pub fn pu_adpll_sfreg_sb(&mut self) -> PU_ADPLL_SFREG_SB_W<4> {
294 PU_ADPLL_SFREG_SB_W::new(self)
295 }
296 #[doc = "Bit 5"]
297 #[inline(always)]
298 #[must_use]
299 pub fn pu_adpll_adc_sb(&mut self) -> PU_ADPLL_ADC_SB_W<5> {
300 PU_ADPLL_ADC_SB_W::new(self)
301 }
302 #[doc = "Bit 6"]
303 #[inline(always)]
304 #[must_use]
305 pub fn adpll_clk_en_sb(&mut self) -> ADPLL_CLK_EN_SB_W<6> {
306 ADPLL_CLK_EN_SB_W::new(self)
307 }
308 #[doc = "Bit 7"]
309 #[inline(always)]
310 #[must_use]
311 pub fn lotpm_hfp_bypass_sb(&mut self) -> LOTPM_HFP_BYPASS_SB_W<7> {
312 LOTPM_HFP_BYPASS_SB_W::new(self)
313 }
314 #[doc = "Bit 8"]
315 #[inline(always)]
316 #[must_use]
317 pub fn lotpm_lfp_bypass_sb(&mut self) -> LOTPM_LFP_BYPASS_SB_W<8> {
318 LOTPM_LFP_BYPASS_SB_W::new(self)
319 }
320 #[doc = "Bit 9"]
321 #[inline(always)]
322 #[must_use]
323 pub fn lotpm_hfp_clk_en_sb(&mut self) -> LOTPM_HFP_CLK_EN_SB_W<9> {
324 LOTPM_HFP_CLK_EN_SB_W::new(self)
325 }
326 #[doc = "Bit 10"]
327 #[inline(always)]
328 #[must_use]
329 pub fn pu_fbdv_buf_sb(&mut self) -> PU_FBDV_BUF_SB_W<10> {
330 PU_FBDV_BUF_SB_W::new(self)
331 }
332 #[doc = "Bit 11"]
333 #[inline(always)]
334 #[must_use]
335 pub fn pu_fbdv_sb(&mut self) -> PU_FBDV_SB_W<11> {
336 PU_FBDV_SB_W::new(self)
337 }
338 #[doc = "Bit 12"]
339 #[inline(always)]
340 #[must_use]
341 pub fn pu_vco_sb(&mut self) -> PU_VCO_SB_W<12> {
342 PU_VCO_SB_W::new(self)
343 }
344 #[doc = "Bit 13"]
345 #[inline(always)]
346 #[must_use]
347 pub fn pu_vco_ldo_sb(&mut self) -> PU_VCO_LDO_SB_W<13> {
348 PU_VCO_LDO_SB_W::new(self)
349 }
350 #[doc = "Bit 14"]
351 #[inline(always)]
352 #[must_use]
353 pub fn pu_lodist_body_bias_sb(&mut self) -> PU_LODIST_BODY_BIAS_SB_W<14> {
354 PU_LODIST_BODY_BIAS_SB_W::new(self)
355 }
356 #[doc = "Bit 15"]
357 #[inline(always)]
358 #[must_use]
359 pub fn rxadc_clk_en_sb(&mut self) -> RXADC_CLK_EN_SB_W<15> {
360 RXADC_CLK_EN_SB_W::new(self)
361 }
362 #[doc = "Bit 16"]
363 #[inline(always)]
364 #[must_use]
365 pub fn pu_rxadc_sb(&mut self) -> PU_RXADC_SB_W<16> {
366 PU_RXADC_SB_W::new(self)
367 }
368 #[doc = "Bit 17"]
369 #[inline(always)]
370 #[must_use]
371 pub fn pu_rosdac_sb(&mut self) -> PU_ROSDAC_SB_W<17> {
372 PU_ROSDAC_SB_W::new(self)
373 }
374 #[doc = "Bit 18"]
375 #[inline(always)]
376 #[must_use]
377 pub fn pu_rbb_pkdet_sb(&mut self) -> PU_RBB_PKDET_SB_W<18> {
378 PU_RBB_PKDET_SB_W::new(self)
379 }
380 #[doc = "Bit 19"]
381 #[inline(always)]
382 #[must_use]
383 pub fn pu_rbb_sb(&mut self) -> PU_RBB_SB_W<19> {
384 PU_RBB_SB_W::new(self)
385 }
386 #[doc = "Bit 20"]
387 #[inline(always)]
388 #[must_use]
389 pub fn pu_rmx_sb(&mut self) -> PU_RMX_SB_W<20> {
390 PU_RMX_SB_W::new(self)
391 }
392 #[doc = "Bit 21"]
393 #[inline(always)]
394 #[must_use]
395 pub fn pu_lna_sb(&mut self) -> PU_LNA_SB_W<21> {
396 PU_LNA_SB_W::new(self)
397 }
398 #[doc = "Bit 22"]
399 #[inline(always)]
400 #[must_use]
401 pub fn pu_pa_sb(&mut self) -> PU_PA_SB_W<22> {
402 PU_PA_SB_W::new(self)
403 }
404 #[doc = "Bit 23"]
405 #[inline(always)]
406 #[must_use]
407 pub fn rx_bypass_en_sb(&mut self) -> RX_BYPASS_EN_SB_W<23> {
408 RX_BYPASS_EN_SB_W::new(self)
409 }
410 #[doc = "Bit 24"]
411 #[inline(always)]
412 #[must_use]
413 pub fn pa_seri_cap_en_sb(&mut self) -> PA_SERI_CAP_EN_SB_W<24> {
414 PA_SERI_CAP_EN_SB_W::new(self)
415 }
416 #[doc = "Writes raw bits to the register."]
417 #[inline(always)]
418 pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
419 self.0.bits(bits);
420 self
421 }
422}
423#[doc = "Power up setting in SB state\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_sb](index.html) module"]
424pub struct PUCR_SB_SPEC;
425impl crate::RegisterSpec for PUCR_SB_SPEC {
426 type Ux = u32;
427}
428#[doc = "`read()` method returns [pucr_sb::R](R) reader structure"]
429impl crate::Readable for PUCR_SB_SPEC {
430 type Reader = R;
431}
432#[doc = "`write(|w| ..)` method takes [pucr_sb::W](W) writer structure"]
433impl crate::Writable for PUCR_SB_SPEC {
434 type Writer = W;
435 const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
436 const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
437}
438#[doc = "`reset()` method sets pucr_sb to value 0"]
439impl crate::Resettable for PUCR_SB_SPEC {
440 const RESET_VALUE: Self::Ux = 0;
441}