threadx
vPortFree()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
vPortFree()
vPortFree() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:280
void
vPortFree
(
void
*
pv
)
;
Implemented in
tx_freertos.c:237
Arguments
Argument
pv
Examples
References
from
examples
Code
Location
Referrer
void
vPortFree
(
void
*
pv
)
tx_freertos.c:237
void
vPortFree
(
void
*
pv
)
;
FreeRTOS.h:280
vPortFree
(
xSemaphore
)
;
tx_freertos.c:1248
vSemaphoreDelete()
vPortFree
(
xQueue
->
p_mem
)
;
tx_freertos.c:1556
vQueueDelete()
vPortFree
(
xQueue
)
;
tx_freertos.c:1557
vQueueDelete()
vPortFree
(
xEventGroup
)
;
tx_freertos.c:2082
vEventGroupDelete()
vPortFree
(
xTimer
)
;
tx_freertos.c:2339
xTimerDelete()
Call Tree
from
examples
vPortFree()
is called by 4 functions and calls 1 function:
vSemaphoreDelete()
vQueueDelete()
vEventGroupDelete()
xTimerDelete()
All items filtered out
vPortFree()
txfr_free()
All items filtered out
Data Use
from
examples
vPortFree()
:
All items filtered out
vPortFree()
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