Home
last modified time | relevance | path

Searched refs:COMPARE_MARGIN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/timer/
Dcc13xx_cc26xx_rtc_timer.c56 #define COMPARE_MARGIN 6 macro
82 next = now + COMPARE_MARGIN; in setThreshold()
83 } else if ((now + COMPARE_MARGIN - next) < (uint32_t)0x80000000) { in setThreshold()
84 if (next < now + COMPARE_MARGIN) { in setThreshold()
85 next = now + COMPARE_MARGIN; in setThreshold()