tmrCallbackParameters is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

tmrCallbackParameters struct

Syntax

typedef struct tmrCallbackParameters {     PendedFunction_t    pxCallbackFunction;         void *pvParameter1;                             uint32_t ulParameter2;                     } CallbackParameters_t;

Fields

pxCallbackFunction

No summary provided. Read more...

pvParameter1

No summary provided. Read more...

ulParameter2

No summary provided. Read more...

References

LocationReferrerText
timers.c:102
typedef struct tmrCallbackParameters
timers.c:107
} CallbackParameters_t;

all items filtered out
tmrCallbackParameters
all items filtered out