Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h70 } cdc_acm_host_dev_event_data_t; typedef
81 …cdc_acm_host_dev_callback_t)(cdc_acm_dev_hdl_t cdc_hdl, const cdc_acm_host_dev_event_data_t *event…
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c919 const cdc_acm_host_dev_event_data_t error_event = { in cdc_acm_is_transfer_completed()
954 const cdc_acm_host_dev_event_data_t net_conn_event = { in notif_xfer_cb()
965 const cdc_acm_host_dev_event_data_t serial_state_event = { in notif_xfer_cb()
1008 const cdc_acm_host_dev_event_data_t disconn_event = { in usb_event_cb()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c113 static void notif_cb(cdc_acm_dev_hdl_t cdc_hdl, const cdc_acm_host_dev_event_data_t *event, void *u… in notif_cb()