From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- watch__deepsleep_8h_source.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'watch__deepsleep_8h_source.html') diff --git a/watch__deepsleep_8h_source.html b/watch__deepsleep_8h_source.html index 8636c9b4..3efd8a67 100644 --- a/watch__deepsleep_8h_source.html +++ b/watch__deepsleep_8h_source.html @@ -118,12 +118,7 @@ $(function() {
136
152void watch_enter_backup_mode(void);
153
-
154__attribute__((deprecated("Use watch_enter_sleep_mode or watch_enter_deep_sleep_mode instead")))
-
155void watch_enter_shallow_sleep(bool display_on);
-
156
-
157__attribute__((deprecated("Use watch_enter_backup_mode instead")))
-
158void watch_enter_deep_sleep(void);
-
160#endif
+
155#endif
uint32_t watch_get_backup_data(uint8_t reg)
Gets 32 bits of data from the RTC's BACKUP register.
void watch_store_backup_data(uint32_t data, uint8_t reg)
Stores data in one of the RTC's backup registers, which retain their data in BACKUP mode.
void watch_enter_backup_mode(void)
Enters the SAM L22's lowest-power mode, BACKUP.
-- cgit v1.2.3