Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dtimers.h1365 const TickType_t xOptionalValue,
1371 const TickType_t xOptionalValue,
1375 #define xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks… argument
1377 …xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTick…
1378 …xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks…
A Dmpu_prototypes.h63 TickType_t xOptionalValue; member
338 const TickType_t xOptionalValue,
368 const TickType_t xOptionalValue,
A DFreeRTOS.h1562 …#define traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPrior… argument
1570 …#define traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriori… argument
/FreeRTOS-Kernel/
A Dtimers.c450 const TickType_t xOptionalValue, in xTimerGenericCommandFromTask() argument
459 …traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskW… in xTimerGenericCommandFromTask()
467 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromTask()
484 traceTIMER_COMMAND_SEND( xTimer, xCommandID, xOptionalValue, xReturn ); in xTimerGenericCommandFromTask()
499 const TickType_t xOptionalValue, in xTimerGenericCommandFromISR() argument
508 …traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in xTimerGenericCommandFromISR()
516 xMessage.u.xTimerParameters.xMessageValue = xOptionalValue; in xTimerGenericCommandFromISR()
526 traceTIMER_COMMAND_SEND( xTimer, xCommandID, xOptionalValue, xReturn ); in xTimerGenericCommandFromISR()
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1958 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromTask() argument
1969 …xReturn = xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in MPU_xTimerGenericCommandFromTask()
1977 …xReturn = xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWo… in MPU_xTimerGenericCommandFromTask()
A Dmpu_wrappers_v2.c3477 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromTask() argument
3486 xParams.xOptionalValue = xOptionalValue; in MPU_xTimerGenericCommandFromTask()
3541 … pxParams->xOptionalValue, in MPU_xTimerGenericCommandFromTaskImpl()
3867 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromISR() argument
3883 …urn = xTimerGenericCommandFromISR( xInternalTimerHandle, xCommandID, xOptionalValue, pxHigherPrior… in MPU_xTimerGenericCommandFromISR()

Completed in 37 milliseconds