Searched defs:xAutoReload (Results 1 – 2 of 2) sorted by relevance
/Kernel-v11.1.0/ |
D | timers.c | 338 const BaseType_t xAutoReload, in xTimerCreate() 372 const BaseType_t xAutoReload, in xTimerCreateStatic() 419 const BaseType_t xAutoReload, in prvInitialiseNewTimer() 572 const BaseType_t xAutoReload ) in vTimerSetReloadMode()
|
/Kernel-v11.1.0/include/ |
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
|