EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
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().