Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_bm.c702 return KOSA_StatusIdle; in OSA_SemaphoreWait()
836 return KOSA_StatusIdle; in OSA_MutexLock()
1016 osa_status_t retVal = KOSA_StatusIdle; in OSA_EventWait()
1243 status = KOSA_StatusIdle; /* Before a timeout, the status should be idle. */ in OSA_MsgQGet()
1257 status = KOSA_StatusIdle; in OSA_MsgQGet()
1265 status = KOSA_StatusIdle; in OSA_MsgQGet()
Dfsl_os_abstraction.h102KOSA_StatusIdle = MAKE_STATUS(kStatusGroup_OSA, 3), /*!< Used for bare metal only, the wait obj… enumerator
111 KOSA_StatusIdle = 3, /*!< Used for bare metal only, the wait object is not ready enumerator