pub type PORT_RESET_STATUS_CHANGE_W<'a, const O: u8> = BitWriter<'a, u32, HC_RH_PORT_STATUS_SPEC, PORT_RESET_STATUS_CHANGE_A, O>;
Expand description

Field port_reset_status_change writer - This bit is set at the end of the 10ms port reset signal. The HCD writes a ‘1’ to clear this bit. Writing a ‘0’ has no effect.

Aliased Type§

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

Implementations§

source§

impl<'a, const O: u8> PORT_RESET_STATUS_CHANGE_W<'a, O>

source

pub fn noc_complete(self) -> &'a mut W

port reset is not complete

source

pub fn complete(self) -> &'a mut W

port reset is complete