Searched refs:bytes2send (Results 1 – 1 of 1) sorted by relevance
37 uint8_t bytes2send = 0; in usbd_cdc_ecm_send_notify() local51 bytes2send = 8U; in usbd_cdc_ecm_send_notify()60 bytes2send = 8U; in usbd_cdc_ecm_send_notify()66 bytes2send = 16U; in usbd_cdc_ecm_send_notify()76 if (bytes2send) { in usbd_cdc_ecm_send_notify()77 …d_ep_start_write(0, cdc_ecm_ep_data[CDC_ECM_INT_EP_IDX].ep_addr, g_cdc_ecm_notify_buf, bytes2send); in usbd_cdc_ecm_send_notify()
Completed in 4 milliseconds