Searched refs:usbd_cdc_ecm_start_read (Results 1 – 2 of 2) sorted by relevance
129 usbd_cdc_ecm_start_read(g_cdc_ecm_rx_buffer, CONFIG_CDC_ECM_ETH_MAX_SEGSZE); in cdc_ecm_notify_handler()189 int usbd_cdc_ecm_start_read(uint8_t *buf, uint32_t len) in usbd_cdc_ecm_start_read() function209 usbd_cdc_ecm_start_read(g_cdc_ecm_rx_buffer, CONFIG_CDC_ECM_ETH_MAX_SEGSZE); in usbd_cdc_ecm_eth_rx()216 usbd_cdc_ecm_start_read(g_cdc_ecm_rx_buffer, CONFIG_CDC_ECM_ETH_MAX_SEGSZE); in usbd_cdc_ecm_eth_rx()
23 int usbd_cdc_ecm_start_read(uint8_t *buf, uint32_t len);
Completed in 13 milliseconds