[][src]Type Definition lpc55_pac::usbfsh::hcrhstatus::R

type R = R<u32, HCRHSTATUS>;

Reader of register HCRHSTATUS

Implementations

impl R[src]

pub fn lps(&self) -> LPS_R[src]

Bit 0 - (read) LocalPowerStatus The Root Hub does not support the local power status feature; thus, this bit is always read as 0.

pub fn oci(&self) -> OCI_R[src]

Bit 1 - OverCurrentIndicator This bit reports overcurrent conditions when the global reporting is implemented.

pub fn drwe(&self) -> DRWE_R[src]

Bit 15 - (read) DeviceRemoteWakeupEnable This bit enables a ConnectStatusChange bit as a resume event, causing a USBSUSPEND to USBRESUME state transition and setting the ResumeDetected interrupt.

pub fn lpsc(&self) -> LPSC_R[src]

Bit 16 - (read) LocalPowerStatusChange The root hub does not support the local power status feature.

pub fn ocic(&self) -> OCIC_R[src]

Bit 17 - OverCurrentIndicatorChange This bit is set by hardware when a change has occurred to the OCI field of this register.

pub fn crwe(&self) -> CRWE_R[src]

Bit 31 - (write) ClearRemoteWakeupEnable Writing a 1 clears DeviceRemoveWakeupEnable.