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

type NEXT_EV = Reg<u8, _NEXT_EV>;

In eptri, there are three endpoints. It is possible for an IRQ to fire and have all three bits set. Under these circumstances it can be difficult to know which event to process first. Use this register to determine which event needs to be processed first. Only one bit will ever be set at a time.

This register you can read. See API.

For information about avaliable fields see next_ev module

Trait Implementations

impl Readable for NEXT_EV[src]

read() method returns next_ev::R reader structure