Type Alias d1_pac::usb1::ehci_operational::portsc::PORT_OWNER_W

source ·
pub type PORT_OWNER_W<'a, const O: u8> = BitWriter<'a, u32, PORTSC_SPEC, bool, O>;
Expand description

Field port_owner writer - Port Owner

This bit unconditionally goes to a 0b when the Configured bit in the CONFIGFLAG register makes a 0b to 1b transition. This bit unconditionally goes to 1b whenever the Configured bit is zero. System software uses this field to release ownership of the port to selected host controller (in the event that the attached device is not a high-speed device).Software writes a one to this bit when the attached device is not a high-speed device. A one in this bit means that a companion host controller owns and controls the port. Default Value = 1b.

Aliased Type§

struct PORT_OWNER_W<'a, const O: u8> { /* private fields */ }