pub type R_PORT_RESET_STATUS_W_SET_PORT_RESET_R = BitReader<bool>;
Expand description

Field r_port_reset_status_w_set_port_reset reader - (read) PortResetStatus

When this bit is set by a write to SetPortReset , port reset signaling is asserted. When reset is completed, this bit is cleared when PortResetStatusChange is set. This bit cannot be set if CurrentConnectStatus is cleared.

0 port reset signal is not active

1 port reset signal is active

(write) SetPortReset

The HCD sets the port reset signaling by writing a ‘1’ to this bit. Writing a ‘0’ has no effect. If CurrentConnectStatus is cleared, this write does not set PortResetStatus , but instead sets ConnectStatusChange. This informs the driver that it attempted to reset a disconnected port.

Aliased Type§

struct R_PORT_RESET_STATUS_W_SET_PORT_RESET_R { /* private fields */ }