From f92b53775a84fad0264cdbdbdfe4fcce34e0a8a2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 10 Jan 2023 21:56:45 +0000 Subject: deploy: 6b71711079bd35cab61356e7b47c27445fd5eee5 --- group__rtc.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'group__rtc.html') diff --git a/group__rtc.html b/group__rtc.html index f2cfdfde..e89e0420 100644 --- a/group__rtc.html +++ b/group__rtc.html @@ -148,6 +148,14 @@ void watch_rtc_disable_tic void watch_rtc_disable_all_periodic_callbacks (void)  Disables all periodic callbacks, including the once-per-second tick callback.
  + +void watch_rtc_enable (bool en) + Enable/disable RTC while in-flight. This is quite dangerous operation, so we repeat writing register twice. Used when temporarily pausing RTC when adjusting subsecond, which are not accessible otherwise.
+  + +void watch_rtc_freqcorr_write (int16_t value, int16_t sign) + Adjusts frequency correction in single register write. Not waiting for syncronisation to save power - if you won't write new correction value in the same ~millisecond - will not cause issue.

Detailed Description

This section covers functions related to the SAM L22's real-time clock peripheral, including date, time and alarm functions.

-- cgit v1.2.3