Commit Graph

8 Commits

Author SHA1 Message Date
05e3397d95 Implement rtc's LSI calibration 2024-10-21 17:05:26 +02:00
449ec77f9f Implement backup domain's data registers access 2024-09-01 22:43:14 +02:00
92085aabb0 Fix rtc prescaler computation 2024-09-01 19:32:38 +02:00
24e412446d Implement bkp's rtc alarm configuration
Since the alarm must be set each time it is to be used, a separated
function is a better fit
2024-08-04 20:12:28 +02:00
947df53ecb Add missing file documentation 2024-07-27 22:19:29 +02:00
80c027370b Document BKP module 2024-07-27 22:13:46 +02:00
b1d25561b4 Temporarily fix warning 2024-07-27 21:57:53 +02:00
507f1e6863 Move rtc control to new BKP module
RCC's BCDR register has been moved to the BKP module since it is part of
the backup circuit and thus also aboeys some restrictions access-wise
2024-07-27 20:11:51 +02:00