Searched refs:xCallbackParameters (Results 1 – 1 of 1) sorted by relevance
123 CallbackParameters_t xCallbackParameters; member797 … const CallbackParameters_t * const pxCallback = &( xMessage.u.xCallbackParameters ); in prvProcessReceivedCommands()1076 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCallFromISR()1077 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()1078 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCallFromISR()1108 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCall()1109 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()1110 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCall()