Lines Matching refs:BaseType_t
115 BaseType_t xMessageID; /**< The command being sent to the timer service task. */
173 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer,
204 …static TickType_t prvSampleTimeNow( BaseType_t * const pxTimerListsWereSwitched ) PRIVILEGED_FUNCT…
212 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) PRIVILEGED_FUNCTION;
219 BaseType_t xListWasEmpty ) PRIVILEGED_FUNCTION;
227 const BaseType_t xAutoReload,
233 BaseType_t xTimerCreateTimerTask( void ) in xTimerCreateTimerTask()
235 BaseType_t xReturn = pdFAIL; in xTimerCreateTimerTask()
290 const BaseType_t xAutoReload, in xTimerCreate()
317 const BaseType_t xAutoReload, in xTimerCreateStatic()
357 const BaseType_t xAutoReload, in prvInitialiseNewTimer()
386 BaseType_t xTimerGenericCommand( TimerHandle_t xTimer, in xTimerGenericCommand()
387 const BaseType_t xCommandID, in xTimerGenericCommand()
389 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommand()
392 BaseType_t xReturn = pdFAIL; in xTimerGenericCommand()
452 const BaseType_t xAutoReload ) in vTimerSetReloadMode()
472 BaseType_t xTimerGetReloadMode( TimerHandle_t xTimer ) in xTimerGetReloadMode()
475 BaseType_t xReturn; in xTimerGetReloadMode()
514 BaseType_t xTimerGetStaticBuffer( TimerHandle_t xTimer, in xTimerGetStaticBuffer()
517 BaseType_t xReturn; in xTimerGetStaticBuffer()
595 BaseType_t xListWasEmpty; in portTASK_FUNCTION()
627 BaseType_t xListWasEmpty ) in prvProcessTimerOrBlockTask()
630 BaseType_t xTimerListsWereSwitched; in prvProcessTimerOrBlockTask()
688 static TickType_t prvGetNextExpireTime( BaseType_t * const pxListWasEmpty ) in prvGetNextExpireTime()
715 static TickType_t prvSampleTimeNow( BaseType_t * const pxTimerListsWereSwitched ) in prvSampleTimeNow()
738 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer, in prvInsertTimerInActiveList()
743 BaseType_t xProcessTimerNow = pdFALSE; in prvInsertTimerInActiveList()
786 BaseType_t xTimerListsWereSwitched; in prvProcessReceivedCommands()
795 if( xMessage.xMessageID < ( BaseType_t ) 0 ) in prvProcessReceivedCommands()
815 if( xMessage.xMessageID >= ( BaseType_t ) 0 ) in prvProcessReceivedCommands()
1006 BaseType_t xTimerIsTimerActive( TimerHandle_t xTimer ) in xTimerIsTimerActive()
1008 BaseType_t xReturn; in xTimerIsTimerActive()
1065 BaseType_t xTimerPendFunctionCallFromISR( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCallFromISR()
1068 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
1071 BaseType_t xReturn; in xTimerPendFunctionCallFromISR()
1092 BaseType_t xTimerPendFunctionCall( PendedFunction_t xFunctionToPend, in xTimerPendFunctionCall()
1098 BaseType_t xReturn; in xTimerPendFunctionCall()