[][src]Type Definition fomu_pac::usb::in_status::R

type R = R<u8, IN_STATUS>;

Reader of register IN_STATUS

Methods

impl R[src]

pub fn idle(&self) -> IDLE_R[src]

Bit 0 - This value is 1 if the packet has finished transmitting.

pub fn have(&self) -> HAVE_R[src]

Bit 4 - This value is 0 if the FIFO is empty.

pub fn pend(&self) -> PEND_R[src]

Bit 5 - 1 if there is an IRQ pending.