Home
last modified time | relevance | path

Searched refs:cdc_acm_obj_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c57 } cdc_acm_obj_t; typedef
59 static cdc_acm_obj_t *p_cdc_acm_obj = NULL;
207 cdc_acm_obj_t *cdc_acm_obj = p_cdc_acm_obj; // Make local copy of the driver's handle in cdc_acm_client_task()
404 cdc_acm_obj_t *cdc_acm_obj = heap_caps_calloc(1, sizeof(cdc_acm_obj_t), MALLOC_CAP_DEFAULT); in cdc_acm_host_install()
472 cdc_acm_obj_t *cdc_acm_obj = p_cdc_acm_obj; // Save Driver's handle to temporary handle in cdc_acm_host_uninstall()