+ \r
+ /** Enables the device mode Start Of Frame events. When enabled, this causes the\r
+ * \ref EVENT_USB_Device_StartOfFrame() event to fire once per millisecond, synchronized to the USB bus,\r
+ * at the start of each USB frame when enumerated in device mode.\r
+ */\r
+ static inline bool USB_Device_EnableSOFEvents(void);\r
+ \r
+ /** Disables the device mode Start Of Frame events. When disabled, this stop the firing of the\r
+ * \ref EVENT_USB_Device_StartOfFrame() event when enumerated in device mode.\r
+ */\r
+ static inline bool USB_Device_DisableSOFEvents(void);\r