cdc_acm_vcp sample
cdc_acm_transfers_free()
is only used within cdc_acm_vcp sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cdc_acm_vcp sample
cdc_acm_transfers_free()
cdc_acm_transfers_free() function
Free USB transfers used by this device
Syntax
Show:
Summary
Declaration
Definition
from
cdc_acm_host.c:264
static
void
cdc_acm_transfers_free
(
cdc_dev_t
*
cdc_dev
)
;
Implemented in
cdc_acm_host.c:487
Arguments
Argument
Description
cdc_dev
Pointer to CDC device
Notes
There can be no transfers in flight, at the moment of calling this function.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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