Searched refs:xCallbackParameters (Results 1 – 1 of 1) sorted by relevance
132 CallbackParameters_t xCallbackParameters; member953 … const CallbackParameters_t * const pxCallback = &( xMessage.u.xCallbackParameters ); in prvProcessReceivedCommands()1246 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCallFromISR()1247 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()1248 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCallFromISR()1281 xMessage.u.xCallbackParameters.pxCallbackFunction = xFunctionToPend; in xTimerPendFunctionCall()1282 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()1283 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCall()