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()
500 bool isr_mode = k_is_in_isr() || k_is_pre_kernel(); in lfclk_spinwait() local501 int key = isr_mode ? irq_lock() : 0; in lfclk_spinwait()503 if (!isr_mode) { in lfclk_spinwait()514 if (isr_mode || !IS_ENABLED(CONFIG_MULTITHREADING)) { in lfclk_spinwait()540 if (isr_mode) { in lfclk_spinwait()
1860 bool isr_mode = k_is_in_isr() || k_is_pre_kernel(); in uarte_nrfx_poll_out() local1865 if (isr_mode) { in uarte_nrfx_poll_out()