Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.h134 #define OSA_ZEPHYR_TASK_GET_PRIORITY_ERROR (0xDEAD) macro
Dfsl_os_abstraction_zephyr.c473 OSA_RETURN_IF_HANDLE_IS_NULL(z_taskHandle, OSA_ZEPHYR_TASK_GET_PRIORITY_ERROR) in OSA_TaskGetPriority()
474 …IF_WRONG_CHECKMARK(z_taskHandle->checkmark, OSA_CHECKMARK_TASK, OSA_ZEPHYR_TASK_GET_PRIORITY_ERROR) in OSA_TaskGetPriority()