Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dtimers.c231 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 …]
DHistory.txt414 + Changed uxAutoReload parameter in timer functions to xAutoReload. The
/Kernel-v11.1.0/include/
Dtimers.h232 const BaseType_t xAutoReload,
362 const BaseType_t xAutoReload,
1272 const BaseType_t xAutoReload ) PRIVILEGED_FUNCTION;
DFreeRTOS.h1521 …#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