ESP-IDF
prvDeleteMessageQueue()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
prvDeleteMessageQueue()
prvDeleteMessageQueue() function
Free all the resources used by a message queue.
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS_POSIX_mqueue.c:116
static
void
prvDeleteMessageQueue
(
const
QueueListElement_t
*
const
pxMessageQueue
)
;
Implemented in
FreeRTOS_POSIX_mqueue.c:278
Arguments
Argument
Description
pxMessageQueue
Pointer to queue to free.
Return value
nothing
Related Functions
Found 2 other functions taking a
QueueListElement
argument:
Function
Description
prvFindQueueInList()
Attempt to find the queue identified by pcName or xMqId in the queue list. Matches queues by pcName first; if pcName is NULL, matches by xMqId.
prvCreateNewMessageQueue()
Add a new queue to the queue list.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out