Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/include/
Dbuild_config_check.h41 #if TO_THREAD_PRIORITY(PARTITION_PRI_HIGHEST) != THRD_PRIOR_HIGHEST || \
42 TO_THREAD_PRIORITY(PARTITION_PRI_HIGH) != THRD_PRIOR_HIGH || \
43 TO_THREAD_PRIORITY(PARTITION_PRI_NORMAL) != THRD_PRIOR_MEDIUM || \
44 TO_THREAD_PRIORITY(PARTITION_PRI_LOW) != THRD_PRIOR_LOW || \
45 TO_THREAD_PRIORITY(PARTITION_PRI_LOWEST) != THRD_PRIOR_LOWEST
/trusted-firmware-m-latest/secure_fw/spm/include/load/
Dpartition_defs.h57 #define TO_THREAD_PRIORITY(x) (x) macro
/trusted-firmware-m-latest/secure_fw/spm/core/
Dbackend_ipc.c322 TO_THREAD_PRIORITY(PARTITION_PRIORITY(p_pldi->flags))); in backend_init_comp_assuredly()