Searched refs:USB_DeviceVcomRead (Results 1 – 1 of 1) sorted by relevance
225 __WEAK_FUNC status_t USB_DeviceVcomRead(uint8_t controller, uint8_t *buffer, uint32_t length);226 __WEAK_FUNC status_t USB_DeviceVcomRead(uint8_t controller, uint8_t *buffer, uint32_t length) in USB_DeviceVcomRead() function331 if (kStatus_Success != USB_DeviceVcomRead(serialPortVirtual->instance, buffer, length)) in Serial_PortVirtualRead()