Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSAM_SPI.cs48 if(writeProtection && writeProtected.Contains(offset)) in WriteDoubleWord()
262 writeProtection = enableProtection.Value; in DefineRegisters()
366 writeProtection = false; in SWReset()
383 private bool writeProtection; field in Antmicro.Renode.Peripherals.SPI.SAM_SPI