Searched refs:isr_mode (Results 1 – 3 of 3) sorted by relevance
31 bool isr_mode = k_is_in_isr() || k_is_pre_kernel(); in tfm_ns_interface_dispatch() local35 if (!isr_mode) { in tfm_ns_interface_dispatch()64 if (!isr_mode) { in tfm_ns_interface_dispatch()
515 bool isr_mode = k_is_in_isr() || k_is_pre_kernel(); in lfclk_spinwait() local516 int key = isr_mode ? irq_lock() : 0; in lfclk_spinwait()518 if (!isr_mode) { in lfclk_spinwait()529 if (isr_mode || !IS_ENABLED(CONFIG_MULTITHREADING)) { in lfclk_spinwait()555 if (isr_mode) { in lfclk_spinwait()
1919 bool isr_mode = k_is_in_isr() || k_is_pre_kernel(); in uarte_nrfx_poll_out() local1924 if (isr_mode) { in uarte_nrfx_poll_out()