usbx
_ux_host_class_storage_deactivate()
is only used within usbx.
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
usbx
_ux_host_class_storage_deactivate()
_ux_host_class_storage_deactivate() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:616
UINT
_ux_host_class_storage_deactivate
(
UX_HOST_CLASS_COMMAND
*
command
)
;
Implemented in
ux_host_class_storage_deactivate.c:95
Arguments
Argument
command
Related Functions
Found 9 other functions taking a
UX_HOST_CLASS_COMMAND_STRUCT
argument:
Function
_ux_host_stack_class_call()
_ux_host_class_hid_entry()
_ux_host_class_storage_entry()
_ux_host_class_cdc_acm_entry()
_ux_host_class_storage_activate()
_ux_host_class_hid_activate()
_ux_host_class_hid_deactivate()
_ux_host_class_cdc_acm_activate()
_ux_host_class_cdc_acm_deactivate()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_class_storage_deactivate
(
UX_HOST_CLASS_COMMAND
*
command
)
ux_host_class_storage_deactivate.c:95
UINT
_ux_host_class_storage_deactivate
(
UX_HOST_CLASS_COMMAND
*
command
)
;
ux_host_class_storage.h:616
status
=
_ux_host_class_storage_deactivate
(
command
)
;
ux_host_class_storage_entry.c:211
_ux_host_class_storage_entry()
Call Tree
from
examples
_ux_host_class_storage_deactivate()
is called by 1 function and calls 8 functions:
_ux_host_class_storage_entry()
All items filtered out
_ux_host_class_storage_deactivate()
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
_ux_host_stack_class_instance_destroy()
_ux_host_stack_endpoint_transfer_abort()
_ux_utility_memory_free()
_ux_utility_semaphore_delete()
_ux_utility_semaphore_get()
_ux_utility_thread_schedule_other()
_fxe_media_close()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_deactivate()
reads 10 variables and writes 3 variables:
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_instance
UX_HOST_CLASS_STRUCT::ux_host_class_media
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_class
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_out_endpoint
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_bulk_in_endpoint
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_memory
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_status
FX_MEDIA_STRUCT::fx_media_driver_info
_ux_system_host
All items filtered out
_ux_host_class_storage_deactivate()
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_state
UX_HOST_CLASS_STORAGE_MEDIA_STRUCT::ux_host_class_storage_media_status
FX_MEDIA_STRUCT::fx_media_id
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