Searched refs:Timer_t (Results 1 – 2 of 2) sorted by relevance
98 typedef xTIMER Timer_t; typedef108 Timer_t * pxTimer; /**< The timer to which the command will be applied. */177 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer,187 static void prvReloadTimer( Timer_t * const pxTimer,234 Timer_t * pxNewTimer ) PRIVILEGED_FUNCTION;342 Timer_t * pxNewTimer; in xTimerCreate()349 pxNewTimer = ( Timer_t * ) pvPortMalloc( sizeof( Timer_t ) ); in xTimerCreate()377 Timer_t * pxNewTimer; in xTimerCreateStatic()387 configASSERT( xSize == sizeof( Timer_t ) ); in xTimerCreateStatic()397 pxNewTimer = ( Timer_t * ) pxTimerBuffer; in xTimerCreateStatic()[all …]
779 Timer_t structure when the size of TaskFunction_t does not equal the size