Searched refs:xAutoReload (Results 1 – 4 of 4) sorted by relevance
/Kernel-v11.1.0/ |
D | timers.c | 231 const BaseType_t xAutoReload, 338 const BaseType_t xAutoReload, in xTimerCreate() argument 344 …traceENTER_xTimerCreate( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunct… in xTimerCreate() 357 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunctio… in xTimerCreate() 372 const BaseType_t xAutoReload, in xTimerCreateStatic() argument 379 …traceENTER_xTimerCreateStatic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbac… in xTimerCreateStatic() 406 …prvInitialiseNewTimer( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunctio… in xTimerCreateStatic() 419 const BaseType_t xAutoReload, in prvInitialiseNewTimer() argument 439 if( xAutoReload != pdFALSE ) in prvInitialiseNewTimer() 572 const BaseType_t xAutoReload ) in vTimerSetReloadMode() argument [all …]
|
D | History.txt | 414 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
|
/Kernel-v11.1.0/include/ |
D | timers.h | 232 const BaseType_t xAutoReload, 362 const BaseType_t xAutoReload, 1272 const BaseType_t xAutoReload ) PRIVILEGED_FUNCTION;
|
D | FreeRTOS.h | 1521 …#define traceENTER_xTimerCreate( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallb… argument 1529 …#define traceENTER_xTimerCreateStatic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, p… argument 1569 #define traceENTER_vTimerSetReloadMode( xTimer, xAutoReload ) argument
|