Type Alias d1_pac::usb1::ehci_operational::portsc::CONNECT_STATUS_CHANGE_R

source ·
pub type CONNECT_STATUS_CHANGE_R = BitReader<bool>;
Expand description

Field connect_status_change reader - Connect Status Change

1=Change in Current Connect Status

0=No change

Indicates a change has occurred in the current connect status of the port. The host controller sets this bit for all changes to the port device connect status, even if system software has not cleared an existing connect status change. For example, the insertion status changes twice before system software has cleared the changed condition, hub hardware will be ‘setting’ an already-set bit. Software sets this bit to 0 by writing a 1 to it.

This field is zero if Port Power is zero.

Aliased Type§

struct CONNECT_STATUS_CHANGE_R { /* private fields */ }