[][src]Type Definition lpc55s6x_pac::usbfsh::hcrhstatus::W

type W = W<u32, HCRHSTATUS>;

Writer for register HCRHSTATUS

Methods

impl W[src]

pub fn lps(&mut self) -> LPS_W[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(&mut self) -> OCI_W[src]

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

pub fn drwe(&mut self) -> DRWE_W[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(&mut self) -> LPSC_W[src]

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

pub fn ocic(&mut self) -> OCIC_W[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(&mut self) -> CRWE_W[src]

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