X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/5e7319058268e021ae39ca4b9fcabaec0060117b..28a1ee29a1a200c8e8c76355a9036a7456425bc3:/LUFA/Drivers/USB/Core/Pipe.h diff --git a/LUFA/Drivers/USB/Core/Pipe.h b/LUFA/Drivers/USB/Core/Pipe.h index 4edeba92e..6ab8fc270 100644 --- a/LUFA/Drivers/USB/Core/Pipe.h +++ b/LUFA/Drivers/USB/Core/Pipe.h @@ -38,13 +38,14 @@ /** \ingroup Group_PipeManagement * \defgroup Group_PipeRW Pipe Data Reading and Writing - * \brief Common USB Pipe definitions for all architectures. + * \brief Pipe data read/write definitions. * * Functions, macros, variables, enums and types related to data reading and writing from and to pipes. */ /** \ingroup Group_PipeRW * \defgroup Group_PipePrimitiveRW Read/Write of Primitive Data Types + * \brief Pipe data primative read/write definitions. * * Functions, macros, variables, enums and types related to data reading and writing of primitive data types * from and to pipes. @@ -52,12 +53,14 @@ /** \ingroup Group_PipeManagement * \defgroup Group_PipePacketManagement Pipe Packet Management + * \brief Pipe packet management definitions. * * Functions, macros, variables, enums and types related to packet management of pipes. */ /** \ingroup Group_PipeManagement * \defgroup Group_PipeControlReq Pipe Control Request Management + * \brief Pipe control request definitions. * * Module for host mode request processing. This module allows for the transmission of standard, class and * vendor control requests to the default control endpoint of an attached device while in host mode. @@ -67,6 +70,7 @@ /** \ingroup Group_USB * \defgroup Group_PipeManagement Pipe Management + * \brief Pipe management definitions. * * This module contains functions, macros and enums related to pipe management when in USB Host mode. This * module contains the pipe management macros, as well as pipe interrupt and data send/receive functions