usbx
+
0
/2 examples
SourceVu will show references to
_ux_host_class_cdc_acm_write()
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_CDC_ACM
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_write()
_ux_host_class_cdc_acm_write() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_cdc_acm.h:352
UINT
_ux_host_class_cdc_acm_write
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
data_pointer
,
ULONG
requested_length
,
ULONG
*
actual_length
)
;
Implemented in
ux_host_class_cdc_acm_write.c:85
Arguments
Argument
cdc_acm
data_pointer
requested_length
actual_length
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_reception_start()
_ux_host_class_cdc_acm_configure()
_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
_ux_host_class_cdc_acm_write()
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Host_HID_CDC_ACM
STM32F429ZI-Nucleo
Applications
USBX
Ux_Host_CDC_ACM
References
from
0/2
examples
Code
Location
UINT
_ux_host_class_cdc_acm_write
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
data_pointer
,
ux_host_class_cdc_acm_write.c:85
UINT
_ux_host_class_cdc_acm_write
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
data_pointer
,
ux_host_class_cdc_acm.h:352
Call Tree
from
0/2
examples
_ux_host_class_cdc_acm_write()
calls 4 functions:
All items filtered out
_ux_host_class_cdc_acm_write()
_ux_utility_semaphore_get()
_ux_system_error_handler()
_ux_host_stack_transfer_request()
_ux_host_stack_transfer_request_abort()
All items filtered out
Data Use
from
0/2
examples
_ux_host_class_cdc_acm_write()
reads 8 variables and writes 3 variables:
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceClass
UX_INTERFACE_STRUCT::ux_interface_descriptor
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_bulk_out_endpoint
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_interface
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_state
UX_TRANSFER_STRUCT::ux_transfer_request_actual_length
UX_TRANSFER_STRUCT::ux_transfer_request_maximum_length
UX_TRANSFER_STRUCT::ux_transfer_request_timeout_value
All items filtered out
_ux_host_class_cdc_acm_write()
UX_TRANSFER_STRUCT::ux_transfer_request_data_pointer
UX_TRANSFER_STRUCT::ux_transfer_request_requested_length
UX_TRANSFER_STRUCT::ux_transfer_request_completion_code
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out