From cb467690fc3a5624a457d48da85a0ebd117e9872 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Thu, 27 Jan 2022 19:34:08 +0000 Subject: deploy: 932e10529d84872a0df6d182c721614dbf7ff8d2 --- group__rtc.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'group__rtc.html') diff --git a/group__rtc.html b/group__rtc.html index e7c63354..334411c2 100644 --- a/group__rtc.html +++ b/group__rtc.html @@ -135,6 +135,9 @@ void void watch_rtc_disable_periodic_callback (uint8_t frequency)  Disables the tick callback for the given period. More...
  +void watch_rtc_disable_matching_periodic_callbacks (uint8_t mask) + Disables tick callbacks for the given periods (as a bitmask). More...
void watch_rtc_disable_all_periodic_callbacks (void)  Disables all periodic callbacks, including the once-per-second tick callback.
@@ -229,6 +232,32 @@ void  +

◆ watch_rtc_disable_matching_periodic_callbacks()

+ +
+
+ + + + + + + + +
void watch_rtc_disable_matching_periodic_callbacks (uint8_t mask)
+
+ +

Disables tick callbacks for the given periods (as a bitmask).

+
Parameters
+ + +
maskThe frequencies of tick callbacks you wish to disable, in Hz. The 128 Hz callback is 0b1, the 64 Hz callback is 0b10, the 32 Hz callback is 0b100, etc.
+
+
+
-- cgit v1.2.3