Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSTMCAN.cs1233 public const uint LECSetBySoftware = 0x7; field in Antmicro.Renode.Peripherals.CAN.STMCAN.DeviceRegisters.ErrorStatusRegister
1279 return (LastErrorCode > LECNoError) && (LastErrorCode < LECSetBySoftware); in LECErrorPending()