[][src]Struct lpc55s6x_pac::usbfsh::hccontrol::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 cbsr(&self) -> CBSRR[src]

Bits 0:1 - ControlBulkServiceRatio.

pub fn ple(&self) -> PLER[src]

Bit 2 - PeriodicListEnable.

pub fn ie(&self) -> IER[src]

Bit 3 - IsochronousEnable.

pub fn cle(&self) -> CLER[src]

Bit 4 - ControlListEnable.

pub fn ble(&self) -> BLER[src]

Bit 5 - BulkListEnable This bit is set to enable the processing of the Bulk list in the next Frame.

pub fn hcfs(&self) -> HCFSR[src]

Bits 6:7 - HostControllerFunctionalState for USB 00b: USBRESET 01b: USBRESUME 10b: USBOPERATIONAL 11b: USBSUSPEND A transition to USBOPERATIONAL from another state causes SOFgeneration to begin 1 ms later.

pub fn ir(&self) -> IRR[src]

Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.

pub fn rwc(&self) -> RWCR[src]

Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.

pub fn rwe(&self) -> RWER[src]

Bit 10 - RemoteWakeupEnable This bit is used by HCD to enable or disable the remote wake-up feature upon the detection of upstream resume signaling.

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