Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs110 .WithEnumField(12, 1, out readDirection, name: "MREAD - Master Read Direction") in DefineRegisters()
121 switch(readDirection.Value) in DefineRegisters()
434 …NoisyLog("TWI_CR.START={0}, TWI_CR.STOP={1}, TWI_MMR.MREAD={2}", start, stop, readDirection.Value); in TriggerAction()
454 switch(readDirection.Value) in TriggerAction()
539 private IEnumRegisterField<ReadDirection> readDirection; field in Antmicro.Renode.Peripherals.I2C.SAM4S_TWI