filex
_fxe_file_extended_allocate()
is only used within filex.
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
filex
_fxe_file_extended_allocate()
_fxe_file_extended_allocate() function
Syntax
Show:
Summary
Declaration
Definition
from
fx_api.h:1574
UINT
fx_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
Implemented in
fxe_file_extended_allocate.c:74
Arguments
Argument
file_ptr
size
Related Functions
Found 33 other functions taking a
FX_FILE_STRUCT
argument:
Function
_fxe_file_close()
_fxe_file_open()
_fxe_file_seek()
_fxe_file_write()
_fxe_file_read()
_fx_file_extended_seek()
_fx_file_extended_allocate()
_fx_file_extended_best_effort_allocate()
_fx_file_extended_relative_seek()
_fx_file_extended_truncate()
_fx_file_extended_truncate_release()
_fxe_file_allocate()
_fxe_file_best_effort_allocate()
_fxe_file_relative_seek()
_fxe_file_truncate()
_fxe_file_truncate_release()
_fxe_file_write_notify_set()
_fxe_file_extended_best_effort_allocate()
_fxe_file_extended_relative_seek()
_fxe_file_extended_seek()
_fxe_file_extended_truncate()
_fxe_file_extended_truncate_release()
_fx_file_best_effort_allocate()
_fx_file_close()
_fx_file_open()
_fx_file_allocate()
_fx_file_write()
_fx_file_write_notify_set()
_fx_file_read()
_fx_file_relative_seek()
_fx_file_seek()
_fx_file_truncate()
_fx_file_truncate_release()
Examples
References
from
examples
Code
Location
UINT
_fxe_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
fxe_file_extended_allocate.c:74
UINT
fx_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_api.h:1574
UINT
_fxe_file_extended_allocate
(
FX_FILE
*
file_ptr
,
ULONG64
size
)
;
fx_file.h:117
Call Tree
from
examples
_fxe_file_extended_allocate()
calls 2 functions:
All items filtered out
_fxe_file_extended_allocate()
__get_ipsr_value()
_fx_file_extended_allocate()
All items filtered out
Data Use
from
examples
_fxe_file_extended_allocate()
reads 2 variables:
_tx_thread_current_ptr
_tx_thread_system_state
All items filtered out
_fxe_file_extended_allocate()
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