FreeRTOS
+
0
/1 examples
SourceVu will show references to
xQueueGenericCreate()
from the following samples and libraries:
PicoSDK
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
xQueueGenericCreate()
xQueueGenericCreate() function
Syntax
Show:
Summary
Declaration
Definition
from
queue.h:1604
QueueHandle_t
xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
const
UBaseType_t
uxItemSize
,
const
uint8_t
ucQueueType
)
;
Implemented in
queue.c:502
Arguments
Argument
uxQueueLength
uxItemSize
ucQueueType
Examples
xQueueGenericCreate()
is referenced by 1 libraries and example projects:
PicoSDK
References
from
0/1
examples
Code
Location
Referrer
QueueHandle_t
xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
queue.c:502
QueueHandle_t
xQueueGenericCreate
(
const
UBaseType_t
uxQueueLength
,
queue.h:1604
xNewQueue
=
xQueueGenericCreate
(
uxMutexLength
,
uxMutexSize
,
ucQueueType
)
;
queue.c:651
xQueueCreateMutex()
xHandle
=
xQueueGenericCreate
(
uxMaxCount
,
queueSEMAPHORE_QUEUE_ITEM_LENGTH
,
queueQUEUE_TYPE_COUNTING_SEMAPHORE
)
;
queue.c:912
xQueueCreateCountingSemaphore()
pxQueue
=
xQueueGenericCreate
(
uxEventQueueLength
,
(
UBaseType_t
)
sizeof
(
Queue_t
*
)
,
queueQUEUE_TYPE_SET
)
;
queue.c:3182
xQueueCreateSet()
xTimerQueue
=
xQueueCreate
(
(
UBaseType_t
)
configTIMER_QUEUE_LENGTH
,
(
UBaseType_t
)
sizeof
(
DaemonTaskMessage_t
)
)
;
timers.c:1136
prvCheckForValidListAndQueue()
Call Tree
from
0/1
examples
xQueueGenericCreate()
is called by 4 functions and calls 3 functions:
xQueueCreateMutex()
xQueueCreateCountingSemaphore()
xQueueCreateSet()
prvCheckForValidListAndQueue()
All items filtered out
xQueueGenericCreate()
pvPortMalloc()
prvInitialiseNewQueue()
__assert_func()
All items filtered out
Data Use
from
0/1
examples
xQueueGenericCreate()
:
All items filtered out
xQueueGenericCreate()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
xQueueGenericCreate()
frees 1 types:
All items filtered out
xQueueGenericCreate()
QueueDefinition
All items filtered out