Split out the RFCOMM Control Channel command processing code into a seperate set...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
index 02f882d..b4b40ca 100644 (file)
                         *
                         *  \ingroup Group_PipeStreamRW
                         *
-                        *  \param[in] Length  Number of bytes to send via the currently selected pipe.
+                        *  \param[in] Length    Number of bytes to send via the currently selected pipe.
                         *  \param[in] Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
                         *
                         *  \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
                         *
                         *  \ingroup Group_PipeStreamRW
                         *
-                        *  \param[out] Buffer   Pointer to the source data buffer to write to.
-                        *  \param[in] Length    Number of bytes to read for the currently selected pipe to read from.
-                        *  \param[in] Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
+                        *  \param[out] Buffer    Pointer to the source data buffer to write to.
+                        *  \param[in]  Length    Number of bytes to read for the currently selected pipe to read from.
+                        *  \param[in]  Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
                         *
                         *  \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
                         */
                         *
                         *  \ingroup Group_PipeStreamRW
                         *
-                        *  \param[out] Buffer   Pointer to the source data buffer to write to.
-                        *  \param[in] Length    Number of bytes to read for the currently selected pipe to read from.
-                        *  \param[in] Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
+                        *  \param[out] Buffer    Pointer to the source data buffer to write to.
+                        *  \param[in]  Length    Number of bytes to read for the currently selected pipe to read from.
+                        *  \param[in]  Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
                         *
                         *  \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
                         */
                         *
                         *  \ingroup Group_PipeStreamRW
                         *
-                        *  \param[out] Buffer   Pointer to the source data buffer to write to.
-                        *  \param[in] Length    Number of bytes to read for the currently selected pipe to read from.
-                        *  \param[in] Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
+                        *  \param[out] Buffer    Pointer to the source data buffer to write to.
+                        *  \param[in]  Length    Number of bytes to read for the currently selected pipe to read from.
+                        *  \param[in]  Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
                         *
                         *  \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
                         */
                         *
                         *  \ingroup Group_PipeStreamRW
                         *
-                        *  \param[out] Buffer   Pointer to the source data buffer to write to.
-                        *  \param[in] Length    Number of bytes to read for the currently selected pipe to read from.
-                        *  \param[in] Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
+                        *  \param[out] Buffer    Pointer to the source data buffer to write to.
+                        *  \param[in]  Length    Number of bytes to read for the currently selected pipe to read from.
+                        *  \param[in]  Callback  Name of a callback routine to call between successive USB packet transfers, NULL if no callback
                         *
                         *  \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
                         */