From d821b24f90c867ced771d19fc6f971f25098138b Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 13 Feb 2022 16:28:33 +0000 Subject: deploy: df3db080219476a16e4231a03cad9e53af311fe4 --- watch__deepsleep_8h_source.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'watch__deepsleep_8h_source.html') diff --git a/watch__deepsleep_8h_source.html b/watch__deepsleep_8h_source.html index e2b50fc2..8636c9b4 100644 --- a/watch__deepsleep_8h_source.html +++ b/watch__deepsleep_8h_source.html @@ -112,18 +112,18 @@ $(function() {
101
106uint32_t watch_get_backup_data(uint8_t reg);
107
-
122void watch_enter_sleep_mode(void);
-
123
-
134void watch_enter_deep_sleep_mode(void);
-
135
-
151void watch_enter_backup_mode(void);
-
152
-
153__attribute__((deprecated("Use watch_enter_sleep_mode or watch_enter_deep_sleep_mode instead")))
-
154void watch_enter_shallow_sleep(bool display_on);
-
155
-
156__attribute__((deprecated("Use watch_enter_backup_mode instead")))
-
157void watch_enter_deep_sleep(void);
-
159#endif
+
123void watch_enter_sleep_mode(void);
+
124
+
135void watch_enter_deep_sleep_mode(void);
+
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
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