Searched refs:xOptionalValue (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | timers.h | 1365 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 D | mpu_prototypes.h | 63 TickType_t xOptionalValue; member 338 const TickType_t xOptionalValue, 368 const TickType_t xOptionalValue,
|
A D | FreeRTOS.h | 1562 …#define traceENTER_xTimerGenericCommandFromTask( xTimer, xCommandID, xOptionalValue, pxHigherPrior… argument 1570 …#define traceENTER_xTimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriori… argument
|
/FreeRTOS-Kernel/ |
A D | timers.c | 450 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 D | mpu_wrappers.c | 1958 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 D | mpu_wrappers_v2.c | 3477 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 34 milliseconds