2 #ifndef __USBD_USER_CDC_H 3 #define __USBD_USER_CDC_H 12 #include "usb_cdc_def.h" 16 #define USBD_CDC_ACM_CIF_NUM 0 17 #define USBD_CDC_ACM_DIF_NUM 1 22 bool USBD_User_CDC_SetLineCoding(
const USB_CDC_LINE_CODING *line_coding);
23 bool USBD_User_CDC_GetLineCoding(USB_CDC_LINE_CODING *line_coding);
24 bool USBD_User_CDC_SetControlLineState(uint16_t control_signal_bitmap);
25 bool USBD_User_CDC_SendBreak(uint16_t duration_of_break);