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

type R = R<u8, OUT_STATUS>;

Reader of register OUT_STATUS

Methods

impl R[src]

pub fn epno(&self) -> EPNO_R[src]

Bits 0:3 - The destination endpoint for the most recent OUT packet.

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

Bit 4 - 1 if there is data in the FIFO.

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

Bit 5 - 1 if there is an IRQ pending.