pub type PORT_SUSPEND_STATUS_CHANGE_R = BitReader<PORT_SUSPEND_STATUS_CHANGE_A>;
Expand description

Field port_suspend_status_change reader - This bit is set when the full resume sequence has been completed. This sequence includes the 20-s resume pulse, LS EOP, and 3-ms resychronization delay. The HCD writes a ‘1’ to clear this bit. Writing a ‘0’ has no effect. This bit is also cleared when ResetStatusChange is set.

Aliased Type§

struct PORT_SUSPEND_STATUS_CHANGE_R { /* private fields */ }

Implementations§

source§

impl PORT_SUSPEND_STATUS_CHANGE_R

source

pub fn variant(&self) -> PORT_SUSPEND_STATUS_CHANGE_A

Get enumerated values variant

source

pub fn is_not_complete(&self) -> bool

Checks if the value of the field is NOT_COMPLETE

source

pub fn is_complete(&self) -> bool

Checks if the value of the field is COMPLETE