Added class specific descriptor type defines with standard USB-IF element naming.
This commit is contained in:
parent
66f14d44a3
commit
c166dfc64e
38 changed files with 589 additions and 226 deletions
|
@ -173,7 +173,7 @@
|
|||
* \return A value from the \ref Pipe_Stream_RW_ErrorCodes_t enum.
|
||||
*/
|
||||
uint8_t PRNT_Host_SendString(USB_ClassInfo_PRNT_Host_t* const PRNTInterfaceInfo,
|
||||
void* PrinterCommands,
|
||||
void* Buffer,
|
||||
const uint16_t Length) ATTR_NON_NULL_PTR_ARG(1) ATTR_NON_NULL_PTR_ARG(2);
|
||||
|
||||
/** Determines the number of bytes received by the printer interface from the device, waiting to be read. This indicates the number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue