/* Inline Functions: */\r
/** Determines if the VBUS line is currently high (i.e. the USB host is supplying power).\r
*\r
- * \note This function is not available on some AVR models which do not support hardware VBUS monitoring.\r
- *\r
* \return Boolean \c true if the VBUS line is currently detecting power from a host, \c false otherwise.\r
*/\r
static inline bool USB_VBUS_GetStatus(void) ATTR_WARN_UNUSED_RESULT ATTR_ALWAYS_INLINE;\r
* this function). To statically set the USB options, pass in the \c USE_STATIC_OPTIONS token,\r
* defined to the appropriate options masks. When the options are statically set, this\r
* parameter does not exist in the function prototype.\r
- * \n\n\r
- *\r
- * \note The mode parameter does not exist on devices where only one mode is possible, such as USB\r
- * AVR models which only implement the USB device mode in hardware.\r
*\r
* \see \ref Group_Device for the \c USB_DEVICE_OPT_* masks.\r
*/\r