Searched refs:MIN_ALARM_DELAY (Results 1 – 9 of 9) sorted by relevance
41 #define MIN_ALARM_DELAY 3 // in ticks macro128 return( MIN_ALARM_DELAY ); in RtcGetMinimumTimeout()
39 #define MIN_ALARM_DELAY 3 // in ticks macro226 return( MIN_ALARM_DELAY ); in RtcGetMinimumTimeout()283 if( ( int64_t )MIN_ALARM_DELAY < ( int64_t )( timeout - RtcGetTimerElapsedTime( ) ) ) in RtcSetAlarm()
39 #define MIN_ALARM_DELAY 3 // in ticks macro227 return( MIN_ALARM_DELAY ); in RtcGetMinimumTimeout()284 if( ( int64_t )MIN_ALARM_DELAY < ( int64_t )( timeout - RtcGetTimerElapsedTime( ) ) ) in RtcSetAlarm()