Searched refs:xOptionalValue (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | timers.h | 1362 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…
|
| D | mpu_prototypes.h | 63 TickType_t xOptionalValue; member 268 const TickType_t xOptionalValue, 298 const TickType_t xOptionalValue,
|
| D | FreeRTOS.h | 1485 …#define traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPrior… argument 1493 …#define traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriori… argument
|
| /Kernel-v11.0.1/ |
| D | timers.c | 450 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.0.1/portable/Common/ |
| D | mpu_wrappers.c | 1928 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()
|
| D | mpu_wrappers_v2.c | 3439 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromTask() argument 3448 xParams.xOptionalValue = xOptionalValue; in MPU_xTimerGenericCommandFromTask() 3503 … pxParams->xOptionalValue, in MPU_xTimerGenericCommandFromTaskImpl() 3829 const TickType_t xOptionalValue, in MPU_xTimerGenericCommandFromISR() argument 3855 …urn = xTimerGenericCommandFromISR( xInternalTimerHandle, xCommandID, xOptionalValue, pxHigherPrior… in MPU_xTimerGenericCommandFromISR()
|