1.2.2.3.2 app_idle_updateRtcCnt Function
C
void app_idle_updateRtcCnt(uint32_t cnt);
Description
RTC based tickless idle mode Hook function records RTC counter value in each tick interrupt to ensure the real time RTC counter value be recorded during system is active. Then RTC tickless idle mode can use this value to calculate how much time passed during system sleep.
Parameters
Param | Description |
---|---|
cnt | RTC counter value |
Returns
None