[][src]Struct lpc55s6x_pac::usbhsh::usbsts::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pcd(&self) -> PCDR[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(&self) -> FLRR[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(&self) -> ATL_IRQR[src]

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self