threadx
_tx_initialize_high_level()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_initialize_high_level()
_tx_initialize_high_level() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_initialize.h:63
VOID
_tx_initialize_high_level
(
VOID
)
;
Implemented in
tx_initialize_high_level.c:113
Examples
References
from
examples
Code
Location
Referrer
VOID
_tx_initialize_high_level
(
VOID
)
tx_initialize_high_level.c:113
VOID
_tx_initialize_high_level
(
VOID
)
;
tx_initialize.h:63
_tx_initialize_high_level
(
)
;
tx_initialize_kernel_enter.c:116
_tx_initialize_kernel_enter()
_tx_initialize_high_level
(
)
;
tx_initialize_kernel_setup.c:94
_tx_initialize_kernel_setup()
Call Tree
from
examples
_tx_initialize_high_level()
is called by 2 functions and calls 2 functions:
_tx_initialize_kernel_enter()
_tx_initialize_kernel_setup()
All items filtered out
_tx_initialize_high_level()
_tx_thread_initialize()
_tx_timer_initialize()
All items filtered out
Data Use
from
examples
_tx_initialize_high_level()
writes 12 variables:
All items filtered out
_tx_initialize_high_level()
_tx_block_pool_created_ptr
_tx_block_pool_created_count
_tx_byte_pool_created_ptr
_tx_byte_pool_created_count
_tx_event_flags_created_count
_tx_event_flags_created_ptr
_tx_semaphore_created_ptr
_tx_semaphore_created_count
_tx_queue_created_ptr
_tx_queue_created_count
_tx_mutex_created_ptr
_tx_mutex_created_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