Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.h421 #ifndef OS_EVR_THFLAGS_LEVEL
422 #define OS_EVR_THFLAGS_LEVEL 0x81U macro
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c376 #if ((OS_EVR_THFLAGS_LEVEL & 0x80U) != 0U) in evr_initialize()
377 …(void)EventRecorderEnable( OS_EVR_THFLAGS_LEVEL & 0x0FU, EvtRtxThreadFlagsNo, EvtRtxThreadFlag… in evr_initialize()
378 …(void)EventRecorderDisable(~OS_EVR_THFLAGS_LEVEL & 0x0FU, EvtRtxThreadFlagsNo, EvtRtxThreadFlag… in evr_initialize()