Enum capsules::usbc_client::State
[−]
[src]
enum State { Init, CtrlIn(usize, usize), CtrlOut, SetAddress, }
Variants
Init
CtrlIn(usize, usize)
We are doing a Control In transfer of some data in self.descriptor_storage, with the given extent remaining to send
CtrlOut
We will accept data from the host
SetAddress