Home
last modified time | relevance | path

Searched refs:USB_DeviceVcomRead (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_virtual.c225 __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() function
331 if (kStatus_Success != USB_DeviceVcomRead(serialPortVirtual->instance, buffer, length)) in Serial_PortVirtualRead()