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
///Register block
/**CRH (rw) register accessor: RTC Control Register High
You can [`read`](crate::Reg::read) this register and get [`crh::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`crh::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:CRH)
For information about available fields see [`mod@crh`] module*/
pub type CRH = crate Reg;
///RTC Control Register High
/**CRL (rw) register accessor: RTC Control Register Low
You can [`read`](crate::Reg::read) this register and get [`crl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`crl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:CRL)
For information about available fields see [`mod@crl`] module*/
pub type CRL = crate Reg;
///RTC Control Register Low
/**PRLH (w) register accessor: RTC Prescaler Load Register High
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`prlh::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:PRLH)
For information about available fields see [`mod@prlh`] module*/
pub type PRLH = crate Reg;
///RTC Prescaler Load Register High
/**PRLL (w) register accessor: RTC Prescaler Load Register Low
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`prll::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:PRLL)
For information about available fields see [`mod@prll`] module*/
pub type PRLL = crate Reg;
///RTC Prescaler Load Register Low
/**DIVH (r) register accessor: RTC Prescaler Divider Register High
You can [`read`](crate::Reg::read) this register and get [`divh::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:DIVH)
For information about available fields see [`mod@divh`] module*/
pub type DIVH = crate Reg;
///RTC Prescaler Divider Register High
/**DIVL (r) register accessor: RTC Prescaler Divider Register Low
You can [`read`](crate::Reg::read) this register and get [`divl::R`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:DIVL)
For information about available fields see [`mod@divl`] module*/
pub type DIVL = crate Reg;
///RTC Prescaler Divider Register Low
/**CNTH (rw) register accessor: RTC Counter Register High
You can [`read`](crate::Reg::read) this register and get [`cnth::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cnth::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:CNTH)
For information about available fields see [`mod@cnth`] module*/
pub type CNTH = crate Reg;
///RTC Counter Register High
/**CNTL (rw) register accessor: RTC Counter Register Low
You can [`read`](crate::Reg::read) this register and get [`cntl::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cntl::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:CNTL)
For information about available fields see [`mod@cntl`] module*/
pub type CNTL = crate Reg;
///RTC Counter Register Low
/**ALRH (w) register accessor: RTC Alarm Register High
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alrh::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:ALRH)
For information about available fields see [`mod@alrh`] module*/
pub type ALRH = crate Reg;
///RTC Alarm Register High
/**ALRL (w) register accessor: RTC Alarm Register Low
You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`alrl::W`]. See [API](https://docs.rs/svd2rust/#read--modify--write-api).
See register [structure](https://stm32-rs.github.io/stm32-rs/STM32F107.html#RTC:ALRL)
For information about available fields see [`mod@alrl`] module*/
pub type ALRL = crate Reg;
///RTC Alarm Register Low