Skip to content

igor-liferenko/usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UENUM = EP3;
while (!(UEINTX & _BV(TXINI))) { }
UEINTX &= ~_BV(TXINI);
UEDATX = 0xA1; // ?
UEDATX = 0x20; // table 5 in CDC spec?
UEDATX = 0x00; @+ UEDATX = 0x00; // ?
UEDATX = 0x00; @+ UEDATX = 0x00; // ?
UEDATX = 0x02; @+ UEDATX = 0x00; // ?
UEDATX = ?;
UEDATX = ?;
UEINTX &= ~_BV(FIFOCON);

CDC\S6.3.5

check via TIOCMGET

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published