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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - RTC Control 0"]
    pub cr0: CR0,
    _reserved1: [u8; 2usize],
    #[doc = "0x04 - RTC Status 0"]
    pub sr0: SR0,
    _reserved2: [u8; 2usize],
    #[doc = "0x08 - RTC Status 1"]
    pub sr1: SR1,
    _reserved3: [u8; 2usize],
    #[doc = "0x0c - RTC Count 0"]
    pub cnt0: CNT0,
    _reserved4: [u8; 2usize],
    #[doc = "0x10 - RTC Count 1"]
    pub cnt1: CNT1,
    _reserved5: [u8; 2usize],
    #[doc = "0x14 - RTC Alarm 0"]
    pub alm0: ALM0,
    _reserved6: [u8; 2usize],
    #[doc = "0x18 - RTC Alarm 1"]
    pub alm1: ALM1,
    _reserved7: [u8; 2usize],
    #[doc = "0x1c - RTC Trim"]
    pub trm: TRM,
    _reserved8: [u8; 2usize],
    #[doc = "0x20 - RTC Gateway"]
    pub gwy: GWY,
    _reserved9: [u8; 6usize],
    #[doc = "0x28 - RTC Control 1"]
    pub cr1: CR1,
    _reserved10: [u8; 2usize],
    #[doc = "0x2c - RTC Status 2"]
    pub sr2: SR2,
    _reserved11: [u8; 2usize],
    #[doc = "0x30 - RTC Snapshot 0"]
    pub snap0: SNAP0,
    _reserved12: [u8; 2usize],
    #[doc = "0x34 - RTC Snapshot 1"]
    pub snap1: SNAP1,
    _reserved13: [u8; 2usize],
    #[doc = "0x38 - RTC Snapshot 2"]
    pub snap2: SNAP2,
    _reserved14: [u8; 2usize],
    #[doc = "0x3c - RTC Modulo"]
    pub mod_: MOD,
    _reserved15: [u8; 2usize],
    #[doc = "0x40 - RTC Count 2"]
    pub cnt2: CNT2,
    _reserved16: [u8; 2usize],
    #[doc = "0x44 - RTC Alarm 2"]
    pub alm2: ALM2,
    _reserved17: [u8; 2usize],
    #[doc = "0x48 - RTC Status 3"]
    pub sr3: SR3,
    _reserved18: [u8; 2usize],
    #[doc = "0x4c - RTC Control 2 for Configuring Input Capture Channels"]
    pub cr2ic: CR2IC,
    _reserved19: [u8; 2usize],
    #[doc = "0x50 - RTC Control 3 for Configuring SensorStrobe Channel"]
    pub cr3ss: CR3SS,
    _reserved20: [u8; 2usize],
    #[doc = "0x54 - RTC Control 4 for Configuring SensorStrobe Channel"]
    pub cr4ss: CR4SS,
    _reserved21: [u8; 2usize],
    #[doc = "0x58 - RTC Mask for SensorStrobe Channel"]
    pub ssmsk: SSMSK,
    _reserved22: [u8; 2usize],
    #[doc = "0x5c - RTC Auto-Reload for SensorStrobe Channel 1"]
    pub ss1arl: SS1ARL,
    _reserved23: [u8; 6usize],
    #[doc = "0x64 - RTC Input Capture Channel 2"]
    pub ic2: IC2,
    _reserved24: [u8; 2usize],
    #[doc = "0x68 - RTC Input Capture Channel 3"]
    pub ic3: IC3,
    _reserved25: [u8; 2usize],
    #[doc = "0x6c - RTC Input Capture Channel 4"]
    pub ic4: IC4,
    _reserved26: [u8; 2usize],
    #[doc = "0x70 - RTC SensorStrobe Channel 1"]
    pub ss1: SS1,
    _reserved27: [u8; 14usize],
    #[doc = "0x80 - RTC Status 4"]
    pub sr4: SR4,
    _reserved28: [u8; 2usize],
    #[doc = "0x84 - RTC Status 5"]
    pub sr5: SR5,
    _reserved29: [u8; 2usize],
    #[doc = "0x88 - RTC Status 6"]
    pub sr6: SR6,
    _reserved30: [u8; 2usize],
    #[doc = "0x8c - RTC SensorStrobe Channel 1 Target"]
    pub ss1tgt: SS1TGT,
    _reserved31: [u8; 2usize],
    #[doc = "0x90 - RTC Freeze Count"]
    pub frzcnt: FRZCNT,
}
#[doc = "RTC Control 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cr0](cr0) module"]
pub type CR0 = crate::Reg<u16, _CR0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CR0;
#[doc = "`read()` method returns [cr0::R](cr0::R) reader structure"]
impl crate::Readable for CR0 {}
#[doc = "`write(|w| ..)` method takes [cr0::W](cr0::W) writer structure"]
impl crate::Writable for CR0 {}
#[doc = "RTC Control 0"]
pub mod cr0;
#[doc = "RTC Status 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr0](sr0) module"]
pub type SR0 = crate::Reg<u16, _SR0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR0;
#[doc = "`read()` method returns [sr0::R](sr0::R) reader structure"]
impl crate::Readable for SR0 {}
#[doc = "`write(|w| ..)` method takes [sr0::W](sr0::W) writer structure"]
impl crate::Writable for SR0 {}
#[doc = "RTC Status 0"]
pub mod sr0;
#[doc = "RTC Status 1\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr1](sr1) module"]
pub type SR1 = crate::Reg<u16, _SR1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR1;
#[doc = "`read()` method returns [sr1::R](sr1::R) reader structure"]
impl crate::Readable for SR1 {}
#[doc = "RTC Status 1"]
pub mod sr1;
#[doc = "RTC Count 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cnt0](cnt0) module"]
pub type CNT0 = crate::Reg<u16, _CNT0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CNT0;
#[doc = "`read()` method returns [cnt0::R](cnt0::R) reader structure"]
impl crate::Readable for CNT0 {}
#[doc = "`write(|w| ..)` method takes [cnt0::W](cnt0::W) writer structure"]
impl crate::Writable for CNT0 {}
#[doc = "RTC Count 0"]
pub mod cnt0;
#[doc = "RTC Count 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cnt1](cnt1) module"]
pub type CNT1 = crate::Reg<u16, _CNT1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CNT1;
#[doc = "`read()` method returns [cnt1::R](cnt1::R) reader structure"]
impl crate::Readable for CNT1 {}
#[doc = "`write(|w| ..)` method takes [cnt1::W](cnt1::W) writer structure"]
impl crate::Writable for CNT1 {}
#[doc = "RTC Count 1"]
pub mod cnt1;
#[doc = "RTC Alarm 0\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [alm0](alm0) module"]
pub type ALM0 = crate::Reg<u16, _ALM0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _ALM0;
#[doc = "`read()` method returns [alm0::R](alm0::R) reader structure"]
impl crate::Readable for ALM0 {}
#[doc = "`write(|w| ..)` method takes [alm0::W](alm0::W) writer structure"]
impl crate::Writable for ALM0 {}
#[doc = "RTC Alarm 0"]
pub mod alm0;
#[doc = "RTC Alarm 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [alm1](alm1) module"]
pub type ALM1 = crate::Reg<u16, _ALM1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _ALM1;
#[doc = "`read()` method returns [alm1::R](alm1::R) reader structure"]
impl crate::Readable for ALM1 {}
#[doc = "`write(|w| ..)` method takes [alm1::W](alm1::W) writer structure"]
impl crate::Writable for ALM1 {}
#[doc = "RTC Alarm 1"]
pub mod alm1;
#[doc = "RTC Trim\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [trm](trm) module"]
pub type TRM = crate::Reg<u16, _TRM>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _TRM;
#[doc = "`read()` method returns [trm::R](trm::R) reader structure"]
impl crate::Readable for TRM {}
#[doc = "`write(|w| ..)` method takes [trm::W](trm::W) writer structure"]
impl crate::Writable for TRM {}
#[doc = "RTC Trim"]
pub mod trm;
#[doc = "RTC Gateway\n\nThis register you can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [gwy](gwy) module"]
pub type GWY = crate::Reg<u16, _GWY>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _GWY;
#[doc = "`write(|w| ..)` method takes [gwy::W](gwy::W) writer structure"]
impl crate::Writable for GWY {}
#[doc = "RTC Gateway"]
pub mod gwy;
#[doc = "RTC Control 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cr1](cr1) module"]
pub type CR1 = crate::Reg<u16, _CR1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CR1;
#[doc = "`read()` method returns [cr1::R](cr1::R) reader structure"]
impl crate::Readable for CR1 {}
#[doc = "`write(|w| ..)` method takes [cr1::W](cr1::W) writer structure"]
impl crate::Writable for CR1 {}
#[doc = "RTC Control 1"]
pub mod cr1;
#[doc = "RTC Status 2\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr2](sr2) module"]
pub type SR2 = crate::Reg<u16, _SR2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR2;
#[doc = "`read()` method returns [sr2::R](sr2::R) reader structure"]
impl crate::Readable for SR2 {}
#[doc = "`write(|w| ..)` method takes [sr2::W](sr2::W) writer structure"]
impl crate::Writable for SR2 {}
#[doc = "RTC Status 2"]
pub mod sr2;
#[doc = "RTC Snapshot 0\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [snap0](snap0) module"]
pub type SNAP0 = crate::Reg<u16, _SNAP0>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SNAP0;
#[doc = "`read()` method returns [snap0::R](snap0::R) reader structure"]
impl crate::Readable for SNAP0 {}
#[doc = "RTC Snapshot 0"]
pub mod snap0;
#[doc = "RTC Snapshot 1\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [snap1](snap1) module"]
pub type SNAP1 = crate::Reg<u16, _SNAP1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SNAP1;
#[doc = "`read()` method returns [snap1::R](snap1::R) reader structure"]
impl crate::Readable for SNAP1 {}
#[doc = "RTC Snapshot 1"]
pub mod snap1;
#[doc = "RTC Snapshot 2\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [snap2](snap2) module"]
pub type SNAP2 = crate::Reg<u16, _SNAP2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SNAP2;
#[doc = "`read()` method returns [snap2::R](snap2::R) reader structure"]
impl crate::Readable for SNAP2 {}
#[doc = "RTC Snapshot 2"]
pub mod snap2;
#[doc = "RTC Modulo\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mod_](mod_) module"]
pub type MOD = crate::Reg<u16, _MOD>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _MOD;
#[doc = "`read()` method returns [mod_::R](mod_::R) reader structure"]
impl crate::Readable for MOD {}
#[doc = "RTC Modulo"]
pub mod mod_;
#[doc = "RTC Count 2\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cnt2](cnt2) module"]
pub type CNT2 = crate::Reg<u16, _CNT2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CNT2;
#[doc = "`read()` method returns [cnt2::R](cnt2::R) reader structure"]
impl crate::Readable for CNT2 {}
#[doc = "RTC Count 2"]
pub mod cnt2;
#[doc = "RTC Alarm 2\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [alm2](alm2) module"]
pub type ALM2 = crate::Reg<u16, _ALM2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _ALM2;
#[doc = "`read()` method returns [alm2::R](alm2::R) reader structure"]
impl crate::Readable for ALM2 {}
#[doc = "`write(|w| ..)` method takes [alm2::W](alm2::W) writer structure"]
impl crate::Writable for ALM2 {}
#[doc = "RTC Alarm 2"]
pub mod alm2;
#[doc = "RTC Status 3\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr3](sr3) module"]
pub type SR3 = crate::Reg<u16, _SR3>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR3;
#[doc = "`read()` method returns [sr3::R](sr3::R) reader structure"]
impl crate::Readable for SR3 {}
#[doc = "`write(|w| ..)` method takes [sr3::W](sr3::W) writer structure"]
impl crate::Writable for SR3 {}
#[doc = "RTC Status 3"]
pub mod sr3;
#[doc = "RTC Control 2 for Configuring Input Capture Channels\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cr2ic](cr2ic) module"]
pub type CR2IC = crate::Reg<u16, _CR2IC>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CR2IC;
#[doc = "`read()` method returns [cr2ic::R](cr2ic::R) reader structure"]
impl crate::Readable for CR2IC {}
#[doc = "`write(|w| ..)` method takes [cr2ic::W](cr2ic::W) writer structure"]
impl crate::Writable for CR2IC {}
#[doc = "RTC Control 2 for Configuring Input Capture Channels"]
pub mod cr2ic;
#[doc = "RTC Control 3 for Configuring SensorStrobe Channel\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cr3ss](cr3ss) module"]
pub type CR3SS = crate::Reg<u16, _CR3SS>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CR3SS;
#[doc = "`read()` method returns [cr3ss::R](cr3ss::R) reader structure"]
impl crate::Readable for CR3SS {}
#[doc = "`write(|w| ..)` method takes [cr3ss::W](cr3ss::W) writer structure"]
impl crate::Writable for CR3SS {}
#[doc = "RTC Control 3 for Configuring SensorStrobe Channel"]
pub mod cr3ss;
#[doc = "RTC Control 4 for Configuring SensorStrobe Channel\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [cr4ss](cr4ss) module"]
pub type CR4SS = crate::Reg<u16, _CR4SS>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _CR4SS;
#[doc = "`read()` method returns [cr4ss::R](cr4ss::R) reader structure"]
impl crate::Readable for CR4SS {}
#[doc = "`write(|w| ..)` method takes [cr4ss::W](cr4ss::W) writer structure"]
impl crate::Writable for CR4SS {}
#[doc = "RTC Control 4 for Configuring SensorStrobe Channel"]
pub mod cr4ss;
#[doc = "RTC Mask for SensorStrobe Channel\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ssmsk](ssmsk) module"]
pub type SSMSK = crate::Reg<u16, _SSMSK>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SSMSK;
#[doc = "`read()` method returns [ssmsk::R](ssmsk::R) reader structure"]
impl crate::Readable for SSMSK {}
#[doc = "`write(|w| ..)` method takes [ssmsk::W](ssmsk::W) writer structure"]
impl crate::Writable for SSMSK {}
#[doc = "RTC Mask for SensorStrobe Channel"]
pub mod ssmsk;
#[doc = "RTC Auto-Reload for SensorStrobe Channel 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ss1arl](ss1arl) module"]
pub type SS1ARL = crate::Reg<u16, _SS1ARL>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SS1ARL;
#[doc = "`read()` method returns [ss1arl::R](ss1arl::R) reader structure"]
impl crate::Readable for SS1ARL {}
#[doc = "`write(|w| ..)` method takes [ss1arl::W](ss1arl::W) writer structure"]
impl crate::Writable for SS1ARL {}
#[doc = "RTC Auto-Reload for SensorStrobe Channel 1"]
pub mod ss1arl;
#[doc = "RTC Input Capture Channel 2\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ic2](ic2) module"]
pub type IC2 = crate::Reg<u16, _IC2>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _IC2;
#[doc = "`read()` method returns [ic2::R](ic2::R) reader structure"]
impl crate::Readable for IC2 {}
#[doc = "RTC Input Capture Channel 2"]
pub mod ic2;
#[doc = "RTC Input Capture Channel 3\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ic3](ic3) module"]
pub type IC3 = crate::Reg<u16, _IC3>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _IC3;
#[doc = "`read()` method returns [ic3::R](ic3::R) reader structure"]
impl crate::Readable for IC3 {}
#[doc = "RTC Input Capture Channel 3"]
pub mod ic3;
#[doc = "RTC Input Capture Channel 4\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ic4](ic4) module"]
pub type IC4 = crate::Reg<u16, _IC4>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _IC4;
#[doc = "`read()` method returns [ic4::R](ic4::R) reader structure"]
impl crate::Readable for IC4 {}
#[doc = "RTC Input Capture Channel 4"]
pub mod ic4;
#[doc = "RTC SensorStrobe Channel 1\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ss1](ss1) module"]
pub type SS1 = crate::Reg<u16, _SS1>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SS1;
#[doc = "`read()` method returns [ss1::R](ss1::R) reader structure"]
impl crate::Readable for SS1 {}
#[doc = "`write(|w| ..)` method takes [ss1::W](ss1::W) writer structure"]
impl crate::Writable for SS1 {}
#[doc = "RTC SensorStrobe Channel 1"]
pub mod ss1;
#[doc = "RTC Status 4\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr4](sr4) module"]
pub type SR4 = crate::Reg<u16, _SR4>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR4;
#[doc = "`read()` method returns [sr4::R](sr4::R) reader structure"]
impl crate::Readable for SR4 {}
#[doc = "RTC Status 4"]
pub mod sr4;
#[doc = "RTC Status 5\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr5](sr5) module"]
pub type SR5 = crate::Reg<u16, _SR5>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR5;
#[doc = "`read()` method returns [sr5::R](sr5::R) reader structure"]
impl crate::Readable for SR5 {}
#[doc = "RTC Status 5"]
pub mod sr5;
#[doc = "RTC Status 6\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sr6](sr6) module"]
pub type SR6 = crate::Reg<u16, _SR6>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SR6;
#[doc = "`read()` method returns [sr6::R](sr6::R) reader structure"]
impl crate::Readable for SR6 {}
#[doc = "RTC Status 6"]
pub mod sr6;
#[doc = "RTC SensorStrobe Channel 1 Target\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ss1tgt](ss1tgt) module"]
pub type SS1TGT = crate::Reg<u16, _SS1TGT>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _SS1TGT;
#[doc = "`read()` method returns [ss1tgt::R](ss1tgt::R) reader structure"]
impl crate::Readable for SS1TGT {}
#[doc = "RTC SensorStrobe Channel 1 Target"]
pub mod ss1tgt;
#[doc = "RTC Freeze Count\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [frzcnt](frzcnt) module"]
pub type FRZCNT = crate::Reg<u16, _FRZCNT>;
#[allow(missing_docs)]
#[doc(hidden)]
pub struct _FRZCNT;
#[doc = "`read()` method returns [frzcnt::R](frzcnt::R) reader structure"]
impl crate::Readable for FRZCNT {}
#[doc = "RTC Freeze Count"]
pub mod frzcnt;