ESP-IDF
prvCreateNewMessageQueue()
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
prvCreateNewMessageQueue()
prvCreateNewMessageQueue() function
Add a new queue to the queue list.
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS_POSIX_mqueue.c:104
static
BaseType_t
prvCreateNewMessageQueue
(
QueueListElement_t
*
*
ppxMessageQueue
,
const
struct
mq_attr
*
const
pxAttr
,
const
char
*
const
pcName
,
size_t
xNameLength
)
;
Implemented in
FreeRTOS_POSIX_mqueue.c:208
Arguments
Argument
Declared as
Description
ppxMessageQueue
QueueListElement_t
*
*
Pointer to new queue.
pxAttr
const
struct
mq_attr
*
const
mq_attr of the new queue.
pcName
const
char
*
const
Name of new queue.
xNameLength
size_t
Length of pcName.
Return value
pdTRUE if the queue is found; pdFALSE otherwise.
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.
prvDeleteMessageQueue()
Free all the resources used by a message queue.
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