Searched refs:xAutoReload (Results 1 – 4 of 4) sorted by relevance
| /Kernel-v11.0.1/ |
| 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 | 337 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
|
| /Kernel-v11.0.1/include/ |
| D | timers.h | 232 const BaseType_t xAutoReload, 362 const BaseType_t xAutoReload, 1272 const BaseType_t xAutoReload ) PRIVILEGED_FUNCTION;
|
| D | FreeRTOS.h | 1469 …#define traceENTER_xTimerCreate( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallb… argument 1477 …#define traceENTER_xTimerCreateStatic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, p… argument 1517 #define traceENTER_vTimerSetReloadMode( xTimer, xAutoReload ) argument
|