usbx
_ux_device_class_cdc_acm_write_with_callback()
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_device_class_cdc_acm_write_with_callback()
_ux_device_class_cdc_acm_write_with_callback() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_device_class_cdc_acm.h:308
UINT
_ux_device_class_cdc_acm_write_with_callback
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ULONG
requested_length
)
;
Implemented in
ux_device_class_cdc_acm_write_with_callback.c:84
Arguments
Argument
cdc_acm
buffer
requested_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_write()
_ux_device_class_cdc_acm_read()
_ux_device_class_cdc_acm_write_run()
_ux_device_class_cdc_acm_read_run()
Examples
References
from
examples
Code
Location
UINT
_ux_device_class_cdc_acm_write_with_callback
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ux_device_class_cdc_acm_write_with_callback.c:84
UINT
_ux_device_class_cdc_acm_write_with_callback
(
UX_SLAVE_CLASS_CDC_ACM
*
cdc_acm
,
UCHAR
*
buffer
,
ux_device_class_cdc_acm.h:308
Call Tree
from
examples
_ux_device_class_cdc_acm_write_with_callback()
calls 2 functions:
All items filtered out
_ux_device_class_cdc_acm_write_with_callback()
_ux_utility_event_flags_set()
_ux_system_error_handler()
All items filtered out
Data Use
from
examples
_ux_device_class_cdc_acm_write_with_callback()
reads 4 variables and writes 3 variables:
UX_SLAVE_DEVICE_STRUCT::ux_slave_device_state
_ux_system_slave
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_transmission_status
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_scheduled_write
All items filtered out
_ux_device_class_cdc_acm_write_with_callback()
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_scheduled_write
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_callback_total_length
UX_SLAVE_CLASS_CDC_ACM_STRUCT::ux_slave_class_cdc_acm_callback_data_pointer
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