Home
last modified time | relevance | path

Searched defs:InInterruptContext (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_interrupt_zephyr/public/pw_interrupt_zephyr/
Dcontext_inline.h20 inline bool InInterruptContext() { return k_is_in_isr(); } in InInterruptContext() function
/external/pigweed/pw_interrupt_freertos/public/pw_interrupt_freertos/
Dcontext_inline.h25 inline bool InInterruptContext() { return !!xPortIsInsideInterrupt(); } in InInterruptContext() function
/external/pigweed/pw_interrupt_cortex_m/public/pw_interrupt_cortex_m/
Dcontext_inline.h31 inline bool InInterruptContext() { in InInterruptContext() function
/external/pigweed/pw_interrupt_xtensa/
Dcontext.cc24 bool InInterruptContext() { in InInterruptContext() function