Lines Matching refs:BaseType_t

124         BaseType_t xMessageID; /**< The command being sent to the timer service task. */
177 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer,
208 …static TickType_t prvSampleTimeNow( BaseType_t * const pxTimerListsWereSwitched ) PRIVILEGED_FUNCT…
216 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) PRIVILEGED_FUNCTION;
223 BaseType_t xListWasEmpty ) PRIVILEGED_FUNCTION;
231 const BaseType_t xAutoReload,
237 BaseType_t xTimerCreateTimerTask( void ) in xTimerCreateTimerTask()
239 BaseType_t xReturn = pdFAIL; in xTimerCreateTimerTask()
338 const BaseType_t xAutoReload, in xTimerCreate()
372 const BaseType_t xAutoReload, in xTimerCreateStatic()
419 const BaseType_t xAutoReload, in prvInitialiseNewTimer()
448 BaseType_t xTimerGenericCommandFromTask( TimerHandle_t xTimer, in xTimerGenericCommandFromTask()
449 const BaseType_t xCommandID, in xTimerGenericCommandFromTask()
451 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromTask()
454 BaseType_t xReturn = pdFAIL; in xTimerGenericCommandFromTask()
499 BaseType_t xTimerGenericCommandFromISR( TimerHandle_t xTimer, in xTimerGenericCommandFromISR()
500 const BaseType_t xCommandID, in xTimerGenericCommandFromISR()
502 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromISR()
505 BaseType_t xReturn = pdFAIL; in xTimerGenericCommandFromISR()
572 const BaseType_t xAutoReload ) in vTimerSetReloadMode()
596 BaseType_t xTimerGetReloadMode( TimerHandle_t xTimer ) in xTimerGetReloadMode()
599 BaseType_t xReturn; in xTimerGetReloadMode()
655 BaseType_t xTimerGetStaticBuffer( TimerHandle_t xTimer, in xTimerGetStaticBuffer()
658 BaseType_t xReturn; in xTimerGetStaticBuffer()
751 BaseType_t xListWasEmpty; in portTASK_FUNCTION()
783 BaseType_t xListWasEmpty ) in prvProcessTimerOrBlockTask()
786 BaseType_t xTimerListsWereSwitched; in prvProcessTimerOrBlockTask()
844 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) in prvGetNextExpireTime()
871 static TickType_t prvSampleTimeNow( BaseType_t * const pxTimerListsWereSwitched ) in prvSampleTimeNow()
894 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer, in prvInsertTimerInActiveList()
899 BaseType_t xProcessTimerNow = pdFALSE; in prvInsertTimerInActiveList()
942 BaseType_t xTimerListsWereSwitched; in prvProcessReceivedCommands()
951 if( xMessage.xMessageID < ( BaseType_t ) 0 ) in prvProcessReceivedCommands()
971 if( xMessage.xMessageID >= ( BaseType_t ) 0 ) in prvProcessReceivedCommands()
1162 BaseType_t xTimerIsTimerActive( TimerHandle_t xTimer ) in xTimerIsTimerActive()
1164 BaseType_t xReturn; in xTimerIsTimerActive()
1233 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR()
1236 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
1239 BaseType_t xReturn; in xTimerPendFunctionCallFromISR()
1263 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCall()
1269 BaseType_t xReturn; in xTimerPendFunctionCall()