Searched refs:LastErrorCode (Results 1 – 3 of 3) sorted by relevance
1239 public uint LastErrorCode; field in Antmicro.Renode.Peripherals.CAN.STMCAN.DeviceRegisters.ErrorStatusRegister1248 LastErrorCode = (value >> LECSHIFT) & LECMASK; in SetResetValue()1255 LastErrorCode = (value >> LECSHIFT) & LECMASK; in SetValue()1266 ((LastErrorCode & LECMASK) << LECSHIFT) | in GetValue()1274 LastErrorCode = LECBitDominantError; in SetLECBitDominantError()1279 return (LastErrorCode > LECNoError) && (LastErrorCode < LECSetBySoftware); in LECErrorPending()
218 … .WithEnumField(0, 3, out rv.ProtocolStatusRegister.LastErrorCode, readCallback: (_, __) => in BuildRegisterMap()220 … rv.ProtocolStatusRegister.LastErrorCode.Value = LastErrorCode.NoChange; // Reset on read in BuildRegisterMap()749 rv.ProtocolStatusRegister.LastErrorCode.Value = LastErrorCode.NoError; in HandleTransmitSuccess()
244 private enum LastErrorCode enum in Antmicro.Renode.Peripherals.CAN.MCAN939 public IEnumRegisterField<LastErrorCode> LastErrorCode; field