usbx
_ux_host_class_storage_activate()
is only used within usbx.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (5/5)...
usbx
common
core
usbx_device_classes
usbx_host_classes
inc
ux_host_class_cdc_acm.h
ux_host_class_hid_keyboard.h
ux_host_class_hid_mouse.h
ux_host_class_hid.h
ux_host_class_storage.h
UX_HOST_CLASS_STORAGE
UX_HOST_CLASS_STORAGE_EXT
UX_HOST_CLASS_STORAGE_MEDIA
_ux_host_class_storage_activate()
_ux_host_class_storage_cbw_initialize()
_ux_host_class_storage_configure()
_ux_host_class_storage_deactivate()
_ux_host_class_storage_device_initialize()
_ux_host_class_storage_device_reset()
_ux_host_class_storage_device_support_check()
_ux_host_class_storage_driver_entry()
_ux_host_class_storage_endpoints_get()
_ux_host_class_storage_entry()
_ux_host_class_storage_max_lun_get()
_ux_host_class_storage_media_capacity_get()
_ux_host_class_storage_media_characteristics_get()
_ux_host_class_storage_media_format_capacity_get()
_ux_host_class_storage_media_mount()
_ux_host_class_storage_media_open()
_ux_host_class_storage_media_protection_check()
_ux_host_class_storage_media_read()
_ux_host_class_storage_media_recovery_sense_get()
_ux_host_class_storage_media_write()
_ux_host_class_storage_partition_read()
_ux_host_class_storage_request_sense()
_ux_host_class_storage_sense_code_translate()
_ux_host_class_storage_start_stop()
_ux_host_class_storage_thread_entry()
_ux_host_class_storage_transport()
_ux_host_class_storage_transport_bo()
_ux_host_class_storage_transport_cb()
_ux_host_class_storage_transport_cbi()
_ux_host_class_storage_unit_ready_test()
_ux_host_class_storage_media_get()
_ux_host_class_storage_media_lock()
_ux_host_class_storage_media_check()
_ux_host_class_storage_tasks_run()
_ux_host_class_storage_transport_run()
_ux_host_class_storage_check_run()
_ux_host_class_storage_read_write_run()
src
usbx_network
usbx_stm32_device_controllers
usbx_stm32_host_controllers
ports
HAL
threadx
netxduo
filex
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_activate()
_ux_host_class_storage_activate() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_storage.h:612
UINT
_ux_host_class_storage_activate
(
UX_HOST_CLASS_COMMAND
*
command
)
;
Implemented in
ux_host_class_storage_activate.c:82
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_deactivate()
_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_activate
(
UX_HOST_CLASS_COMMAND
*
command
)
ux_host_class_storage_activate.c:82
UINT
_ux_host_class_storage_activate
(
UX_HOST_CLASS_COMMAND
*
command
)
;
ux_host_class_storage.h:612
status
=
_ux_host_class_storage_activate
(
command
)
;
ux_host_class_storage_entry.c:199
_ux_host_class_storage_entry()
Call Tree
from
examples
_ux_host_class_storage_activate()
is called by 1 function and calls 8 functions:
_ux_host_class_storage_entry()
All items filtered out
_ux_host_class_storage_activate()
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
_ux_host_stack_class_instance_create()
_ux_host_stack_class_instance_destroy()
_ux_utility_memory_allocate()
_ux_utility_memory_free()
_ux_utility_semaphore_create()
_ux_host_class_storage_configure()
_ux_host_class_storage_device_initialize()
All items filtered out
Data Use
from
examples
_ux_host_class_storage_activate()
reads 7 variables and writes 5 variables:
UX_INTERFACE_STRUCT::ux_interface_configuration
UX_SYSTEM_HOST_STRUCT::ux_system_host_change_function
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_container
UX_HOST_CLASS_COMMAND_STRUCT::ux_host_class_command_class_ptr
UX_CONFIGURATION_STRUCT::ux_configuration_device
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_class
_ux_system_host
All items filtered out
_ux_host_class_storage_activate()
UX_INTERFACE_STRUCT::ux_interface_class_instance
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_class
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_device
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_interface
UX_HOST_CLASS_STORAGE_STRUCT::ux_host_class_storage_state
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