Home
last modified time | relevance | path

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

/external/pigweed/pw_chrono_stl/public/pw_chrono_stl/
Dsystem_clock_config.h36 constexpr inline bool kSystemClockFreeRunning = true; variable
/external/pigweed/pw_chrono_embos/public/pw_chrono_embos/
Dsystem_clock_config.h39 inline constexpr bool kSystemClockFreeRunning = false; variable
/external/pigweed/pw_chrono_freertos/public/pw_chrono_freertos/
Dsystem_clock_config.h36 constexpr inline bool kSystemClockFreeRunning = false; variable
/external/pigweed/pw_chrono_threadx/public/pw_chrono_threadx/
Dsystem_clock_config.h39 constexpr inline bool kSystemClockFreeRunning = false; variable
/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h92 static constexpr bool is_free_running = backend::kSystemClockFreeRunning;