aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/pipe/pck_size.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use `repr(packed)` on pipe descriptors structure.Brian Cully2019-07-301-1/+1
| | | | Ensure offsets and sizes are correct with tests.
* Put size assertions in pcksize writers.Brian Cully2019-07-271-0/+4
|
* Update PCKSIZE for correct BYTE_COUNT offset and length.Brian Cully2019-07-251-8/+12
|
* Move USB host stuff to separate crate.Brian Cully2019-07-251-0/+360