Home
last modified time | relevance | path

Searched refs:pxTimerBuffer (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Kernel/
A Dtimers.c375 StaticTimer_t * pxTimerBuffer ) in xTimerCreateStatic() argument
379 …tic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunction, pxTimerBuffer ); in xTimerCreateStatic()
393 configASSERT( pxTimerBuffer ); in xTimerCreateStatic()
397 pxNewTimer = ( Timer_t * ) pxTimerBuffer; in xTimerCreateStatic()
/FreeRTOS-Kernel/include/
A Dtimers.h365 StaticTimer_t * pxTimerBuffer ) PRIVILEGED_FUNCTION;
A Dmpu_prototypes.h363 StaticTimer_t * pxTimerBuffer ) PRIVILEGED_FUNCTION;
A DFreeRTOS.h1554 …atic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, pxCallbackFunction, pxTimerBuffer ) argument
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c3807 … StaticTimer_t * pxTimerBuffer ) /* PRIVILEGED_FUNCTION */ in MPU_xTimerCreateStatic() argument
3817 …atic( pcTimerName, xTimerPeriodInTicks, xAutoReload, pvTimerID, MPU_TimerCallback, pxTimerBuffer ); in MPU_xTimerCreateStatic()

Completed in 31 milliseconds