Searched refs:xCommandID (Results 1 – 5 of 5) sorted by relevance
/Kernel-v10.6.2/ |
HD | timers.c | 387 const BaseType_t xCommandID, in xTimerGenericCommand() argument 402 xMessage.xMessageID = xCommandID; in xTimerGenericCommand() 406 if( xCommandID < tmrFIRST_FROM_ISR_COMMAND ) in xTimerGenericCommand() 422 traceTIMER_COMMAND_SEND( xTimer, xCommandID, xOptionalValue, xReturn ); in xTimerGenericCommand()
|
/Kernel-v10.6.2/include/ |
HD | timers.h | 1352 const BaseType_t xCommandID,
|
HD | mpu_prototypes.h | 62 BaseType_t xCommandID; member 265 const BaseType_t xCommandID,
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 1951 const BaseType_t xCommandID, in MPU_xTimerGenericCommand() argument 1963 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand() 1971 …xReturn = xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTi… in MPU_xTimerGenericCommand()
|
HD | mpu_wrappers_v2.c | 3374 const BaseType_t xCommandID, in MPU_xTimerGenericCommand() argument 3383 xParams.xCommandID = xCommandID; in MPU_xTimerGenericCommand() 3436 pxParams->xCommandID, in MPU_xTimerGenericCommandImpl() 3468 pxParams->xCommandID, in MPU_xTimerGenericCommandPrivImpl()
|