Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 57) sorted by relevance

123

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DFieldMode.cs31 public static bool IsFlagSet(this FieldMode mode, FieldMode value) in IsFlagSet()
36 public static bool IsReadable(this FieldMode mode) in IsReadable()
41 public static bool IsWritable(this FieldMode mode) in IsWritable()
47 public static FieldMode WriteBits(this FieldMode mode) in WriteBits()
52 public static FieldMode ReadBits(this FieldMode mode) in ReadBits()
57 public static bool IsValid(this FieldMode mode) in IsValid()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DDma2DColorMode.cs56 public static PixelFormat ToPixelFormat(this Dma2DColorMode mode) in ToPixelFormat()
72 public static PixelBlendingMode ToPixelBlendingMode(this Dma2DAlphaMode mode) in ToPixelBlendingMode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DAddressingMode.cs23 public static int GetBytesLength(this AddressingMode mode) in GetBytesLength()
DAddress.cs15 public Address(AddressingMode mode) in Address()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DICP_101xx.cs364 private IEnumerable<byte> GetTemperatureBytes(OperationMode mode) in GetTemperatureBytes()
374 private uint GetPressure(OperationMode mode) in GetPressure()
390 private IEnumerable<byte> GetPressureBytes(OperationMode mode) in GetPressureBytes()
396 private void GetCoefficients(OperationMode mode, out long A, out long B, out long C) in GetCoefficients()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectel_BG96.cs70 …protected override Response Cmee(MobileTerminationResultCodeMode mode = MobileTerminationResultCod… in Cmee()
139 protected override Response Qeng(int mode) => Error; in Qeng()
242 protected override Response QrstWrite(int mode = 1) => Error; in QrstWrite()
DQuectelModem.cs214 …protected virtual Response Cedrxs(int mode = 1, int accessTechnology = 5, string requestedEdrxValu… in Cedrxs()
344 protected virtual Response CpsmsWrite(int mode = 1, int reserved1 = 0, int reserved2 = 0, in CpsmsWrite()
431 …protected virtual Response Cmee(MobileTerminationResultCodeMode mode = MobileTerminationResultCode… in Cmee()
443 …protected virtual Response CopsWrite(int mode = 0, int operFormat = 0, string oper = "", int acces… in CopsWrite()
495 protected virtual Response Qeng(int mode) in Qeng()
566 protected virtual Response QrstWrite(int mode = 1) in QrstWrite()
573 protected virtual Response QsclkWrite(int mode = 1) in QsclkWrite()
DKS8851.cs257 private Mode mode; field in Antmicro.Renode.Peripherals.Network.KS8851
DQuectel_BC66.cs61 protected virtual Response QbandslWrite(int mode, int bandCount = 0, params int[] bands) in QbandslWrite()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSharedLibraries.cs189 private static extern IntPtr dlopen(string file, int mode); in dlopen()
204 private static extern IntPtr dlopen(string file, int mode); in dlopen()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DAutoCommand.cs41 protected CommandMode mode; field in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.AutoCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DLINBase.cs40 protected ILINEntry RegisterProtectedIdentifier(byte pid, LINMode mode, int frameLength) in RegisterProtectedIdentifier()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DShifter.cs146 …merSelect, IEnumRegisterField<ShifterPolarity> timerPolarity, IEnumRegisterField<ShifterMode> mode, in Shifter()
220 private readonly IEnumRegisterField<ShifterMode> mode; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter
DTimer.cs144 IEnumRegisterField<TimerMode> mode, in Timer()
177 private readonly IEnumRegisterField<TimerMode> mode; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DBitAccess.cs16 public BitAccess(IMachine machine, ulong address, BitAccessMode mode) in BitAccess()
DMSP430F2XXX_MPY.cs39 private void SetModeAndOperand(ulong value, Mode mode) in SetModeAndOperand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DVybridI2C.cs219 private Mode mode; field in Antmicro.Renode.Peripherals.I2C.VybridI2C
DTegraI2CController.cs274 private Mode mode; field in Antmicro.Renode.Peripherals.I2C.TegraI2CController
DSAMD21_I2C.cs395 private IEnumRegisterField<Mode> mode; field in Antmicro.Renode.Peripherals.I2C.SAMD21_I2C
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs218 private Mode mode; field in Antmicro.Renode.Peripherals.USB.USBPendrive
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32_RTCCCounter.cs259 private CCChannelMode mode; field in Antmicro.Renode.Peripherals.Timers.EFR32_RTCCCounter.CCChannel
DNRF52840_Timer.cs241 private IEnumRegisterField<Mode> mode; field in Antmicro.Renode.Peripherals.Timers.NRF52840_Timer
DMPFS_Timer.cs126 private void InternalSoftReset(TimerMode mode) in InternalSoftReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs406 private DisplayMode mode; field in Antmicro.Renode.Extensions.Analyzers.Video.FrameBufferDisplayWidget
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Crypto/
DAesProvider.cs31 public AesProvider(CipherMode mode, PaddingMode padding, byte[] key, byte[] iv = null) in AesProvider()

123