Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtimers.c116 …void * pvParameter1; /* << The value that will be used as the callback functions f… member
960 … pxCallback->pxCallbackFunction( pxCallback->pvParameter1, pxCallback->ulParameter2 ); in prvProcessReceivedCommands()
1234 void * pvParameter1, in xTimerPendFunctionCallFromISR() argument
1241 …traceENTER_xTimerPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPri… in xTimerPendFunctionCallFromISR()
1247 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR()
1252 tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCallFromISR()
1264 void * pvParameter1, in xTimerPendFunctionCall() argument
1271 … traceENTER_xTimerPendFunctionCall( xFunctionToPend, pvParameter1, ulParameter2, xTicksToWait ); in xTimerPendFunctionCall()
1282 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall()
1287 tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCall()
/Kernel-v11.1.0/include/
Dtimers.h1201 void * pvParameter1,
1240 void * pvParameter1,
DFreeRTOS.h933 #define tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
937 #define tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
1641 …#define traceENTER_xTimerPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxH… argument
1649 …#define traceENTER_xTimerPendFunctionCall( xFunctionToPend, pvParameter1, ulParameter2, xTicksToWa… argument