* 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
- * \param SRPTypeMask Mask indicating the type of SRP to use, either \ref USB_OTG_SRP_VBUS or \ref USB_OTG_STP_DATA.\r
+ * \param[in] SRPTypeMask Mask indicating the type of SRP to use, either \ref USB_OTG_SRP_VBUS or \ref USB_OTG_STP_DATA.\r
*/\r
static inline void USB_OTG_Dev_InitiateSRP(uint8_t SRPTypeMask);\r
#else\r
-\r
#define USB_OTG_Device_RequestHNP() MACROS{ OTGCON |= (1 << HNPREQ); }MACROE\r
\r
#define USB_OTG_Device_CancelHNPRequest() MACROS{ OTGCON &= ~(1 << HNPREQ); }MACROE\r