stm32u5/stm32u595/gtzc2_tzic/
fcr1.rs1pub type W = crate::W<FCR1rs>;
3pub type CSPI3F_W<'a, REG> = crate::BitWriter<'a, REG>;
5pub type CLPUART1F_W<'a, REG> = crate::BitWriter<'a, REG>;
7pub type CI2C3F_W<'a, REG> = crate::BitWriter<'a, REG>;
9pub type CLPTIM1F_W<'a, REG> = crate::BitWriter<'a, REG>;
11pub type CLPTIM3F_W<'a, REG> = crate::BitWriter<'a, REG>;
13pub type CLPTIM4F_W<'a, REG> = crate::BitWriter<'a, REG>;
15pub type COPAMPF_W<'a, REG> = crate::BitWriter<'a, REG>;
17pub type CCOMPF_W<'a, REG> = crate::BitWriter<'a, REG>;
19pub type CADC2F_W<'a, REG> = crate::BitWriter<'a, REG>;
21pub type CVREFBUFF_W<'a, REG> = crate::BitWriter<'a, REG>;
23pub type CDAC1F_W<'a, REG> = crate::BitWriter<'a, REG>;
25pub type CADF1F_W<'a, REG> = crate::BitWriter<'a, REG>;
27impl core::fmt::Debug for crate::generic::Reg<FCR1rs> {
28 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
29 write!(f, "(not readable)")
30 }
31}
32impl W {
33 #[inline(always)]
35 pub fn cspi3f(&mut self) -> CSPI3F_W<FCR1rs> {
36 CSPI3F_W::new(self, 0)
37 }
38 #[inline(always)]
40 pub fn clpuart1f(&mut self) -> CLPUART1F_W<FCR1rs> {
41 CLPUART1F_W::new(self, 1)
42 }
43 #[inline(always)]
45 pub fn ci2c3f(&mut self) -> CI2C3F_W<FCR1rs> {
46 CI2C3F_W::new(self, 2)
47 }
48 #[inline(always)]
50 pub fn clptim1f(&mut self) -> CLPTIM1F_W<FCR1rs> {
51 CLPTIM1F_W::new(self, 3)
52 }
53 #[inline(always)]
55 pub fn clptim3f(&mut self) -> CLPTIM3F_W<FCR1rs> {
56 CLPTIM3F_W::new(self, 4)
57 }
58 #[inline(always)]
60 pub fn clptim4f(&mut self) -> CLPTIM4F_W<FCR1rs> {
61 CLPTIM4F_W::new(self, 5)
62 }
63 #[inline(always)]
65 pub fn copampf(&mut self) -> COPAMPF_W<FCR1rs> {
66 COPAMPF_W::new(self, 6)
67 }
68 #[inline(always)]
70 pub fn ccompf(&mut self) -> CCOMPF_W<FCR1rs> {
71 CCOMPF_W::new(self, 7)
72 }
73 #[inline(always)]
75 pub fn cadc2f(&mut self) -> CADC2F_W<FCR1rs> {
76 CADC2F_W::new(self, 8)
77 }
78 #[inline(always)]
80 pub fn cvrefbuff(&mut self) -> CVREFBUFF_W<FCR1rs> {
81 CVREFBUFF_W::new(self, 9)
82 }
83 #[inline(always)]
85 pub fn cdac1f(&mut self) -> CDAC1F_W<FCR1rs> {
86 CDAC1F_W::new(self, 11)
87 }
88 #[inline(always)]
90 pub fn cadf1f(&mut self) -> CADF1F_W<FCR1rs> {
91 CADF1F_W::new(self, 12)
92 }
93}
94pub struct FCR1rs;
100impl crate::RegisterSpec for FCR1rs {
101 type Ux = u32;
102}
103impl crate::Writable for FCR1rs {
105 type Safety = crate::Unsafe;
106}
107impl crate::Resettable for FCR1rs {}