Home
last modified time | relevance | path

Searched refs:notif_xfer_cb (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.c148 static void notif_xfer_cb(usb_transfer_t *transfer);
558 cdc_dev->notif.xfer->callback = notif_xfer_cb; in cdc_acm_transfers_allocate()
944 static void notif_xfer_cb(usb_transfer_t *transfer) in notif_xfer_cb() function