threadx
+
0
/29 examples
SourceVu will show references to
_txe_byte_pool_create()
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
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txe_byte_pool_create()
_txe_byte_pool_create() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1435
UINT
_txe_byte_pool_create
(
TX_BYTE_POOL
*
pool_ptr
,
CHAR
*
name_ptr
,
VOID
*
pool_start
,
ULONG
pool_size
,
UINT
pool_control_block_size
)
;
Implemented in
txe_byte_pool_create.c:84
Arguments
Argument
Declared as
pool_ptr
TX_BYTE_POOL
*
name_ptr
CHAR
*
pool_start
VOID
*
pool_size
ULONG
pool_control_block_size
UINT
Related Functions
Found 11 other functions taking a
TX_BYTE_POOL_STRUCT
argument:
Function
_txe_byte_allocate()
_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
_txe_byte_pool_create()
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