[][src]Type Definition lpc54606_pac::usbfsh::hcrhportstatus::W

type W = W<u32, HCRHPORTSTATUS>;

Writer for register HCRHPORTSTATUS

Methods

impl W[src]

pub fn ccs(&mut self) -> CCS_W[src]

Bit 0 - (read) CurrentConnectStatus This bit reflects the current state of the downstream port.

pub fn pes(&mut self) -> PES_W[src]

Bit 1 - (read) PortEnableStatus This bit indicates whether the port is enabled or disabled.

pub fn pss(&mut self) -> PSS_W[src]

Bit 2 - (read) PortSuspendStatus This bit indicates the port is suspended or in the resume sequence.

pub fn poci(&mut self) -> POCI_W[src]

Bit 3 - (read) PortOverCurrentIndicator This bit is only valid when the Root Hub is configured in such a way that overcurrent conditions are reported on a per-port basis.

pub fn prs(&mut self) -> PRS_W[src]

Bit 4 - (read) PortResetStatus When this bit is set by a write to SetPortReset, port reset signaling is asserted.

pub fn pps(&mut self) -> PPS_W[src]

Bit 8 - (read) PortPowerStatus This bit reflects the porta's power status, regardless of the type of power switching implemented.

pub fn lsda(&mut self) -> LSDA_W[src]

Bit 9 - (read) LowSpeedDeviceAttached This bit indicates the speed of the device attached to this port.

pub fn csc(&mut self) -> CSC_W[src]

Bit 16 - ConnectStatusChange This bit is set whenever a connect or disconnect event occurs.

pub fn pesc(&mut self) -> PESC_W[src]

Bit 17 - PortEnableStatusChange This bit is set when hardware events cause the PortEnableStatus bit to be cleared.

pub fn pssc(&mut self) -> PSSC_W[src]

Bit 18 - PortSuspendStatusChange This bit is set when the full resume sequence is completed.

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

Bit 19 - PortOverCurrentIndicatorChange This bit is valid only if overcurrent conditions are reported on a per-port basis.

pub fn prsc(&mut self) -> PRSC_W[src]

Bit 20 - PortResetStatusChange This bit is set at the end of the 10 ms port reset signal.