Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRZG_SCIFA.cs158 if(val == CommunicationMode.ClockSynchronous) in DefineRegisters()
162 nameof(CommunicationMode.ClockSynchronous), in DefineRegisters()
163 nameof(CommunicationMode.Asynchronous) in DefineRegisters()
165 communicationMode.Value = CommunicationMode.Asynchronous; in DefineRegisters()
398 private IEnumRegisterField<CommunicationMode> communicationMode;
411 private enum CommunicationMode enum in Antmicro.Renode.Peripherals.SCI.RenesasRZG_SCIFA
DRenesasRA6M5_SCI.cs275 if(nonSmartCommunicationMode.Value != CommunicationMode.AsynchOrSimpleIIC) in SetPeripheralMode()
279 …nameof(Registers.SerialModeNonSmartCard), CommunicationMode.AsynchOrSimpleIIC, CommunicationMode.S… in SetPeripheralMode()
295 case CommunicationMode.AsynchOrSimpleIIC: in SetPeripheralMode()
302 case CommunicationMode.SynchOrSimpleSPI: in SetPeripheralMode()
327 .WithEnumField<WordRegister, CommunicationMode>(7, 1, out nonSmartCommunicationMode, in DefineRegisters()
1014 private IEnumRegisterField<CommunicationMode> nonSmartCommunicationMode;
1036 private enum CommunicationMode enum in Antmicro.Renode.Peripherals.SCI.RenesasRA6M5_SCI
DRenesasRA8M1_SCI.cs269 case CommunicationMode.SimpleI2C: in SetPeripheralMode()
276 case CommunicationMode.SimpleSPI: in SetPeripheralMode()
441 … .WithEnumField<DoubleWordRegister, CommunicationMode>(16, 3, out nonSmartCommunicationMode, in DefineRegisters()
859 private IEnumRegisterField<CommunicationMode> nonSmartCommunicationMode;
897 private enum CommunicationMode enum in Antmicro.Renode.Peripherals.UART.RenesasRA8M1_SCI