Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h81 typedef void (*cdc_acm_host_dev_callback_t)(cdc_acm_dev_hdl_t cdc_hdl, const cdc_acm_host_dev_event… typedef
100 cdc_acm_host_dev_callback_t event_cb; /**< Device's event callback function. Can be NULL */
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c128 cdc_acm_host_dev_callback_t cb; // User's callback for device events
256 static esp_err_t cdc_acm_start(cdc_dev_t *cdc_dev, cdc_acm_host_dev_callback_t event_cb, cdc_acm_da… in cdc_acm_start()