cdc_acm_host_open() is only used within cdc_acm_vcp sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- ESP_OK: Success - ESP_ERR_INVALID_STATE: The CDC driver is not installed - ESP_ERR_INVALID_ARG: dev_config or cdc_hdl_ret is NULL - ESP_ERR_NO_MEM: Not enough memory for opening the device - ESP_ERR_NOT_FOUND: USB device with specified VID/PID is not connected or does not have specified interface

References

from examples