Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c69 #define RESOLUTION_ALLOWANCE 0 macro
71 #define RESOLUTION_ALLOWANCE PICO_HARDWARE_TIMER_RESOLUTION_US macro
132 PICOTEST_CHECK(timeouts[i].fired_count != 1 || fired_at >= MAX(RESOLUTION_ALLOWANCE, in main()
133 … to_us_since_boot(timeouts[i].target)) - RESOLUTION_ALLOWANCE, "Timer fired early"); in main()
135 …i].fired_count != 1 || fired_at > MAX(RESOLUTION_ALLOWANCE, last_fired_at[timeouts[i].pool]) - RES… in main()