Searched refs:xCallbackParameters (Results 1 – 1 of 1) sorted by relevance
132 CallbackParameters_t xCallbackParameters; member794 … const CallbackParameters_t * const pxCallback = &( xMessage.u.xCallbackParameters ); in prvProcessReceivedCommands()1110 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCallFromISR()1111 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()1112 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCallFromISR()1142 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCall()1143 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()1144 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCall()