Home
last modified time | relevance | path

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

/external/pigweed/pw_chrono_threadx/
Dsystem_clock.cc35 static_assert(!SystemClock::is_nmi_safe,
/external/pigweed/pw_chrono_freertos/
Dsystem_clock.cc33 static_assert(!SystemClock::is_nmi_safe,
/external/pigweed/pw_chrono_embos/
Dsystem_clock.cc31 static_assert(!SystemClock::is_nmi_safe,
/external/pigweed/pw_chrono/public/pw_chrono/
Dsystem_clock.h102 static constexpr bool is_nmi_safe = backend::kSystemClockNmiSafe; member