48 #define SYSTICKDELAY 0 59 void delay (uint32_t msDelay);
60 void sleep (uint32_t sSleep);
uint32_t RTC_getPassedSleeptime(void)
Method to get the time spend sleeping (in seconds) in the case of GPIO wake-up.
void RTC_clearWakeup(void)
Method to clear RTC_sleep_wakeup.
void delay(uint32_t msDelay)
Wait for a certain amount of milliseconds in EM2/3.
bool RTC_checkWakeup(void)
Method to check if the wakeup was caused by the RTC.
void sleep(uint32_t sSleep)
Sleep for a certain amount of seconds in EM2/3.