Scott Mabin 087ef918bf stm32: Add RtcTimeProvider struct to Rtc module
This struct allows users to acquire the current time without putting `Rtc`
in a mutex and passing that around. This is allowed because reading from the
rtc registers is atomic.
2023-09-17 18:04:05 +01:00
..
2023-09-15 17:36:21 -05:00
2023-08-06 15:00:39 -05:00
2023-09-15 18:41:33 -05:00
2023-08-30 01:37:18 +02:00
2023-07-30 18:20:36 +02:00
2023-07-23 17:01:34 -05:00
2023-09-16 04:04:45 +02:00
2023-09-15 18:41:33 -05:00
2023-08-28 11:44:05 +02:00
2023-09-15 18:41:33 -05:00
2023-04-13 00:06:14 +02:00
2023-04-18 16:37:35 +02:00