Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c62 osThreadSetPriority(id, osPriorityBelowNormal); in thread3()
64 zassert_equal(rv, osPriorityBelowNormal, in thread3()
66 (int)osPriorityBelowNormal, (int)rv); in thread3()
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c174 osThreadSetPriority(id, osPriorityBelowNormal); in thread3()
176 zassert_equal(rv, osPriorityBelowNormal, in thread3()
178 (int)osPriorityBelowNormal, (int)rv); in thread3()
/Zephyr-Core-3.6.0/include/zephyr/portability/
Dcmsis_os.h85 osPriorityBelowNormal = -1, ///< priority: below normal enumerator
Dcmsis_os2.h112 osPriorityBelowNormal = 16, /* /< Priority: below normal */ enumerator