threadx
_txe_block_pool_create()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txe_block_pool_create()
_txe_block_pool_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1391
UINT
_txe_block_pool_create
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
name_ptr
,
ULONG
block_size
,
VOID
*
pool_start
,
ULONG
pool_size
,
UINT
pool_control_block_size
)
;
Implemented in
txe_block_pool_create.c:85
Arguments
Argument
pool_ptr
name_ptr
block_size
pool_start
pool_size
pool_control_block_size
Related Functions
Found 10 other functions taking a
TX_BLOCK_POOL_STRUCT
argument:
Function
_tx_block_pool_delete()
_tx_block_allocate()
_tx_block_pool_create()
_tx_block_pool_prioritize()
_txe_block_allocate()
_txe_block_pool_delete()
_txe_block_pool_info_get()
_txe_block_pool_prioritize()
_tx_block_pool_info_get()
_tx_block_pool_performance_info_get()
Examples
References
from
examples
Code
Location
Referrer
UINT
_txe_block_pool_create
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
name_ptr
,
ULONG
block_size
,
txe_block_pool_create.c:85
UINT
_txe_block_pool_create
(
TX_BLOCK_POOL
*
pool_ptr
,
CHAR
*
name_ptr
,
ULONG
block_size
,
tx_api.h:1391
return_value
=
(
ALIGN_TYPE
)
_txe_block_pool_create
(
txm_module_manager_dispatch.h:81
_txm_module_manager_tx_block_pool_create_dispatch()
Call Tree
from
examples
_txe_block_pool_create()
is called by 1 function and calls 6 functions:
_txm_module_manager_tx_block_pool_create_dispatch()
All items filtered out
_txe_block_pool_create()
__disable_interrupts()
__get_ipsr_value()
__restore_interrupt()
_tx_block_pool_create()
_tx_thread_system_preempt_check()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_txe_block_pool_create()
reads 6 variables and writes 1 variable:
TX_BLOCK_POOL_STRUCT::tx_block_pool_created_next
_tx_thread_current_ptr
_tx_thread_system_state
_tx_thread_preempt_disable
_tx_block_pool_created_ptr
_tx_block_pool_created_count
All items filtered out
_txe_block_pool_create()
_tx_thread_preempt_disable
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