Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.c39 __WEAK uint32_t osRtxErrorNotify (uint32_t code, void *object_id) { in osRtxErrorNotify() argument
40 (void)object_id; in osRtxErrorNotify()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h404 extern uint32_t osRtxErrorNotify (uint32_t code, void *object_id);
405 extern uint32_t osRtxKernelErrorNotify (uint32_t code, void *object_id);
Drtx_evr.h400 extern void EvrRtxKernelErrorNotify (uint32_t code, void *object_id);
402 #define EvrRtxKernelErrorNotify(code, object_id) argument