Home
last modified time | relevance | path

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

/external/pigweed/pw_chrono/public/pw_chrono/internal/
Dsystem_clock_macros.h23 #define _PW_SYSTEM_CLOCK_TIME_TO_DURATION_CEIL( … macro
39 _PW_SYSTEM_CLOCK_TIME_TO_DURATION_CEIL(milliseconds, 1000, 1)
41 _PW_SYSTEM_CLOCK_TIME_TO_DURATION_CEIL(seconds, 1, 1)
43 _PW_SYSTEM_CLOCK_TIME_TO_DURATION_CEIL(minutes, 1, 60)
45 _PW_SYSTEM_CLOCK_TIME_TO_DURATION_CEIL(hours, 1, 60 * 60)