Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.h137 } usb_device_cdc_acm_pipe_t; typedef
146usb_device_cdc_acm_pipe_t bulkIn; /*!< The bulk in pipe for sending packet to ho…
147usb_device_cdc_acm_pipe_t bulkOut; /*!< The bulk out pipe for receiving packet fr…
148usb_device_cdc_acm_pipe_t interruptIn; /*!< The interrupt in pipe for notifying the device state t…
Dusb_device_cdc_acm.c875 usb_device_cdc_acm_pipe_t *cdcAcmPipe = NULL; in USB_DeviceCdcAcmSend()