*/
status_t USB_VcomReadBlocking(usb_device_handle baseAddr, uint8_t *buf, size_t count);
-/*!
- * @brief USB recive 'count' number of data from host using a blocking method.
- *
- * This function recives data from host by usb cdc protocol
- * @param baseAddr pointer to USB device handle.
- * @param buf pointer to the data.
- * @param count size of the transfer.
- *
- * @return A USB error code or kStatus_USB_Success.
- */
-status_t USB_VcomReadPolling(usb_device_handle baseAddr, uint8_t *buf, size_t count);
-
/*!
* @brief USB send data to host using a blocking method.
*