usbx
+
0
/2 examples
SourceVu will show references to
_ux_device_class_cdc_acm_write()
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_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_device_class_cdc_acm_write()
_ux_device_class_cdc_acm_write() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_device_class_cdc_acm.h:300
UINT
_ux_device_class_cdc_acm_write
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ULONG
requested_length
,
ULONG
*
actual_length
)
;
Implemented in
ux_device_class_cdc_acm_write.c:89
Arguments
Argument
cdc_acm
buffer
requested_length
actual_length
Related Functions
Found 5 other functions taking a
UX_SLAVE_CLASS_CDC_ACM_STRUCT
argument:
Function
_ux_device_class_cdc_acm_ioctl()
_ux_device_class_cdc_acm_read()
_ux_device_class_cdc_acm_write_with_callback()
_ux_device_class_cdc_acm_write_run()
_ux_device_class_cdc_acm_read_run()
Examples
_ux_device_class_cdc_acm_write()
is referenced by 2 libraries and example projects:
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ACM
Ux_Device_HID_CDC_ACM
References
from
0/2
examples
Code
Location
UINT
_ux_device_class_cdc_acm_write
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ux_device_class_cdc_acm_write.c:89
UINT
_ux_device_class_cdc_acm_write
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ux_device_class_cdc_acm.h:300
Call Tree
from
0/2
examples
_ux_device_class_cdc_acm_write()
calls 5 functions:
All items filtered out
_ux_device_class_cdc_acm_write()
_ux_device_stack_transfer_request()
_ux_utility_mutex_off()
_ux_utility_mutex_on()
_ux_system_error_handler()
_ux_utility_memory_copy()
All items filtered out
Data Use
from
0/2
examples
_ux_device_class_cdc_acm_write()
reads 10 variables:
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_data_pointer
UX_SLAVE_TRANSFER_STRUCT::ux_slave_transfer_request_actual_length
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_descriptor
UX_SLAVE_ENDPOINT_STRUCT::ux_slave_endpoint_next_endpoint
UX_SLAVE_INTERFACE_STRUCT::ux_slave_interface_first_endpoint
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_state
UX_ENDPOINT_DESCRIPTOR_STRUCT::bEndpointAddress
_ux_system_slave
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_interface
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_transmission_status
All items filtered out
_ux_device_class_cdc_acm_write()
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