Minor documentation improvements.
This commit is contained in:
parent
0598d622d8
commit
7750783809
4 changed files with 15 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue