threadx
_tx_byte_pool_info_get()
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
_tx_byte_pool_info_get()
_tx_byte_pool_info_get() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1419
UINT
_tx_byte_pool_info_get
(
TX_BYTE_POOL
*
pool_ptr
,
CHAR
*
*
name
,
ULONG
*
available_bytes
,
ULONG
*
fragments
,
TX_THREAD
*
*
first_suspended
,
ULONG
*
suspended_count
,
TX_BYTE_POOL
*
*
next_pool
)
;
Implemented in
tx_byte_pool_info_get.c:80
Arguments
Argument
Declared as
pool_ptr
TX_BYTE_POOL
*
name
CHAR
*
*
available_bytes
ULONG
*
fragments
ULONG
*
first_suspended
TX_THREAD
*
*
suspended_count
ULONG
*
next_pool
TX_BYTE_POOL
*
*
Related Functions
Found 11 other functions taking a
TX_BYTE_POOL_STRUCT
argument:
Function
_txe_byte_allocate()
_txe_byte_pool_create()
_tx_byte_allocate()
_tx_byte_pool_create()
_tx_byte_pool_delete()
_tx_byte_pool_search()
_tx_byte_pool_prioritize()
_txe_byte_pool_delete()
_txe_byte_pool_info_get()
_tx_byte_pool_performance_info_get()
_txe_byte_pool_prioritize()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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