Lines Matching refs:xTicksToWait
509 #define xTimerStart( xTimer, xTicksToWait ) \ argument
510 …imerGenericCommand( ( xTimer ), tmrCOMMAND_START, ( xTaskGetTickCount() ), NULL, ( xTicksToWait ) )
552 #define xTimerStop( xTimer, xTicksToWait ) \ argument
553 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_STOP, 0U, NULL, ( xTicksToWait ) )
633 #define xTimerChangePeriod( xTimer, xNewPeriod, xTicksToWait ) \ argument
634 …TimerGenericCommand( ( xTimer ), tmrCOMMAND_CHANGE_PERIOD, ( xNewPeriod ), NULL, ( xTicksToWait ) )
672 #define xTimerDelete( xTimer, xTicksToWait ) \ argument
673 xTimerGenericCommand( ( xTimer ), tmrCOMMAND_DELETE, 0U, NULL, ( xTicksToWait ) )
797 #define xTimerReset( xTimer, xTicksToWait ) \ argument
798 …imerGenericCommand( ( xTimer ), tmrCOMMAND_RESET, ( xTaskGetTickCount() ), NULL, ( xTicksToWait ) )
1241 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1355 const TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;