Home
last modified time | relevance | path

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

/Zephyr-latest/modules/trusted-firmware-m/interface/
Dinterface.c32 int tfm_ns_saved_prio; in tfm_ns_interface_dispatch() local
49 tfm_ns_saved_prio = k_thread_priority_get(k_current_get()); in tfm_ns_interface_dispatch()
52 ARG_UNUSED(tfm_ns_saved_prio); in tfm_ns_interface_dispatch()
67 k_thread_priority_set(k_current_get(), tfm_ns_saved_prio); in tfm_ns_interface_dispatch()