From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- watch__rtc_8h_source.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'watch__rtc_8h_source.html') diff --git a/watch__rtc_8h_source.html b/watch__rtc_8h_source.html index 8016cfe0..95f05738 100644 --- a/watch__rtc_8h_source.html +++ b/watch__rtc_8h_source.html @@ -143,16 +143,7 @@ $(function() {
145
148void watch_rtc_disable_all_periodic_callbacks(void);
149
-
153__attribute__((deprecated("Use watch_rtc_set_date_time function instead")))
-
154void watch_set_date_time(struct calendar_date_time date_time);
-
155
-
159__attribute__((deprecated("Use the watch_rtc_get_date_time function instead")))
-
160void watch_get_date_time(struct calendar_date_time *date_time);
-
161
-
166__attribute__((deprecated("Use the watch_rtc_register_tick_callback function instead")))
-
167void watch_register_tick_callback(ext_irq_cb_t callback);
-
168
-
170#endif
+
151#endif
void watch_rtc_disable_all_periodic_callbacks(void)
Disables all periodic callbacks, including the once-per-second tick callback.
watch_date_time watch_rtc_get_date_time(void)
Returns the date and time.
bool _watch_rtc_is_enabled(void)
Called by main.c to check if the RTC is enabled. You may call this function, but outside of app_init,...
@@ -160,7 +151,6 @@ $(function() {
void watch_rtc_disable_tick_callback(void)
Disables the tick callback for the given period.
void watch_rtc_disable_alarm_callback(void)
Disables the alarm callback.
void watch_rtc_register_tick_callback(ext_irq_cb_t callback)
Registers a "tick" callback that will be called once per second.
-
__attribute__((deprecated("Use watch_rtc_set_date_time function instead"))) void watch_set_date_time(struct calendar_date_time date_time)
Sets the system date and time.
void watch_rtc_register_alarm_callback(ext_irq_cb_t callback, watch_date_time alarm_time, watch_rtc_alarm_match mask)
Registers an alarm callback that will be called when the RTC time matches the target time,...
void watch_rtc_disable_matching_periodic_callbacks(uint8_t mask)
Disables tick callbacks for the given periods (as a bitmask).
void watch_rtc_set_date_time(watch_date_time date_time)
Sets the date and time.
-- cgit v1.2.3