Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DEFR32xg13FlashController.cs62 {(long)Registers.WriteCommand, new DoubleWordRegister(this) in EFR32xg13FlashController()
249 … Registers.WriteCommand, Registers.StartupControl, Registers.SoftwareUnlockAPPCommand };
275 WriteCommand = 0x0C, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_MSC_3.cs167 {(long)Registers.WriteCommand, new DoubleWordRegister(this) in BuildRegistersCollection()
424 WriteCommand = 0x0010, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasDA_I2C.cs109 WriteCommand(); in WriteByte()
213 .WithWriteCallback((_, __) => WriteCommand()) in DefineRegisters()
786 private void WriteCommand() in WriteCommand() method in Antmicro.Renode.Peripherals.I2C.RenesasDA_I2C