threadx
txfr_free()
is only used within threadx.
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
STM32 Libraries and Samples
threadx
txfr_free()
txfr_free() function
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:86
void
txfr_free
(
void
*
p
)
;
Arguments
Argument
p
Examples
References
from
examples
Code
Location
Referrer
void
txfr_free
(
void
*
p
)
tx_freertos.c:86
txfr_free
(
p_task
)
;
tx_freertos.c:139
txfr_idle_task_entry()
txfr_free
(
pv
)
;
tx_freertos.c:239
vPortFree()
txfr_free
(
p_stack
)
;
tx_freertos.c:398
xTaskCreate()
txfr_free
(
p_stack
)
;
tx_freertos.c:411
xTaskCreate()
txfr_free
(
p_task
)
;
tx_freertos.c:412
xTaskCreate()
txfr_free
(
p_stack
)
;
tx_freertos.c:423
xTaskCreate()
txfr_free
(
p_task
)
;
tx_freertos.c:424
xTaskCreate()
txfr_free
(
p_sem
)
;
tx_freertos.c:1072
xSemaphoreCreateCounting()
txfr_free
(
p_sem
)
;
tx_freertos.c:1146
xSemaphoreCreateMutex()
txfr_free
(
p_sem
)
;
tx_freertos.c:1197
xSemaphoreCreateRecursiveMutex()
txfr_free
(
p_queue
)
;
tx_freertos.c:1511
xQueueCreate()
txfr_free
(
p_event
)
;
tx_freertos.c:2039
xEventGroupCreate()
txfr_free
(
p_timer
)
;
tx_freertos.c:2278
xTimerCreate()
txfr_free
(
p_set
)
;
tx_freertos.c:2676
xQueueCreateSet()
Call Tree
from
examples
txfr_free()
is called by 10 functions and calls 1 function:
txfr_idle_task_entry()
vPortFree()
xTaskCreate()
xSemaphoreCreateCounting()
xSemaphoreCreateMutex()
xSemaphoreCreateRecursiveMutex()
xQueueCreate()
xEventGroupCreate()
xTimerCreate()
xQueueCreateSet()
All items filtered out
txfr_free()
_txe_byte_release()
All items filtered out
Data Use
from
examples
txfr_free()
reads 1 variable:
txfr_heap_initialized
All items filtered out
txfr_free()
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