[][src]Type Definition lpc55s6x_pac::usbhsh::usbsts::W

type W = W<u32, USBSTS>;

Writer for register USBSTS

Methods

impl W[src]

pub fn pcd(&mut self) -> PCD_W[src]

Bit 2 - Port Change Detect: The host controller sets this bit to logic 1 when any port has a change bit transition from a 0 to a one or a Force Port Resume bit transition from a 0 to a 1 as a result of a J-K transition detected on a suspended port.

pub fn flr(&mut self) -> FLR_W[src]

Bit 3 - Frame List Rollover: The host controller sets this bit to logic 1 when the frame list index rolls over its maximum value to 0.

pub fn atl_irq(&mut self) -> ATL_IRQ_W[src]

Bit 16 - ATL IRQ: Indicates that an ATL PTD (with I-bit set) was completed.

pub fn iso_irq(&mut self) -> ISO_IRQ_W[src]

Bit 17 - ISO IRQ: Indicates that an ISO PTD (with I-bit set) was completed.

pub fn int_irq(&mut self) -> INT_IRQ_W[src]

Bit 18 - INT IRQ: Indicates that an INT PTD (with I-bit set) was completed.

pub fn sof_irq(&mut self) -> SOF_IRQ_W[src]

Bit 19 - SOF interrupt: Every time when the host sends a Start of Frame token on the USB bus, this bit is set.