#if defined(__DOXYGEN__)\r
/** Initiate a Host Negotiation Protocol request. This indicates to the other connected device\r
* that the device wishes to change device/host roles.\r
*/\r
#if defined(__DOXYGEN__)\r
/** Initiate a Host Negotiation Protocol request. This indicates to the other connected device\r
* that the device wishes to change device/host roles.\r
*/\r
\r
/** Determines if the device is currently sending a HNP to an attached host.\r
*\r
* \return Boolean true if currently sending a HNP to the other connected device, false otherwise\r
*/\r
\r
/** Determines if the device is currently sending a HNP to an attached host.\r
*\r
* \return Boolean true if currently sending a HNP to the other connected device, false otherwise\r
*/\r
\r
/** Rejects a HNP from a connected device, indicating that both devices should remain in their\r
* current device/host roles.\r
*/\r
\r
/** Rejects a HNP from a connected device, indicating that both devices should remain in their\r
* current device/host roles.\r
*/\r
\r
/** Indicates if the connected device is not currently sending a HNP request.\r
*\r
* \return Boolean true if a HNP is currently being issued by the connected device, false otherwise.\r
*/\r
\r
/** Indicates if the connected device is not currently sending a HNP request.\r
*\r
* \return Boolean true if a HNP is currently being issued by the connected device, false otherwise.\r
*/\r
\r
/** Initiates a Session Request Protocol request. Most OTG devices turn off VBUS when the USB\r
* interface is not in use, to conserve power. Sending a SRP to a USB OTG device running in\r
\r
/** Initiates a Session Request Protocol request. Most OTG devices turn off VBUS when the USB\r
* interface is not in use, to conserve power. Sending a SRP to a USB OTG device running in\r
* There are two different methods of sending a SRP - either pulses on the VBUS line, or by\r
* pulsing the Data + line via the internal pull-up resistor.\r
*\r
* There are two different methods of sending a SRP - either pulses on the VBUS line, or by\r
* pulsing the Data + line via the internal pull-up resistor.\r
*\r