MPU_xTimerCreate() is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

MPU_xTimerCreate() function

Syntax

TimerHandle_t MPU_xTimerCreate( const char * const pcTimerName,     const TickType_t xTimerPeriodInTicks,     const UBaseType_t uxAutoReload,     void * const pvTimerID,     TimerCallbackFunction_t pxCallbackFunction ) FREERTOS_SYSTEM_CALL;
Implemented in mpu_wrappers.c:952

Arguments

pcTimerName

xTimerPeriodInTicks

uxAutoReload

pvTimerID

pxCallbackFunction

References

Call Tree

Functions called by MPU_xTimerCreate()
MPU_xTimerCreate()
Data read by MPU_xTimerCreate()
Data written by MPU_xTimerCreate()
MPU_xTimerCreate()
MPU_xTimerCreate()::xReturn
all items filtered out
Type of MPU_xTimerCreate()
MPU_xTimerCreate()