@@ -53,18 +53,11 @@ ICSR:
53
53
_read :
54
54
NoShiftPending : [0, No shift operation is pending]
55
55
ShiftPending : [1, A shift operation is pending]
56
- WUTWF :
57
- _read :
58
- UpdateNotAllowed : [0, Wakeup timer configuration update not allowed]
59
- UpdateAllowed : [1, Wakeup timer configuration update allowed]
60
56
61
57
PRER :
62
58
PREDIV_A : [0, 0x7F]
63
59
PREDIV_S : [0, 0x7FFF]
64
60
65
- WUTR :
66
- WUT : [0, 0xFFFF]
67
-
68
61
CR :
69
62
OUT2EN :
70
63
Disabled : [0, RTC output 2 disable]
75
68
TAMPALRM_PU :
76
69
NoPullUp : [0, No pull-up is applied on TAMPALRM output]
77
70
PullUp : [1, A pull-up is applied on TAMPALRM output]
78
- TAMPOE :
79
- Disabled : [0, The tamper flag is not routed on TAMPALRM]
80
- Enabled :
81
- [
82
- 1,
83
- " The tamper flag is routed on TAMPALRM, combined with the signal provided by OSEL and with the polarity provided by POL" ,
84
- ]
85
- TAMPTS :
86
- Disabled : [0, Tamper detection event does not cause a RTC timestamp to be saved]
87
- Enabled : [1, Save RTC timestamp on tamper detection event]
88
- ITSE :
89
- Disabled : [0, Internal event timestamp disabled]
90
- Enabled : [1, Internal event timestamp enabled]
91
71
COE :
92
72
Disabled : [0, Calibration output disabled]
93
73
Enabled : [1, Calibration output enabled]
115
95
TSIE :
116
96
Disabled : [0, Time-stamp Interrupt disabled]
117
97
Enabled : [1, Time-stamp Interrupt enabled]
118
- WUTIE :
119
- Disabled : [0, Wakeup timer interrupt disabled]
120
- Enabled : [1, Wakeup timer interrupt enabled]
121
- ALRBIE :
122
- Disabled : [0, Alarm B Interrupt disabled]
123
- Enabled : [1, Alarm B Interrupt enabled]
124
- ALRAIE :
125
- Disabled : [0, Alarm A interrupt disabled]
126
- Enabled : [1, Alarm A interrupt enabled]
98
+ ALR[AB]IE :
99
+ Disabled : [0, Alarm Interrupt disabled]
100
+ Enabled : [1, Alarm Interrupt enabled]
127
101
TSE :
128
102
Disabled : [0, Timestamp disabled]
129
103
Enabled : [1, Timestamp enabled]
130
- WUTE :
131
- Disabled : [0, Wakeup timer disabled]
132
- Enabled : [1, Wakeup timer enabled]
133
- ALRBE :
134
- Disabled : [0, Alarm B disabled]
135
- Enabled : [1, Alarm B enabled]
136
- ALRAE :
137
- Disabled : [0, Alarm A disabled]
138
- Enabled : [1, Alarm A enabled]
104
+ ALR[AB]E :
105
+ Disabled : [0, Alarm disabled]
106
+ Enabled : [1, Alarm enabled]
139
107
FMT :
140
108
TwentyFourHour : [0, 24 hour/day format]
141
109
AmPm : [1, AM/PM hour format]
156
124
TSEDGE :
157
125
RisingEdge : [0, RTC_TS input rising edge generates a time-stamp event]
158
126
FallingEdge : [1, RTC_TS input falling edge generates a time-stamp event]
159
- WUCKSEL :
160
- Div16 : [0, RTC/16 clock is selected]
161
- Div8 : [1, RTC/8 clock is selected]
162
- Div4 : [2, RTC/4 clock is selected]
163
- Div2 : [3, RTC/2 clock is selected]
164
- ClockSpare : [4, ck_spre (usually 1 Hz) clock is selected]
165
- ClockSpareWithOffset : [6, "ck_spre (usually 1 Hz) clock is selected and 2^16 is added to the WUT counter value"]
166
127
167
128
WPR :
168
129
KEY :
@@ -196,7 +157,7 @@ TSTR:
196
157
AM : [0, AM or 24-hour format]
197
158
PM : [1, PM]
198
159
199
- ALRM? R :
160
+ ALRM[AB] R :
200
161
MSK* :
201
162
Mask : [0, Alarm set if the date/day match]
202
163
NotMask : [1, "Date/day don’t care in Alarm comparison"]
@@ -219,49 +180,29 @@ ALRM?SSR:
219
180
SS : [0, 0x7FFF]
220
181
221
182
SR :
222
- ITSF :
223
- TimestampEvent : [1, This flag is set by hardware when a timestamp on the internal event occurs]
224
183
TSOVF :
225
184
Overflow : [1, This flag is set by hardware when a time-stamp event occurs while TSF is already set]
226
185
TSF :
227
186
TimestampEvent : [1, This flag is set by hardware when a time-stamp event occurs]
228
- WUTF :
229
- Zero : [1, This flag is set by hardware when the wakeup auto-reload counter reaches 0]
230
- ALRBF :
187
+ ALR[AB]F :
231
188
Match :
232
189
[
233
190
1,
234
- This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm B register (RTC_ALRMBR),
235
- ]
236
- ALRAF :
237
- Match :
238
- [
239
- 1,
240
- This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm A register (RTC_ALRMAR),
191
+ This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm register (RTC_ALRxBR),
241
192
]
242
193
243
194
MISR :
244
- ITSMF :
245
- TimestampEvent : [1, This flag is set by hardware when a timestamp on the internal event occurs]
246
195
TSOVMF :
247
196
Overflow : [1, This flag is set by hardware when a time-stamp event occurs while TSF is already set]
248
197
TSMF :
249
198
TimestampEvent : [1, This flag is set by hardware when a time-stamp event occurs]
250
- WUTMF :
251
- Zero : [1, This flag is set by hardware when the wakeup auto-reload counter reaches 0]
252
- ALRBMF :
253
- Match :
254
- [
255
- 1,
256
- This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm B register (RTC_ALRMBR),
257
- ]
258
- ALRAMF :
199
+ ALR[AB]MF :
259
200
Match :
260
201
[
261
202
1,
262
- This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm A register (RTC_ALRMAR ),
203
+ This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the Alarm register (RTC_ALRMxR ),
263
204
]
264
205
265
206
SCR :
266
207
" * " :
267
- Clear : [1, Clear interrupt flag by writing 1 ]
208
+ Clear : [1, Clear interrupt flag]
0 commit comments