Home
last modified time | relevance | path

Searched refs:pvParameter1 (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Kernel/
A Dtimers.c116 …void * pvParameter1; /* << The value that will be used as the callback functions f… member
956 … pxCallback->pxCallbackFunction( pxCallback->pvParameter1, pxCallback->ulParameter2 ); in prvProcessReceivedCommands()
1237 void * pvParameter1, in xTimerPendFunctionCallFromISR() argument
1244 …traceENTER_xTimerPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPri… in xTimerPendFunctionCallFromISR()
1250 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()
1255 tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCallFromISR()
1267 void * pvParameter1, in xTimerPendFunctionCall() argument
1274 … traceENTER_xTimerPendFunctionCall( xFunctionToPend, pvParameter1, ulParameter2, xTicksToWait ); in xTimerPendFunctionCall()
1285 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()
1290 tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCall()
/FreeRTOS-Kernel/include/
A Dtimers.h1204 void * pvParameter1,
1243 void * pvParameter1,
A DFreeRTOS.h950 #define tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
954 #define tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
1666 …#define traceENTER_xTimerPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxH… argument
1674 …#define traceENTER_xTimerPendFunctionCall( xFunctionToPend, pvParameter1, ulParameter2, xTicksToWa… argument

Completed in 17 milliseconds