Searched refs:osPriorityBelowNormal (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
| D | thread_apis.c | 62 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 64 zassert_equal(rv, osPriorityBelowNormal, in thread3() 66 (int)osPriorityBelowNormal, (int)rv); in thread3()
|
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | thread_apis.c | 165 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 167 zassert_equal(rv, osPriorityBelowNormal, "Expected priority to be changed to %d, not %d", in thread3() 168 (int)osPriorityBelowNormal, (int)rv); in thread3()
|
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os.h | 85 osPriorityBelowNormal = -1, ///< priority: below normal enumerator
|
| D | cmsis_os2.h | 112 osPriorityBelowNormal = 16, /* /< Priority: below normal */ enumerator
|