Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA6M5_SCI.cs275 if(nonSmartCommunicationMode.Value != CommunicationMode.AsynchOrSimpleIIC) in SetPeripheralMode()
293 switch(nonSmartCommunicationMode.Value) in SetPeripheralMode()
327 .WithEnumField<WordRegister, CommunicationMode>(7, 1, out nonSmartCommunicationMode, in DefineRegisters()
1014 private IEnumRegisterField<CommunicationMode> nonSmartCommunicationMode; field in Antmicro.Renode.Peripherals.SCI.RenesasRA6M5_SCI
DRenesasRA8M1_SCI.cs267 switch(nonSmartCommunicationMode.Value) in SetPeripheralMode()
441 … .WithEnumField<DoubleWordRegister, CommunicationMode>(16, 3, out nonSmartCommunicationMode, in DefineRegisters()
859 private IEnumRegisterField<CommunicationMode> nonSmartCommunicationMode; field in Antmicro.Renode.Peripherals.UART.RenesasRA8M1_SCI