usbx
_ux_host_class_cdc_acm_reception_stop()
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_reception_stop()
_ux_host_class_cdc_acm_reception_stop() function
Syntax
Show:
Summary
Declaration
Definition
from
ux_host_class_cdc_acm.h:360
UINT
_ux_host_class_cdc_acm_reception_stop
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
UX_HOST_CLASS_CDC_ACM_RECEPTION
*
cdc_acm_reception
)
;
Implemented in
ux_host_class_cdc_acm_reception_stop.c:79
Arguments
Argument
cdc_acm
cdc_acm_reception
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_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_write_with_callback()
Examples
References
from
examples
Code
Location
UINT
_ux_host_class_cdc_acm_reception_stop
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
ux_host_class_cdc_acm_reception_stop.c:79
UINT
_ux_host_class_cdc_acm_reception_stop
(
UX_HOST_CLASS_CDC_ACM
*
cdc_acm
,
ux_host_class_cdc_acm.h:360
Call Tree
from
examples
_ux_host_class_cdc_acm_reception_stop()
calls 3 functions:
All items filtered out
_ux_host_class_cdc_acm_reception_stop()
_ux_utility_semaphore_get()
_ux_system_error_handler()
_ux_host_stack_endpoint_transfer_abort()
All items filtered out
Data Use
from
examples
_ux_host_class_cdc_acm_reception_stop()
reads 8 variables and writes 2 variables:
TX_SEMAPHORE_STRUCT::tx_semaphore_count
UX_INTERFACE_DESCRIPTOR_STRUCT::bInterfaceClass
UX_INTERFACE_STRUCT::ux_interface_descriptor
UX_HOST_CLASS_CDC_ACM_STRUCT::ux_host_class_cdc_acm_bulk_in_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_HOST_CLASS_CDC_ACM_RECEPTION_STRUCT::ux_host_class_cdc_acm_reception_state
UX_TRANSFER_STRUCT::ux_transfer_request_semaphore
All items filtered out
_ux_host_class_cdc_acm_reception_stop()
UX_HOST_CLASS_CDC_ACM_RECEPTION_STRUCT::ux_host_class_cdc_acm_reception_state
UX_TRANSFER_STRUCT::ux_transfer_request_completion_function
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