Home
last modified time | relevance | path

Searched refs:Timer_t (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/
HDtimers.c90 typedef xTIMER Timer_t; typedef
100 Timer_t * pxTimer; /**< The timer to which the command will be applied. */
173 static BaseType_t prvInsertTimerInActiveList( Timer_t * const pxTimer,
183 static void prvReloadTimer( Timer_t * const pxTimer,
230 Timer_t * pxNewTimer ) PRIVILEGED_FUNCTION;
294 Timer_t * pxNewTimer; in xTimerCreate()
296 …pxNewTimer = ( Timer_t * ) pvPortMalloc( sizeof( Timer_t ) ); /*lint !e9087 !e9079 All values retu… in xTimerCreate()
322 Timer_t * pxNewTimer; in xTimerCreateStatic()
330 configASSERT( xSize == sizeof( Timer_t ) ); in xTimerCreateStatic()
337 …pxNewTimer = ( Timer_t * ) pxTimerBuffer; /*lint !e740 !e9087 StaticTimer_t is a pointer to a Time… in xTimerCreateStatic()
[all …]
HDHistory.txt610 Timer_t structure when the size of TaskFunction_t does not equal the size