| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_SMU_1.cs | 73 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SMU_1 75 var result = 0U; 76 long internal_offset = offset; 125 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SMU_1 127 machine.ClockSource.ExecuteInLock(delegate { in machine.ClockSource.ExecuteInLock()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_Registers.cs | 1223 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService 1225 var result = 0U; 1233 finally 1240 … read from {0} at offset 0x{1:X} ({2}).", regionName, offset, Enum.Format(typeof(T), offset, "G")); in this.Log() 1245 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | EFR32xG22_LDMA.cs | 86 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.DMA.EFR32xG22_LDMA 88 var result = 0U; 89 long internal_offset = offset; 138 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.DMA.EFR32xG22_LDMA 140 machine.ClockSource.ExecuteInLock(delegate { in machine.ClockSource.ExecuteInLock()
|
| D | EFR32MG24_LDMA.cs | 85 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.DMA.EFR32MG24_LDMA 87 var result = 0U; 88 long internal_offset = offset; 137 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.DMA.EFR32MG24_LDMA 139 machine.ClockSource.ExecuteInLock(delegate { in machine.ClockSource.ExecuteInLock()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 2642 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio 2644 var result = 0U; 2645 long internal_offset = offset; 2694 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio 2696 int byteOffset = (int)(offset & 0x3); 2698 … uint registerValue = Read<T>(registersCollection, regionName, offset - byteOffset, true); 2699 byte result = (byte)((registerValue >> byteOffset*8) & 0xFF); 2704 where T : struct, IComparable, IFormattable struct in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio 2706 machine.ClockSource.ExecuteInLock(delegate { in machine.ClockSource.ExecuteInLock()
|