Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMSP430F2XXX_Watchdog.cs37 UpdateLimit(Interval.Default); in Reset()
112 .WithEnumField<WordRegister, Interval>(0, 2, name: "WDTISx", in DefineRegisters()
151 private void UpdateLimit(Interval interval) in UpdateLimit()
155 case Interval._32768: in UpdateLimit()
159 case Interval._8192: in UpdateLimit()
163 case Interval._512: in UpdateLimit()
167 case Interval._64: in UpdateLimit()
187 private enum Interval enum in Antmicro.Renode.Peripherals.Timers.MSP430F2XXX_Watchdog
193 Default = Interval._32768,
DRenesasRZG_GTM.cs76 if(operatingMode.Value == OperatingMode.Interval) in DefineRegisters()
110 case OperatingMode.Interval: in DefineRegisters()
147 case OperatingMode.Interval: in HandleLimitReached()
195 Interval = 0, enumerator
DCadence_TTC.cs136 writeCallback: (_, val) => timer.Interval = (uint)val, in BuildTimerUnitRegisters()
137 valueProviderCallback: (_) => timer.Interval in BuildTimerUnitRegisters()
238 Interval = 0; in Reset()
298 public uint Interval property in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit
368 if(Mode == CounterMode.Interval) in OnLimitReached()
395 if(Mode == CounterMode.Interval) in UpdateLimit()
397 timer.Limit = Interval; in UpdateLimit()
540 Interval = 0x1, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DInterval.cs65 public class Interval<TScalar> : IInterval<TScalar> where TScalar : struct, IComparable<TScalar> class
67 public Interval(TScalar start, TScalar end) in Interval() method in Antmicro.Renode.Utilities.Collections.Interval
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBEndpoint.cs30 Interval = interval; in USBEndpoint()
163 public byte Interval { get; } property in Antmicro.Renode.Core.USB.USBEndpoint
174 .Append(Interval); in FillDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DURBRequest.cs26 public uint Interval; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs302 public byte Interval{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EndpointUSBDescriptor
311 arr[0x6] = Interval; in ToArray()
DSMSC9500.cs525 endpointDesc[0].Interval = 0; in fillEndpointsDescriptors()
533 endpointDesc[1].Interval = 0; in fillEndpointsDescriptors()
541 endpointDesc[2].Interval = 2; in fillEndpointsDescriptors()
DMassStorage.cs617 endpointDesc[0].Interval = 0; in FillEndpointsDescriptors()
625 endpointDesc[1].Interval = 0; in FillEndpointsDescriptors()
DUSBKeyboard.cs76 endpointDesc[0].Interval = 0x0a; in fillEndpointsDescriptors()
DUSBTablet.cs331 endpointDesc[0].Interval = 0x0a; in fillEndpointsDescriptors()
DUSBMouse.cs78 endpointDesc[0].Interval = 0x0a; in fillEndpointsDescriptors()
DUsbHub.cs627 endpointDesc[0].Interval = 12; in fillEndpointsDescriptors()