Home
last modified time | relevance | path

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

/external/pigweed/pw_chrono_stl/public/pw_chrono_stl/
Dsystem_clock_config.h33 constexpr inline bool kSystemClockNmiSafe = true; variable
/external/pigweed/pw_chrono_embos/public/pw_chrono_embos/
Dsystem_clock_config.h36 inline constexpr bool kSystemClockNmiSafe = false; variable
/external/pigweed/pw_chrono_freertos/public/pw_chrono_freertos/
Dsystem_clock_config.h33 constexpr inline bool kSystemClockNmiSafe = false; variable
/external/pigweed/pw_chrono_threadx/public/pw_chrono_threadx/
Dsystem_clock_config.h36 constexpr inline bool kSystemClockNmiSafe = false; variable
/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h102 static constexpr bool is_nmi_safe = backend::kSystemClockNmiSafe;