Lines Matching full:interface
124 /* communcation interface descriptor */
129 /* Interface Association Descriptor */
141 /* Interface Descriptor */
194 /* data interface descriptor */
198 /* interface descriptor */
245 "Interface",
422 * This function will handle cdc interface request.
538 * @param comm the communication interface number.
539 * @param data the data interface number.
597 /* create a cdc communication interface and a cdc data interface */ in rt_usbd_function_cdc_create()
609 /* configure the cdc interface descriptor */ in rt_usbd_function_cdc_create()
616 /* add the command endpoint to the cdc communication interface */ in rt_usbd_function_cdc_create()
619 /* add the communication alternate setting to the communication interface, in rt_usbd_function_cdc_create()
620 then set default setting of the interface */ in rt_usbd_function_cdc_create()
624 /* add the communication interface to the cdc function */ in rt_usbd_function_cdc_create()
636 /* add the data alternate setting to the data interface in rt_usbd_function_cdc_create()
637 then set default setting of the interface */ in rt_usbd_function_cdc_create()
641 /* add the cdc data interface to cdc function */ in rt_usbd_function_cdc_create()