Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Config/
DRTX_Config.h432 #ifndef OS_EVR_EVFLAGS_LEVEL
433 #define OS_EVR_EVFLAGS_LEVEL 0x81U macro
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.c380 #if ((OS_EVR_EVFLAGS_LEVEL & 0x80U) != 0U) in evr_initialize()
381 …(void)EventRecorderEnable( OS_EVR_EVFLAGS_LEVEL & 0x0FU, EvtRtxEventFlagsNo, EvtRtxEventFlags… in evr_initialize()
382 …(void)EventRecorderDisable(~OS_EVR_EVFLAGS_LEVEL & 0x0FU, EvtRtxEventFlagsNo, EvtRtxEventFlags… in evr_initialize()