*\r
* \note This variable should be treated as read-only in the user application, and never manually\r
* changed in value.\r
+ *\r
+ * \ingroup Group_Device\r
*/\r
extern uint8_t USB_ConfigurationNumber;\r
\r
*\r
* \note This variable should be treated as read-only in the user application, and never manually\r
* changed in value.\r
+ *\r
+ * \ingroup Group_Device\r
*/\r
extern bool USB_RemoteWakeupEnabled;\r
\r
/** Indicates if the device is currently being powered by its own power supply, rather than being\r
* powered by the host's USB supply. This flag should remain cleared if the device does not\r
* support self powered mode, as indicated in the device descriptors.\r
+ *\r
+ * \ingroup Group_Device\r
*/\r
extern bool USB_CurrentlySelfPowered;\r
\r