*\r
* \ingroup Group_PipeRW\r
*/\r
- static inline void Pipe_Ignore_DWord(void) ATTR_ALWAYS_INLINE;\r
- static inline void Pipe_Ignore_DWord(void)\r
+ static inline void Pipe_Discard_DWord(void) ATTR_ALWAYS_INLINE;\r
+ static inline void Pipe_Discard_DWord(void)\r
{\r
uint8_t Dummy;\r
\r
/** Spinloops until the currently selected non-control pipe is ready for the next packed of data\r
* to be read or written to it.\r
*\r
- * \note This routine should not be called on CONTROL type pipes.\r
- *\r
* \ingroup Group_PipeRW\r
*\r
* \return A value from the Pipe_WaitUntilReady_ErrorCodes_t enum.\r