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

tmrTimerQueueMessage struct

Syntax

typedef struct tmrTimerQueueMessage {     BaseType_t            xMessageID;                 union     {         TimerParameter_t xTimerParameters;         #if ( INCLUDE_xTimerPendFunctionCall == 1 )             CallbackParameters_t xCallbackParameters;         #endif      } u; } DaemonTaskMessage_t;

Fields

xMessageID

No summary provided. Read more...

u

No summary provided. Read more...

References

LocationReferrerScopeText
timers.c:111
typedef struct tmrTimerQueueMessage
timers.c:124
} DaemonTaskMessage_t;
timers.c:384xTimerGenericCommand()::xMessagexTimerGenericCommand()
DaemonTaskMessage_t xMessage;
timers.c:736prvProcessReceivedCommands()::xMessageprvProcessReceivedCommands()
DaemonTaskMessage_t xMessage;
timers.c:966prvCheckForValidListAndQueue()
xTimerQueue = xQueueCreate( ( UBaseType_t ) configTIMER_QUEUE_LENGTH, sizeof( DaemonTaskMessage_t ) );

Type Use

Variables of tmrTimerQueueMessage type
xTimerGenericCommand()::xMessage
prvProcessReceivedCommands()::xMessage
all items filtered out
tmrTimerQueueMessage
all items filtered out
tmrTimerQueueMessage
all items filtered out
Allocators of tmrTimerQueueMessage
Deletors of tmrTimerQueueMessage
xTimerGenericCommand()::xMessage
prvProcessReceivedCommands()::xMessage
all items filtered out
tmrTimerQueueMessage
xTimerGenericCommand()::xMessage
prvProcessReceivedCommands()::xMessage
all items filtered out