Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs92 if(!IsProtectedWrite && newVal != oldVal) in BuildRegisterMap()
153 if(!IsProtectedWrite && newVal != oldVal) in BuildRegisterMap()
171 if(!IsProtectedWrite && newVal != oldVal) in BuildRegisterMap()
DMCAN_Structures.cs171 …private bool IsProtectedWrite => rv.CCControlRegister.ControlFields[(int)Control.Initialization].V… field in Antmicro.Renode.Peripherals.CAN.MCAN