Home
last modified time | relevance | path

Searched refs:CurrentConnectStatus (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DPortStatusAndControlRegister.cs71 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