Searched refs:useRtc (Results 1 – 1 of 1) sorted by relevance
46 uint8_t useRtc; /* 1 for rtc, 0 for tim */ member132 …if ((!tim->useRtc && tim->expires <= timGetTime()) || (tim->useRtc && tim->expires <= rtcGetTime()… in timFireAsNeededAndUpdateAlarms()150 if (tim->useRtc) in timFireAsNeededAndUpdateAlarms()173 …ngth, uint32_t jitterPpm, uint32_t driftPpm, TaggedPtr info, void* data, bool oneShot, bool useRtc) in timTimerSetEx() argument175 uint64_t curTime = useRtc ? rtcGetTime() : timGetTime(); in timTimerSetEx()198 t->useRtc = useRtc; in timTimerSetEx()