Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dtimers.c108 …uint32_t ulParameter2; /* << The value that will be used as the callback functions s… member
804 … pxCallback->pxCallbackFunction( pxCallback->pvParameter1, pxCallback->ulParameter2 ); in prvProcessReceivedCommands()
1067 uint32_t ulParameter2, in xTimerPendFunctionCallFromISR() argument
1078 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCallFromISR()
1082 tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCallFromISR()
1094 uint32_t ulParameter2, in xTimerPendFunctionCall() argument
1110 xMessage.u.xCallbackParameters.ulParameter2 = ulParameter2; in xTimerPendFunctionCall()
1114 tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, xReturn ); in xTimerPendFunctionCall()
/Kernel-v10.6.2/include/
Dtimers.h1203 uint32_t ulParameter2,
1240 uint32_t ulParameter2,
DFreeRTOS.h739 #define tracePEND_FUNC_CALL( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument
743 #define tracePEND_FUNC_CALL_FROM_ISR( xFunctionToPend, pvParameter1, ulParameter2, ret ) argument