Minor documentation improvements.
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3 / Pipe_UC3.h
index f09d560..a8cb29e 100644 (file)
                        {
                                return (((&AVR32_USBB.UPCFG0)[USB_Pipe_SelectedPipe].ptoken == PIPE_TOKEN_OUT) ? PIPE_DIR_OUT : PIPE_DIR_IN);
                        }
-                       
+
                        /** Returns the pipe address of the currently selected pipe. This is typically used to save the
                         *  currently selected pipe number so that it can be restored after another pipe has been manipulated.
                         *
                         *  \param[in] Entries  Number of entries in the pipe table to configure.
                         *
                         *  \return Boolean \c true if all pipes configured successfully, \c false otherwise.
-                        */                     
+                        */
                        bool Pipe_ConfigurePipeTable(const USB_Pipe_Table_t* const Table,
                                                     const uint8_t Entries);
 
-                       /** Configures the specified pipe address with the given pipe type, endpoint address within the attached device, bank size
-                        *  and number of hardware banks.
+                       /** Configures the specified pipe address with the given pipe type, endpoint address within the attached device,
+                        *  bank size and number of hardware banks.
                         *
                         *  A newly configured pipe is frozen by default, and must be unfrozen before use via the \ref Pipe_Unfreeze()
                         *  before being used. Pipes should be kept frozen unless waiting for data from a device while in IN mode, or