usbx
_ux_host_class_cdc_acm_capabilities_get()
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_cdc_acm_capabilities_get()
_ux_host_class_cdc_acm_capabilities_get() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_cdc_acm.h:359
UINT
_ux_host_class_cdc_acm_capabilities_get
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
;
Implemented in
ux_host_class_cdc_acm_capabilities_get.c:77
Arguments
Argument
cdc_acm
Related Functions
Found 9 other functions taking a
UX_HOST_CLASS_CDC_ACM_STRUCT
argument:
Function
_ux_host_class_cdc_acm_command()
_ux_host_class_cdc_acm_ioctl()
_ux_host_class_cdc_acm_write()
_ux_host_class_cdc_acm_reception_start()
_ux_host_class_cdc_acm_configure()
_ux_host_class_cdc_acm_endpoints_get()
_ux_host_class_cdc_acm_read()
_ux_host_class_cdc_acm_reception_stop()
_ux_host_class_cdc_acm_write_with_callback()
Examples
References
from
examples
Code
Location
Referrer
UINT
_ux_host_class_cdc_acm_capabilities_get
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
ux_host_class_cdc_acm_capabilities_get.c:77
UINT
_ux_host_class_cdc_acm_capabilities_get
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
;
ux_host_class_cdc_acm.h:359
status
=
_ux_host_class_cdc_acm_capabilities_get
(
cdc_acm
)
;
ux_host_class_cdc_acm_activate.c:305
_ux_host_class_cdc_acm_activate()
Call Tree
from
examples
_ux_host_class_cdc_acm_capabilities_get()
is called by 1 function and calls 5 functions:
_ux_host_class_cdc_acm_activate()
All items filtered out
_ux_host_class_cdc_acm_capabilities_get()
_ux_system_error_handler()
_ux_utility_descriptor_parse()
_ux_host_stack_transfer_request()
_ux_utility_memory_allocate()
_ux_utility_memory_free()
All items filtered out
Data Use
from
examples
_ux_host_class_cdc_acm_capabilities_get()
reads 8 variables and writes 7 variables:
UX_CONFIGURATION_DESCRIPTOR_STRUCT::wTotalLength
UX_CONFIGURATION_STRUCT::ux_configuration_descriptor
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceClass
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceSubClass
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_device
UX_TRANSFER_STRUCT::ux_transfer_request_actual_length
_ux_system_configuration_descriptor_structure
_ux_system_interface_descriptor_structure
All items filtered out
_ux_host_class_cdc_acm_capabilities_get()
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_capabilities
UX_TRANSFER_STRUCT::ux_transfer_request_data_pointer
UX_TRANSFER_STRUCT::ux_transfer_request_requested_length
UX_TRANSFER_STRUCT::ux_transfer_request_type
UX_TRANSFER_STRUCT::ux_transfer_request_function
UX_TRANSFER_STRUCT::ux_transfer_request_value
UX_TRANSFER_STRUCT::ux_transfer_request_index
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