threadx
_txm_power_of_two_block_size()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (3/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txm_power_of_two_block_size()
_txm_power_of_two_block_size() function
Syntax
Show:
Summary
Declaration
Definition
from
txm_module.h:684
TXM_MODULE_MANAGER_ADDITIONAL_PROTOTYPES
;
Implemented in
txm_module_manager_alignment_adjust.c:67
Arguments
Argument
size
Examples
References
from
examples
Code
Location
Referrer
ULONG
_txm_power_of_two_block_size
(
ULONG
size
)
txm_module_manager_alignment_adjust.c:67
TXM_MODULE_MANAGER_ADDITIONAL_PROTOTYPES
txm_module.h:684
local_code_alignment
=
_txm_power_of_two_block_size
(
local_code_size
)
>
>
2
;
txm_module_manager_alignment_adjust.c:322
_txm_module_manager_alignment_adjust()
code_size_accum
=
code_size_accum
+
(
_txm_power_of_two_block_size
(
local_code_size
-
code_size_accum
)
>
>
1
)
;
txm_module_manager_alignment_adjust.c:324
_txm_module_manager_alignment_adjust()
code_size_accum
=
code_size_accum
+
_txm_power_of_two_block_size
(
local_code_size
-
code_size_accum
)
;
txm_module_manager_alignment_adjust.c:325
_txm_module_manager_alignment_adjust()
block_size
=
_txm_power_of_two_block_size
(
length
)
;
txm_module_manager_external_memory_enable.c:252
_txm_module_manager_external_memory_enable()
block_size
=
_txm_power_of_two_block_size
(
code_size
)
>
>
2
;
txm_module_manager_mm_register_setup.c:528
_txm_module_manager_mm_register_setup()
block_size
=
_txm_power_of_two_block_size
(
code_size
)
>
>
1
;
txm_module_manager_mm_register_setup.c:536
_txm_module_manager_mm_register_setup()
block_size
=
_txm_power_of_two_block_size
(
code_size
)
;
txm_module_manager_mm_register_setup.c:544
_txm_module_manager_mm_register_setup()
block_size
=
_txm_power_of_two_block_size
(
code_size
/
(
TXM_MODULE_MANAGER_CODE_MPU_ENTRIES
-
1
)
)
;
txm_module_manager_mm_register_setup.c:578
_txm_module_manager_mm_register_setup()
block_size
=
_txm_power_of_two_block_size
(
data_size
/
TXM_MODULE_MANAGER_DATA_MPU_ENTRIES
)
;
txm_module_manager_mm_register_setup.c:659
_txm_module_manager_mm_register_setup()
Call Tree
from
examples
_txm_power_of_two_block_size()
is called by 3 functions:
_txm_module_manager_alignment_adjust()
_txm_module_manager_external_memory_enable()
_txm_module_manager_mm_register_setup()
All items filtered out
_txm_power_of_two_block_size()
All items filtered out
Data Use
from
examples
_txm_power_of_two_block_size()
:
All items filtered out
_txm_power_of_two_block_size()
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