Tx_MPU
ModuleManagerBytePool
is only used within Tx_ModuleManager.
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
Tx_ModuleManager
ModuleManagerBytePool
ModuleManagerBytePool variable
Syntax
Show:
Summary
Declaration
from
app_threadx.c:65
static
TX_BYTE_POOL
ModuleManagerBytePool
;
Examples
References
from
examples
Code
Location
Referrer
static
TX_BYTE_POOL
ModuleManagerBytePool
;
app_threadx.c:65
if
(
tx_byte_pool_create
(
&
ModuleManagerBytePool
,
"Module Manager Byte Pool"
,
tx_byte_pool_buffer
,
TX_APP_MEM_POOL_SIZE
)
!=
TX_SUCCESS
)
app_threadx.c:82
tx_application_define()
if
(
tx_byte_allocate
(
&
ModuleManagerBytePool
,
(
VOID
*
*
)
&
pointer
,
app_threadx.c:92
tx_application_define()
if
(
tx_byte_allocate
(
&
ModuleManagerBytePool
,
(
VOID
*
*
)
&
pointer
,
app_threadx.c:108
tx_application_define()
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