EFR32 Mighty Gecko 12 Software Documentation  efr32mg12-doc-5.1.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Utility Functions Local Variables

Detailed Description

Local variables used in the utility functions.

Variables

static volatile bool rtcComplete
 
static RTCDRV_TimerID_t rtcId
 

Variable Documentation

volatile bool rtcComplete
static

Flag to show if the RTC has expired

Definition at line 32 of file util_sleep.c.

Referenced by rtcCb(), UTIL_sleep(), and UTIL_waitForEvent().

RTCDRV_TimerID_t rtcId
static

The ID of the currently used RTC

Definition at line 33 of file util_sleep.c.

Referenced by UTIL_sleep(), UTIL_sleepInit(), and UTIL_waitForEvent().