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

type SETUP_DATA = Reg<u8, _SETUP_DATA>;

Data from the last SETUP transactions. It will be 10 bytes long, because it will include the CRC16. This is a FIFO, and the queue is advanced automatically.

This register you can read. See API.

For information about avaliable fields see setup_data module

Trait Implementations

impl Readable for SETUP_DATA[src]

read() method returns setup_data::R reader structure