stm32wb_pac/gpioa/
lckr.rs

1#[doc = "Reader of register LCKR"]
2pub type R = crate::R<u32, super::LCKR>;
3#[doc = "Writer for register LCKR"]
4pub type W = crate::W<u32, super::LCKR>;
5#[doc = "Register LCKR `reset()`'s with value 0"]
6impl crate::ResetValue for super::LCKR {
7    type Type = u32;
8    #[inline(always)]
9    fn reset_value() -> Self::Type {
10        0
11    }
12}
13#[doc = "Reader of field `LCKK`"]
14pub type LCKK_R = crate::R<bool, bool>;
15#[doc = "Write proxy for field `LCKK`"]
16pub struct LCKK_W<'a> {
17    w: &'a mut W,
18}
19impl<'a> LCKK_W<'a> {
20    #[doc = r"Sets the field bit"]
21    #[inline(always)]
22    pub fn set_bit(self) -> &'a mut W {
23        self.bit(true)
24    }
25    #[doc = r"Clears the field bit"]
26    #[inline(always)]
27    pub fn clear_bit(self) -> &'a mut W {
28        self.bit(false)
29    }
30    #[doc = r"Writes raw bits to the field"]
31    #[inline(always)]
32    pub fn bit(self, value: bool) -> &'a mut W {
33        self.w.bits = (self.w.bits & !(0x01 << 16)) | (((value as u32) & 0x01) << 16);
34        self.w
35    }
36}
37#[doc = "Reader of field `LCK15`"]
38pub type LCK15_R = crate::R<bool, bool>;
39#[doc = "Write proxy for field `LCK15`"]
40pub struct LCK15_W<'a> {
41    w: &'a mut W,
42}
43impl<'a> LCK15_W<'a> {
44    #[doc = r"Sets the field bit"]
45    #[inline(always)]
46    pub fn set_bit(self) -> &'a mut W {
47        self.bit(true)
48    }
49    #[doc = r"Clears the field bit"]
50    #[inline(always)]
51    pub fn clear_bit(self) -> &'a mut W {
52        self.bit(false)
53    }
54    #[doc = r"Writes raw bits to the field"]
55    #[inline(always)]
56    pub fn bit(self, value: bool) -> &'a mut W {
57        self.w.bits = (self.w.bits & !(0x01 << 15)) | (((value as u32) & 0x01) << 15);
58        self.w
59    }
60}
61#[doc = "Reader of field `LCK14`"]
62pub type LCK14_R = crate::R<bool, bool>;
63#[doc = "Write proxy for field `LCK14`"]
64pub struct LCK14_W<'a> {
65    w: &'a mut W,
66}
67impl<'a> LCK14_W<'a> {
68    #[doc = r"Sets the field bit"]
69    #[inline(always)]
70    pub fn set_bit(self) -> &'a mut W {
71        self.bit(true)
72    }
73    #[doc = r"Clears the field bit"]
74    #[inline(always)]
75    pub fn clear_bit(self) -> &'a mut W {
76        self.bit(false)
77    }
78    #[doc = r"Writes raw bits to the field"]
79    #[inline(always)]
80    pub fn bit(self, value: bool) -> &'a mut W {
81        self.w.bits = (self.w.bits & !(0x01 << 14)) | (((value as u32) & 0x01) << 14);
82        self.w
83    }
84}
85#[doc = "Reader of field `LCK13`"]
86pub type LCK13_R = crate::R<bool, bool>;
87#[doc = "Write proxy for field `LCK13`"]
88pub struct LCK13_W<'a> {
89    w: &'a mut W,
90}
91impl<'a> LCK13_W<'a> {
92    #[doc = r"Sets the field bit"]
93    #[inline(always)]
94    pub fn set_bit(self) -> &'a mut W {
95        self.bit(true)
96    }
97    #[doc = r"Clears the field bit"]
98    #[inline(always)]
99    pub fn clear_bit(self) -> &'a mut W {
100        self.bit(false)
101    }
102    #[doc = r"Writes raw bits to the field"]
103    #[inline(always)]
104    pub fn bit(self, value: bool) -> &'a mut W {
105        self.w.bits = (self.w.bits & !(0x01 << 13)) | (((value as u32) & 0x01) << 13);
106        self.w
107    }
108}
109#[doc = "Reader of field `LCK12`"]
110pub type LCK12_R = crate::R<bool, bool>;
111#[doc = "Write proxy for field `LCK12`"]
112pub struct LCK12_W<'a> {
113    w: &'a mut W,
114}
115impl<'a> LCK12_W<'a> {
116    #[doc = r"Sets the field bit"]
117    #[inline(always)]
118    pub fn set_bit(self) -> &'a mut W {
119        self.bit(true)
120    }
121    #[doc = r"Clears the field bit"]
122    #[inline(always)]
123    pub fn clear_bit(self) -> &'a mut W {
124        self.bit(false)
125    }
126    #[doc = r"Writes raw bits to the field"]
127    #[inline(always)]
128    pub fn bit(self, value: bool) -> &'a mut W {
129        self.w.bits = (self.w.bits & !(0x01 << 12)) | (((value as u32) & 0x01) << 12);
130        self.w
131    }
132}
133#[doc = "Reader of field `LCK11`"]
134pub type LCK11_R = crate::R<bool, bool>;
135#[doc = "Write proxy for field `LCK11`"]
136pub struct LCK11_W<'a> {
137    w: &'a mut W,
138}
139impl<'a> LCK11_W<'a> {
140    #[doc = r"Sets the field bit"]
141    #[inline(always)]
142    pub fn set_bit(self) -> &'a mut W {
143        self.bit(true)
144    }
145    #[doc = r"Clears the field bit"]
146    #[inline(always)]
147    pub fn clear_bit(self) -> &'a mut W {
148        self.bit(false)
149    }
150    #[doc = r"Writes raw bits to the field"]
151    #[inline(always)]
152    pub fn bit(self, value: bool) -> &'a mut W {
153        self.w.bits = (self.w.bits & !(0x01 << 11)) | (((value as u32) & 0x01) << 11);
154        self.w
155    }
156}
157#[doc = "Reader of field `LCK10`"]
158pub type LCK10_R = crate::R<bool, bool>;
159#[doc = "Write proxy for field `LCK10`"]
160pub struct LCK10_W<'a> {
161    w: &'a mut W,
162}
163impl<'a> LCK10_W<'a> {
164    #[doc = r"Sets the field bit"]
165    #[inline(always)]
166    pub fn set_bit(self) -> &'a mut W {
167        self.bit(true)
168    }
169    #[doc = r"Clears the field bit"]
170    #[inline(always)]
171    pub fn clear_bit(self) -> &'a mut W {
172        self.bit(false)
173    }
174    #[doc = r"Writes raw bits to the field"]
175    #[inline(always)]
176    pub fn bit(self, value: bool) -> &'a mut W {
177        self.w.bits = (self.w.bits & !(0x01 << 10)) | (((value as u32) & 0x01) << 10);
178        self.w
179    }
180}
181#[doc = "Reader of field `LCK9`"]
182pub type LCK9_R = crate::R<bool, bool>;
183#[doc = "Write proxy for field `LCK9`"]
184pub struct LCK9_W<'a> {
185    w: &'a mut W,
186}
187impl<'a> LCK9_W<'a> {
188    #[doc = r"Sets the field bit"]
189    #[inline(always)]
190    pub fn set_bit(self) -> &'a mut W {
191        self.bit(true)
192    }
193    #[doc = r"Clears the field bit"]
194    #[inline(always)]
195    pub fn clear_bit(self) -> &'a mut W {
196        self.bit(false)
197    }
198    #[doc = r"Writes raw bits to the field"]
199    #[inline(always)]
200    pub fn bit(self, value: bool) -> &'a mut W {
201        self.w.bits = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
202        self.w
203    }
204}
205#[doc = "Reader of field `LCK8`"]
206pub type LCK8_R = crate::R<bool, bool>;
207#[doc = "Write proxy for field `LCK8`"]
208pub struct LCK8_W<'a> {
209    w: &'a mut W,
210}
211impl<'a> LCK8_W<'a> {
212    #[doc = r"Sets the field bit"]
213    #[inline(always)]
214    pub fn set_bit(self) -> &'a mut W {
215        self.bit(true)
216    }
217    #[doc = r"Clears the field bit"]
218    #[inline(always)]
219    pub fn clear_bit(self) -> &'a mut W {
220        self.bit(false)
221    }
222    #[doc = r"Writes raw bits to the field"]
223    #[inline(always)]
224    pub fn bit(self, value: bool) -> &'a mut W {
225        self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
226        self.w
227    }
228}
229#[doc = "Reader of field `LCK7`"]
230pub type LCK7_R = crate::R<bool, bool>;
231#[doc = "Write proxy for field `LCK7`"]
232pub struct LCK7_W<'a> {
233    w: &'a mut W,
234}
235impl<'a> LCK7_W<'a> {
236    #[doc = r"Sets the field bit"]
237    #[inline(always)]
238    pub fn set_bit(self) -> &'a mut W {
239        self.bit(true)
240    }
241    #[doc = r"Clears the field bit"]
242    #[inline(always)]
243    pub fn clear_bit(self) -> &'a mut W {
244        self.bit(false)
245    }
246    #[doc = r"Writes raw bits to the field"]
247    #[inline(always)]
248    pub fn bit(self, value: bool) -> &'a mut W {
249        self.w.bits = (self.w.bits & !(0x01 << 7)) | (((value as u32) & 0x01) << 7);
250        self.w
251    }
252}
253#[doc = "Reader of field `LCK6`"]
254pub type LCK6_R = crate::R<bool, bool>;
255#[doc = "Write proxy for field `LCK6`"]
256pub struct LCK6_W<'a> {
257    w: &'a mut W,
258}
259impl<'a> LCK6_W<'a> {
260    #[doc = r"Sets the field bit"]
261    #[inline(always)]
262    pub fn set_bit(self) -> &'a mut W {
263        self.bit(true)
264    }
265    #[doc = r"Clears the field bit"]
266    #[inline(always)]
267    pub fn clear_bit(self) -> &'a mut W {
268        self.bit(false)
269    }
270    #[doc = r"Writes raw bits to the field"]
271    #[inline(always)]
272    pub fn bit(self, value: bool) -> &'a mut W {
273        self.w.bits = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
274        self.w
275    }
276}
277#[doc = "Reader of field `LCK5`"]
278pub type LCK5_R = crate::R<bool, bool>;
279#[doc = "Write proxy for field `LCK5`"]
280pub struct LCK5_W<'a> {
281    w: &'a mut W,
282}
283impl<'a> LCK5_W<'a> {
284    #[doc = r"Sets the field bit"]
285    #[inline(always)]
286    pub fn set_bit(self) -> &'a mut W {
287        self.bit(true)
288    }
289    #[doc = r"Clears the field bit"]
290    #[inline(always)]
291    pub fn clear_bit(self) -> &'a mut W {
292        self.bit(false)
293    }
294    #[doc = r"Writes raw bits to the field"]
295    #[inline(always)]
296    pub fn bit(self, value: bool) -> &'a mut W {
297        self.w.bits = (self.w.bits & !(0x01 << 5)) | (((value as u32) & 0x01) << 5);
298        self.w
299    }
300}
301#[doc = "Reader of field `LCK4`"]
302pub type LCK4_R = crate::R<bool, bool>;
303#[doc = "Write proxy for field `LCK4`"]
304pub struct LCK4_W<'a> {
305    w: &'a mut W,
306}
307impl<'a> LCK4_W<'a> {
308    #[doc = r"Sets the field bit"]
309    #[inline(always)]
310    pub fn set_bit(self) -> &'a mut W {
311        self.bit(true)
312    }
313    #[doc = r"Clears the field bit"]
314    #[inline(always)]
315    pub fn clear_bit(self) -> &'a mut W {
316        self.bit(false)
317    }
318    #[doc = r"Writes raw bits to the field"]
319    #[inline(always)]
320    pub fn bit(self, value: bool) -> &'a mut W {
321        self.w.bits = (self.w.bits & !(0x01 << 4)) | (((value as u32) & 0x01) << 4);
322        self.w
323    }
324}
325#[doc = "Reader of field `LCK3`"]
326pub type LCK3_R = crate::R<bool, bool>;
327#[doc = "Write proxy for field `LCK3`"]
328pub struct LCK3_W<'a> {
329    w: &'a mut W,
330}
331impl<'a> LCK3_W<'a> {
332    #[doc = r"Sets the field bit"]
333    #[inline(always)]
334    pub fn set_bit(self) -> &'a mut W {
335        self.bit(true)
336    }
337    #[doc = r"Clears the field bit"]
338    #[inline(always)]
339    pub fn clear_bit(self) -> &'a mut W {
340        self.bit(false)
341    }
342    #[doc = r"Writes raw bits to the field"]
343    #[inline(always)]
344    pub fn bit(self, value: bool) -> &'a mut W {
345        self.w.bits = (self.w.bits & !(0x01 << 3)) | (((value as u32) & 0x01) << 3);
346        self.w
347    }
348}
349#[doc = "Reader of field `LCK2`"]
350pub type LCK2_R = crate::R<bool, bool>;
351#[doc = "Write proxy for field `LCK2`"]
352pub struct LCK2_W<'a> {
353    w: &'a mut W,
354}
355impl<'a> LCK2_W<'a> {
356    #[doc = r"Sets the field bit"]
357    #[inline(always)]
358    pub fn set_bit(self) -> &'a mut W {
359        self.bit(true)
360    }
361    #[doc = r"Clears the field bit"]
362    #[inline(always)]
363    pub fn clear_bit(self) -> &'a mut W {
364        self.bit(false)
365    }
366    #[doc = r"Writes raw bits to the field"]
367    #[inline(always)]
368    pub fn bit(self, value: bool) -> &'a mut W {
369        self.w.bits = (self.w.bits & !(0x01 << 2)) | (((value as u32) & 0x01) << 2);
370        self.w
371    }
372}
373#[doc = "Reader of field `LCK1`"]
374pub type LCK1_R = crate::R<bool, bool>;
375#[doc = "Write proxy for field `LCK1`"]
376pub struct LCK1_W<'a> {
377    w: &'a mut W,
378}
379impl<'a> LCK1_W<'a> {
380    #[doc = r"Sets the field bit"]
381    #[inline(always)]
382    pub fn set_bit(self) -> &'a mut W {
383        self.bit(true)
384    }
385    #[doc = r"Clears the field bit"]
386    #[inline(always)]
387    pub fn clear_bit(self) -> &'a mut W {
388        self.bit(false)
389    }
390    #[doc = r"Writes raw bits to the field"]
391    #[inline(always)]
392    pub fn bit(self, value: bool) -> &'a mut W {
393        self.w.bits = (self.w.bits & !(0x01 << 1)) | (((value as u32) & 0x01) << 1);
394        self.w
395    }
396}
397#[doc = "Reader of field `LCK0`"]
398pub type LCK0_R = crate::R<bool, bool>;
399#[doc = "Write proxy for field `LCK0`"]
400pub struct LCK0_W<'a> {
401    w: &'a mut W,
402}
403impl<'a> LCK0_W<'a> {
404    #[doc = r"Sets the field bit"]
405    #[inline(always)]
406    pub fn set_bit(self) -> &'a mut W {
407        self.bit(true)
408    }
409    #[doc = r"Clears the field bit"]
410    #[inline(always)]
411    pub fn clear_bit(self) -> &'a mut W {
412        self.bit(false)
413    }
414    #[doc = r"Writes raw bits to the field"]
415    #[inline(always)]
416    pub fn bit(self, value: bool) -> &'a mut W {
417        self.w.bits = (self.w.bits & !0x01) | ((value as u32) & 0x01);
418        self.w
419    }
420}
421impl R {
422    #[doc = "Bit 16 - Port x lock bit y (y= 0..15)"]
423    #[inline(always)]
424    pub fn lckk(&self) -> LCKK_R {
425        LCKK_R::new(((self.bits >> 16) & 0x01) != 0)
426    }
427    #[doc = "Bit 15 - Port x lock bit y (y= 0..15)"]
428    #[inline(always)]
429    pub fn lck15(&self) -> LCK15_R {
430        LCK15_R::new(((self.bits >> 15) & 0x01) != 0)
431    }
432    #[doc = "Bit 14 - Port x lock bit y (y= 0..15)"]
433    #[inline(always)]
434    pub fn lck14(&self) -> LCK14_R {
435        LCK14_R::new(((self.bits >> 14) & 0x01) != 0)
436    }
437    #[doc = "Bit 13 - Port x lock bit y (y= 0..15)"]
438    #[inline(always)]
439    pub fn lck13(&self) -> LCK13_R {
440        LCK13_R::new(((self.bits >> 13) & 0x01) != 0)
441    }
442    #[doc = "Bit 12 - Port x lock bit y (y= 0..15)"]
443    #[inline(always)]
444    pub fn lck12(&self) -> LCK12_R {
445        LCK12_R::new(((self.bits >> 12) & 0x01) != 0)
446    }
447    #[doc = "Bit 11 - Port x lock bit y (y= 0..15)"]
448    #[inline(always)]
449    pub fn lck11(&self) -> LCK11_R {
450        LCK11_R::new(((self.bits >> 11) & 0x01) != 0)
451    }
452    #[doc = "Bit 10 - Port x lock bit y (y= 0..15)"]
453    #[inline(always)]
454    pub fn lck10(&self) -> LCK10_R {
455        LCK10_R::new(((self.bits >> 10) & 0x01) != 0)
456    }
457    #[doc = "Bit 9 - Port x lock bit y (y= 0..15)"]
458    #[inline(always)]
459    pub fn lck9(&self) -> LCK9_R {
460        LCK9_R::new(((self.bits >> 9) & 0x01) != 0)
461    }
462    #[doc = "Bit 8 - Port x lock bit y (y= 0..15)"]
463    #[inline(always)]
464    pub fn lck8(&self) -> LCK8_R {
465        LCK8_R::new(((self.bits >> 8) & 0x01) != 0)
466    }
467    #[doc = "Bit 7 - Port x lock bit y (y= 0..15)"]
468    #[inline(always)]
469    pub fn lck7(&self) -> LCK7_R {
470        LCK7_R::new(((self.bits >> 7) & 0x01) != 0)
471    }
472    #[doc = "Bit 6 - Port x lock bit y (y= 0..15)"]
473    #[inline(always)]
474    pub fn lck6(&self) -> LCK6_R {
475        LCK6_R::new(((self.bits >> 6) & 0x01) != 0)
476    }
477    #[doc = "Bit 5 - Port x lock bit y (y= 0..15)"]
478    #[inline(always)]
479    pub fn lck5(&self) -> LCK5_R {
480        LCK5_R::new(((self.bits >> 5) & 0x01) != 0)
481    }
482    #[doc = "Bit 4 - Port x lock bit y (y= 0..15)"]
483    #[inline(always)]
484    pub fn lck4(&self) -> LCK4_R {
485        LCK4_R::new(((self.bits >> 4) & 0x01) != 0)
486    }
487    #[doc = "Bit 3 - Port x lock bit y (y= 0..15)"]
488    #[inline(always)]
489    pub fn lck3(&self) -> LCK3_R {
490        LCK3_R::new(((self.bits >> 3) & 0x01) != 0)
491    }
492    #[doc = "Bit 2 - Port x lock bit y (y= 0..15)"]
493    #[inline(always)]
494    pub fn lck2(&self) -> LCK2_R {
495        LCK2_R::new(((self.bits >> 2) & 0x01) != 0)
496    }
497    #[doc = "Bit 1 - Port x lock bit y (y= 0..15)"]
498    #[inline(always)]
499    pub fn lck1(&self) -> LCK1_R {
500        LCK1_R::new(((self.bits >> 1) & 0x01) != 0)
501    }
502    #[doc = "Bit 0 - Port x lock bit y (y= 0..15)"]
503    #[inline(always)]
504    pub fn lck0(&self) -> LCK0_R {
505        LCK0_R::new((self.bits & 0x01) != 0)
506    }
507}
508impl W {
509    #[doc = "Bit 16 - Port x lock bit y (y= 0..15)"]
510    #[inline(always)]
511    pub fn lckk(&mut self) -> LCKK_W {
512        LCKK_W { w: self }
513    }
514    #[doc = "Bit 15 - Port x lock bit y (y= 0..15)"]
515    #[inline(always)]
516    pub fn lck15(&mut self) -> LCK15_W {
517        LCK15_W { w: self }
518    }
519    #[doc = "Bit 14 - Port x lock bit y (y= 0..15)"]
520    #[inline(always)]
521    pub fn lck14(&mut self) -> LCK14_W {
522        LCK14_W { w: self }
523    }
524    #[doc = "Bit 13 - Port x lock bit y (y= 0..15)"]
525    #[inline(always)]
526    pub fn lck13(&mut self) -> LCK13_W {
527        LCK13_W { w: self }
528    }
529    #[doc = "Bit 12 - Port x lock bit y (y= 0..15)"]
530    #[inline(always)]
531    pub fn lck12(&mut self) -> LCK12_W {
532        LCK12_W { w: self }
533    }
534    #[doc = "Bit 11 - Port x lock bit y (y= 0..15)"]
535    #[inline(always)]
536    pub fn lck11(&mut self) -> LCK11_W {
537        LCK11_W { w: self }
538    }
539    #[doc = "Bit 10 - Port x lock bit y (y= 0..15)"]
540    #[inline(always)]
541    pub fn lck10(&mut self) -> LCK10_W {
542        LCK10_W { w: self }
543    }
544    #[doc = "Bit 9 - Port x lock bit y (y= 0..15)"]
545    #[inline(always)]
546    pub fn lck9(&mut self) -> LCK9_W {
547        LCK9_W { w: self }
548    }
549    #[doc = "Bit 8 - Port x lock bit y (y= 0..15)"]
550    #[inline(always)]
551    pub fn lck8(&mut self) -> LCK8_W {
552        LCK8_W { w: self }
553    }
554    #[doc = "Bit 7 - Port x lock bit y (y= 0..15)"]
555    #[inline(always)]
556    pub fn lck7(&mut self) -> LCK7_W {
557        LCK7_W { w: self }
558    }
559    #[doc = "Bit 6 - Port x lock bit y (y= 0..15)"]
560    #[inline(always)]
561    pub fn lck6(&mut self) -> LCK6_W {
562        LCK6_W { w: self }
563    }
564    #[doc = "Bit 5 - Port x lock bit y (y= 0..15)"]
565    #[inline(always)]
566    pub fn lck5(&mut self) -> LCK5_W {
567        LCK5_W { w: self }
568    }
569    #[doc = "Bit 4 - Port x lock bit y (y= 0..15)"]
570    #[inline(always)]
571    pub fn lck4(&mut self) -> LCK4_W {
572        LCK4_W { w: self }
573    }
574    #[doc = "Bit 3 - Port x lock bit y (y= 0..15)"]
575    #[inline(always)]
576    pub fn lck3(&mut self) -> LCK3_W {
577        LCK3_W { w: self }
578    }
579    #[doc = "Bit 2 - Port x lock bit y (y= 0..15)"]
580    #[inline(always)]
581    pub fn lck2(&mut self) -> LCK2_W {
582        LCK2_W { w: self }
583    }
584    #[doc = "Bit 1 - Port x lock bit y (y= 0..15)"]
585    #[inline(always)]
586    pub fn lck1(&mut self) -> LCK1_W {
587        LCK1_W { w: self }
588    }
589    #[doc = "Bit 0 - Port x lock bit y (y= 0..15)"]
590    #[inline(always)]
591    pub fn lck0(&mut self) -> LCK0_W {
592        LCK0_W { w: self }
593    }
594}