Searched refs:PMTMR_TARGET_TICKS (Results 1 – 3 of 3) sorted by relevance
54 if (tick_delta < PMTMR_TARGET_TICKS) { in check_reading()56 tick_delta, PMTMR_TARGET_TICKS); in check_reading()57 } else if ((tick_delta - PMTMR_TARGET_TICKS) > tick_margin) { in check_reading()59 PMTMR_TARGET_TICKS + tick_margin); in check_reading()113 const uint_t margin_ticks = MAX(1, PMTMR_TARGET_TICKS / 10000); in main()
33 } while (end < (start + PMTMR_TARGET_TICKS)); in start()
33 #define PMTMR_TARGET_TICKS (PMTMR_FREQ / 10) macro