Searched refs:xAutoReload (Results 1 – 3 of 3) sorted by relevance
/Kernel-v10.6.2/include/ |
D | timers.h | 234 const BaseType_t xAutoReload, 364 const BaseType_t xAutoReload, 1270 const BaseType_t xAutoReload ) PRIVILEGED_FUNCTION;
|
/Kernel-v10.6.2/ |
D | timers.c | 227 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()
|
D | History.txt | 245 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
|