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

type IN_STATUS = Reg<u8, _IN_STATUS>;

Status about the IN handler. As soon as you write to IN_DATA, IN_STATUS.HAVE should go to 1.

This register you can read. See API.

For information about avaliable fields see in_status module

Trait Implementations

impl Readable for IN_STATUS[src]

read() method returns in_status::R reader structure