usbx
UX_MEMORY_BLOCK_STRUCT::ux_memory_block_previous
is only used within usbx.
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
usbx
UX_MEMORY_BLOCK_STRUCT::ux_memory_block_previous
UX_MEMORY_BLOCK_STRUCT::ux_memory_block_previous field
Syntax
Show:
Summary
Declaration
from
ux_api.h:2335
struct
UX_MEMORY_BLOCK_STRUCT
*
ux_memory_block_previous
;
Examples
References
from
examples
Code
Location
Referrer
*
ux_memory_block_previous
;
ux_api.h:2336
new_memory_block
->
ux_memory_block_previous
=
memory_block
;
ux_utility_memory_allocate.c:260
_ux_utility_memory_allocate()
new_memory_block
->
ux_memory_block_previous
=
memory_block
;
ux_utility_memory_allocate.c:284
_ux_utility_memory_allocate()
leftover_memory_block
->
ux_memory_block_previous
=
new_memory_block
;
ux_utility_memory_allocate.c:308
_ux_utility_memory_allocate()
while
(
memory_block
->
ux_memory_block_previous
!=
UX_NULL
)
ux_utility_memory_free.c:162
_ux_utility_memory_free()
if
(
memory_block
->
ux_memory_block_previous
->
ux_memory_block_status
==
UX_MEMORY_UNUSED
)
ux_utility_memory_free.c:166
_ux_utility_memory_free()
memory_block
=
memory_block
->
ux_memory_block_previous
;
ux_utility_memory_free.c:170
_ux_utility_memory_free()
next_block
->
ux_memory_block_previous
=
memory_block
;
ux_utility_memory_free.c:190
_ux_utility_memory_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UX_MEMORY_BLOCK_STRUCT::ux_memory_block_previous
is written by 2 functions and is read by 1 function:
_ux_utility_memory_allocate()
_ux_utility_memory_free()
All items filtered out
UX_MEMORY_BLOCK_STRUCT::ux_memory_block_previous
_ux_utility_memory_free()
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