Home
last modified time | relevance | path

Searched defs:InInterruptContext (Results 1 – 2 of 2) 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_cortex_m/public/pw_interrupt_cortex_m/
Dcontext_inline.h31 inline bool InInterruptContext() { in InInterruptContext() function