Home
last modified time | relevance | path

Searched defs:IFormattable (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SMU_1.cs73 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/
DSynopsysDWCEthernetQualityOfService_Registers.cs1223 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/
DEFR32xG22_LDMA.cs86 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()
DEFR32MG24_LDMA.cs85 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/
DEFR32xG24_Radio.cs2642 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()