Minor documentation improvements.

This commit is contained in:
Dean Camera 2012-08-18 10:58:52 +00:00
parent 0598d622d8
commit 7750783809
4 changed files with 15 additions and 10 deletions

View file

@ -105,7 +105,7 @@
{
uint8_t Address; /**< Address of the pipe to configure, or zero if the table entry is to be unused. */
uint16_t Size; /**< Size of the pipe bank, in bytes. */
uint8_t EndpointAddress; /** Address of the endpoint in the connected device. */
uint8_t EndpointAddress; /**< Address of the endpoint in the connected device. */
uint8_t Type; /**< Type of the endpoint, a \c EP_TYPE_* mask. */
uint8_t Banks; /**< Number of hardware banks to use for the pipe. */
} USB_Pipe_Table_t;