pub type PORT_ENABLE_STATUS_CHANGE_R = BitReader<PORT_ENABLE_STATUS_CHANGE_A>;
Expand description

Field port_enable_status_change reader - This bit is set when hardware events cause the PortEnableStatus bit to be cleared. Changes from HCD writes do not set this bit. The HCD writes a ‘1’ to clear this bit. Writing a ‘0’ has no effect.

Aliased Type§

struct PORT_ENABLE_STATUS_CHANGE_R { /* private fields */ }

Implementations§

source§

impl PORT_ENABLE_STATUS_CHANGE_R

source

pub fn variant(&self) -> PORT_ENABLE_STATUS_CHANGE_A

Get enumerated values variant

source

pub fn is_no_change(&self) -> bool

Checks if the value of the field is NO_CHANGE

source

pub fn is_change(&self) -> bool

Checks if the value of the field is CHANGE