[][src]Type Definition fomu_pac::usb::OUT_DATA

type OUT_DATA = Reg<u8, _OUT_DATA>;

Data received from the host will go into a FIFO. This register reflects the contents of the top byte in that FIFO. Reading from this register advances the FIFO pointer.

This register you can read. See API.

For information about avaliable fields see out_data module

Trait Implementations

impl Readable for OUT_DATA[src]

read() method returns out_data::R reader structure