Searched refs:DMARxProcessState (Results 1 – 2 of 2) sorted by relevance
343 … public DMARxProcessState DmaRxState => (rxState == DMAState.Stopped) ? DMARxProcessState.Stopped :344 … ((incomingFrames.Count == 0) ? DMARxProcessState.WaitingForPacket : DMARxProcessState.Suspended);
1206 … r.WithEnumField<DoubleWordRegister, DMARxProcessState>(8 + offset, 4, FieldMode.Read, in CreateDMARegisterMap()1616 protected enum DMARxProcessState enum in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService