Searched refs:CurrentConnectStatus (Results 1 – 1 of 1) sorted by relevance
71 if((oldPortVal & CurrentConnectStatus) != (newPortVal & CurrentConnectStatus)) in checkChanges()87 …portValue |= CurrentConnectStatus | PortEnabledDisabled | PortEnabledDisabledChange | ConnectStatu… in Attach()95 …portValue |= CurrentConnectStatus | PortEnabledDisabled | PortEnabledDisabledChange | ConnectStatu… in Attach()105 portValue &= (~CurrentConnectStatus) & (~PortEnabledDisabled); in Detach()126 portValue |= (CurrentConnectStatus); //set connected bit in powerUp()155 portValue |= (CurrentConnectStatus); //set connected bit in resetFall()170 public const uint CurrentConnectStatus = 1 << 0; field in Antmicro.Renode.Peripherals.USBDeprecated.PortStatusAndControlRegister