usbx
_ux_host_class_cdc_acm_command()
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_command()
_ux_host_class_cdc_acm_command() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_cdc_acm.h:356
UINT
_ux_host_class_cdc_acm_command
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
ULONG
command
,
ULONG
value
,
UCHAR
*
data_buffer
,
ULONG
data_length
)
;
Implemented in
ux_host_class_cdc_acm_command.c:87
Arguments
Argument
cdc_acm
command
value
data_buffer
data_length
Related Functions
Found 9 other functions taking a
UX_HOST_CLASS_CDC_ACM_STRUCT
argument:
Function
_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_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_command
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
ULONG
command
,
ux_host_class_cdc_acm_command.c:87
UINT
_ux_host_class_cdc_acm_command
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
ULONG
command
,
ux_host_class_cdc_acm.h:356
status
=
_ux_host_class_cdc_acm_command
(
cdc_acm
,
UX_HOST_CLASS_CDC_ACM_REQ_SET_LINE_CODING
,
ux_host_class_cdc_acm_ioctl.c:150
_ux_host_class_cdc_acm_ioctl()
status
=
_ux_host_class_cdc_acm_command
(
cdc_acm
,
UX_HOST_CLASS_CDC_ACM_REQ_GET_LINE_CODING
,
ux_host_class_cdc_acm_ioctl.c:175
_ux_host_class_cdc_acm_ioctl()
status
=
_ux_host_class_cdc_acm_command
(
cdc_acm
,
UX_HOST_CLASS_CDC_ACM_REQ_SET_LINE_STATE
,
ux_host_class_cdc_acm_ioctl.c:219
_ux_host_class_cdc_acm_ioctl()
status
=
_ux_host_class_cdc_acm_command
(
cdc_acm
,
UX_HOST_CLASS_CDC_ACM_REQ_SEND_BREAK
,
ux_host_class_cdc_acm_ioctl.c:232
_ux_host_class_cdc_acm_ioctl()
Call Tree
from
examples
_ux_host_class_cdc_acm_command()
is called by 1 function and calls 2 functions:
_ux_host_class_cdc_acm_ioctl()
All items filtered out
_ux_host_class_cdc_acm_command()
_ux_utility_semaphore_get()
_ux_host_stack_transfer_request()
All items filtered out
Data Use
from
examples
_ux_host_class_cdc_acm_command()
reads 4 variables and writes 6 variables:
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceNumber
UX_INTERFACE_STRUCT::ux_interface_descriptor
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_command()
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