threadx
txfr_idle_task_entry()
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_idle_task_entry()
txfr_idle_task_entry() function
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:101
static
void
txfr_idle_task_entry
(
ULONG
id
)
;
Arguments
Argument
id
Examples
References
from
examples
Code
Location
Referrer
static
void
txfr_idle_task_entry
(
ULONG
id
)
tx_freertos.c:101
ret
=
tx_thread_create
(
&
txfr_idle_task
,
"txfr_idle_task"
,
txfr_idle_task_entry
,
0u
,
tx_freertos.c:202
tx_freertos_init()
Call Tree
from
examples
txfr_idle_task_entry()
calls 7 functions:
All items filtered out
txfr_idle_task_entry()
__restore_interrupt()
__disable_interrupts()
_txe_semaphore_delete()
_txe_semaphore_get()
_txe_thread_delete()
_txe_thread_terminate()
txfr_free()
All items filtered out
Data Use
from
examples
txfr_idle_task_entry()
reads 4 variables and writes 3 variables:
txfr_task::p_next
txfr_task::allocated
p_delete_task_head
g_txfr_task_count
All items filtered out
txfr_idle_task_entry()
tx_freertos_init()
p_delete_task_head
g_txfr_task_count
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