1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 09:21:19 +01:00
Benjamin Valentin d77724bf04 cpu/sam0_common: RTC: wait for syncbusy in rtc_get_time()
`rtt_get_counter()` already waits for syncbusy before reading the time,
but we also have to do this in RTC mode (`rtc_get_time()`) to avoid
reading old values.

Thus, always wait for syncbusy to clear when accessing the COUNT register.
2022-05-31 15:26:22 +02:00
..
2022-04-06 12:29:25 +02:00
2022-04-06 12:29:25 +02:00
2022-02-09 16:50:04 +01:00
2022-04-06 12:29:25 +02:00
2022-04-06 12:29:25 +02:00
2021-12-02 16:33:19 +01:00
2022-04-06 12:29:25 +02:00
2021-07-09 10:47:42 +02:00