Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_evr.h1460 extern void EvrRtxSemaphoreAcquired (osSemaphoreId_t semaphore_id, uint32_t tokens);
1462 #define EvrRtxSemaphoreAcquired(semaphore_id, tokens) argument
1491 extern void EvrRtxSemaphoreReleased (osSemaphoreId_t semaphore_id, uint32_t tokens);
1493 #define EvrRtxSemaphoreReleased(semaphore_id, tokens) argument
Drtx_os.h206 uint16_t tokens; ///< Current number of tokens member
/hal_nxp-3.5.0/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py2374 tokens = [token]
2470 val if token in _STRING_LEX or tokens[0] is _T_OPTION \
2534 tokens.append(token)
2537 tokens.append(None)
2539 return tokens