Searched refs:pvParameter1 (Results 1 – 3 of 3) sorted by relevance
/Kernel-v10.6.2/ |
HD | timers.c | 107 …void * pvParameter1; /* << The value that will be used as the callback functions f… member 804 … pxCallback->pxCallbackFunction( pxCallback->pvParameter1, pxCallback->ulParameter2 ); in prvProcessReceivedCommands() 1066 void * pvParameter1, in xTimerPendFunctionCallFromISR() argument 1077 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCallFromISR() 1082 tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCallFromISR() 1093 void * pvParameter1, in xTimerPendFunctionCall() argument 1109 xMessage.u.xCallbackParameters.pvParameter1 = pvParameter1; in xTimerPendFunctionCall() 1114 tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCall()
|
/Kernel-v10.6.2/include/ |
HD | timers.h | 1202 void * pvParameter1, 1239 void * pvParameter1,
|
HD | FreeRTOS.h | 739 #define tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument 743 #define tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
|