threadx
+
0
/29 examples
SourceVu will show references to
TX_BYTE_POOL
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
ThreadX
Tx_Thread_Sync
USBX
Ux_Device_CDC_ACM
Ux_Device_CDC_ECM
Ux_Device_HID_CDC_ACM
Ux_Device_MSC
Ux_Host_DualClass
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
ThreadX
Tx_LowPower
Tx_MPU
Tx_Thread_Creation
Tx_Thread_MsgQueue
USBX
Ux_Device_DFU
Ux_Device_HID
Ux_Host_CDC_ACM
Ux_Host_HID
Ux_Host_MSC
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_BYTE_POOL
TX_BYTE_POOL struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:622
typedef
struct
TX_BYTE_POOL_STRUCT
{
ULONG
tx_byte_pool_id
;
CHAR
*
tx_byte_pool_name
;
ULONG
tx_byte_pool_available
;
UINT
tx_byte_pool_fragments
;
UCHAR
*
tx_byte_pool_list
;
UCHAR
*
tx_byte_pool_search
;
UCHAR
*
tx_byte_pool_start
;
ULONG
tx_byte_pool_size
;
struct
TX_THREAD_STRUCT
*
tx_byte_pool_owner
;
struct
TX_THREAD_STRUCT
*
tx_byte_pool_suspension_list
;
UINT
tx_byte_pool_suspended_count
;
struct
TX_BYTE_POOL_STRUCT
*
tx_byte_pool_created_next
,
*
tx_byte_pool_created_previous
;
#ifdef
TX_BYTE_POOL_ENABLE_PERFORMANCE_INFO
ULONG
tx_byte_pool_performance_allocate_count
;
ULONG
tx_byte_pool_performance_release_count
;
ULONG
tx_byte_pool_performance_merge_count
;
ULONG
tx_byte_pool_performance_split_count
;
ULONG
tx_byte_pool_performance_search_count
;
ULONG
tx_byte_pool_performance_suspension_count
;
ULONG
tx_byte_pool_performance_timeout_count
;
#endif
TX_BYTE_POOL_EXTENSION
}
TX_BYTE_POOL
;
Fields
Field
Declared as
TX_BYTE_POOL_STRUCT::tx_byte_pool_id
ULONG
TX_BYTE_POOL_STRUCT::tx_byte_pool_name
CHAR
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_available
ULONG
TX_BYTE_POOL_STRUCT::tx_byte_pool_fragments
UINT
TX_BYTE_POOL_STRUCT::tx_byte_pool_list
UCHAR
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_search
UCHAR
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_start
UCHAR
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_size
ULONG
TX_BYTE_POOL_STRUCT::tx_byte_pool_owner
struct
TX_THREAD_STRUCT
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspension_list
struct
TX_THREAD_STRUCT
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_suspended_count
UINT
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_next
struct
TX_BYTE_POOL_STRUCT
*
TX_BYTE_POOL_STRUCT::tx_byte_pool_created_previous
struct
TX_BYTE_POOL_STRUCT
*
tx_byte_pool_created_next
,
*
Related Functions
Found 12 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_info_get()
_tx_byte_pool_performance_info_get()
_txe_byte_pool_prioritize()
Examples
TX_BYTE_POOL
is referenced by 29 libraries and example projects:
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