Home
last modified time | relevance | path

Searched refs:xOptionalValue (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/include/
Dtimers.h1362 const TickType_t xOptionalValue,
1368 const TickType_t xOptionalValue,
1372 #define xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks… argument
1374 …xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTick…
1375 …xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks…
Dmpu_prototypes.h63 TickType_t xOptionalValue; member
268 const TickType_t xOptionalValue,
298 const TickType_t xOptionalValue,
DFreeRTOS.h1537 …#define traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPrior… argument
1545 …#define traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriori… argument
/Kernel-v11.1.0/
Dtimers.c450 const TickType_t xOptionalValue, in xTimerGenericCommandFromTask() argument
459 …traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskW… in xTimerGenericCommandFromTask()
469 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromTask()
486 traceTIMER_COMMAND_SEND( xTimer, xCommandID, xOptionalValue, xReturn ); in xTimerGenericCommandFromTask()
501 const TickType_t xOptionalValue, in xTimerGenericCommandFromISR() argument
510 …traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in xTimerGenericCommandFromISR()
520 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromISR()
530 traceTIMER_COMMAND_SEND( xTimer, xCommandID, xOptionalValue, xReturn ); in xTimerGenericCommandFromISR()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1928 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromTask() argument
1939 …xReturn = xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in MPU_xTimerGenericCommandFromTask()
1947 …xReturn = xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in MPU_xTimerGenericCommandFromTask()
Dmpu_wrappers_v2.c3444 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromTask() argument
3453 xParams.xOptionalValue = xOptionalValue; in MPU_xTimerGenericCommandFromTask()
3508 … pxParams->xOptionalValue, in MPU_xTimerGenericCommandFromTaskImpl()
3834 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromISR() argument
3860 …urn = xTimerGenericCommandFromISR( xInternalTimerHandle, xCommandID, xOptionalValue, pxHigherPrior… in MPU_xTimerGenericCommandFromISR()