+ /** CDC class driver event for a send break request sent to the device from the host. This is generally used to seperate\r
+ * data or to indicate a special condition to the receiving device.\r
+ *\r
+ * \param[in,out] CDCInterfaceInfo Pointer to a structure containing a CDC Class configuration and state\r
+ * \param[in] Duration Duration of the break that has been sent by the host, in milliseconds\r
+ */\r
+ void EVENT_CDC_Device_BreakSent(USB_ClassInfo_CDC_Device_t* const CDCInterfaceInfo, uint8_t Duration) ATTR_NON_NULL_PTR_ARG(1);\r
+\r