Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dtimers.h234 const BaseType_t xAutoReload,
364 const BaseType_t xAutoReload,
1270 const BaseType_t xAutoReload ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/
Dtimers.c227 const BaseType_t xAutoReload,
290 const BaseType_t xAutoReload, in xTimerCreate() argument
304 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunctio… in xTimerCreate()
317 const BaseType_t xAutoReload, in xTimerCreateStatic() argument
346 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunctio… in xTimerCreateStatic()
357 const BaseType_t xAutoReload, in prvInitialiseNewTimer() argument
377 if( xAutoReload != pdFALSE ) in prvInitialiseNewTimer()
452 const BaseType_t xAutoReload ) in vTimerSetReloadMode() argument
459 if( xAutoReload != pdFALSE ) in vTimerSetReloadMode()
DHistory.txt245 + Changed uxAutoReload parameter in timer functions to xAutoReload. The