usbx
_ux_host_class_cdc_acm_configure()
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_configure()
_ux_host_class_cdc_acm_configure() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_cdc_acm.h:346
UINT
_ux_host_class_cdc_acm_configure
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
;
Implemented in
ux_host_class_cdc_acm_configure.c:79
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_endpoints_get()
_ux_host_class_cdc_acm_capabilities_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_configure
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
ux_host_class_cdc_acm_configure.c:79
UINT
_ux_host_class_cdc_acm_configure
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
)
;
ux_host_class_cdc_acm.h:346
status
=
_ux_host_class_cdc_acm_configure
(
cdc_acm
)
;
ux_host_class_cdc_acm_activate.c:249
_ux_host_class_cdc_acm_activate()
Call Tree
from
examples
_ux_host_class_cdc_acm_configure()
is called by 1 function and calls 4 functions:
_ux_host_class_cdc_acm_activate()
All items filtered out
_ux_host_class_cdc_acm_configure()
_ux_system_error_handler()
_ux_host_stack_configuration_interface_get()
_ux_host_stack_device_configuration_get()
_ux_host_stack_device_configuration_select()
All items filtered out
Data Use
from
examples
_ux_host_class_cdc_acm_configure()
reads 5 variables and writes 1 variable:
UX_DEVICE_STRUCT::ux_device_state
UX_DEVICE_STRUCT::ux_device_power_source
UX_DEVICE_STRUCT::ux_device_parent
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_device
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_interface
All items filtered out
_ux_host_class_cdc_acm_configure()
UX_INTERFACE_STRUCT::ux_interface_class_instance
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