Home
last modified time | relevance | path

Searched defs:i (Results 1 – 15 of 15) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs178 private static bool InnerIsCallable(PropertyInfo i) in InnerIsCallable()
183 private static bool InnerIsCallableIndexer(PropertyInfo i) in InnerIsCallableIndexer()
188 private static bool InnerIsCallable(FieldInfo i) in InnerIsCallable()
193 private static bool InnerIsCallable(MethodInfo i) in InnerIsCallable()
198 private static bool InnerIsExtensionCallable(MethodInfo i) in InnerIsExtensionCallable()
203 private static bool InnerIsStatic(MemberInfo i) in InnerIsStatic()
258 private static bool InnerIsCurrentlyGettable(PropertyInfo i, BindingFlags f) in InnerIsCurrentlyGettable()
263 private static bool InnerIsCurrentlySettable(PropertyInfo i, BindingFlags f) in InnerIsCurrentlySettable()
268 private static bool InnerIsExtension(MethodInfo i) in InnerIsExtension()
273 private static bool InnerIsBaseCallable(MemberInfo i) in InnerIsBaseCallable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32_Timer.cs467 private void UpdateCaptureCompareTimer(int i) in UpdateCaptureCompareTimer()
485 private void WriteCaptureCompareOutputEnable(int i, bool value) in WriteCaptureCompareOutputEnable()
496 private void WriteCaptureCompareInterruptEnable(int i, bool value) in WriteCaptureCompareInterruptEnable()
503 private bool IsInterruptOrOutputEnabled(int i) in IsInterruptOrOutputEnabled()
508 private void WriteCaptureCompareSelection(int i, CaptureCompareSelection value) in WriteCaptureCompareSelection()
516 private void WriteOutputCompareMode(int i, OutputCompareMode value) in WriteOutputCompareMode()
532 private void ClaimCaptureCompareInterrupt(int i, bool value) in ClaimCaptureCompareInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs55 …public void SetMethod(MethodInfo i, object obj, BusAccess.Operation operation, BusAccess.Method me… in SetMethod()
317 …private static void SetReadOrWriteMethod<TR, TW>(MethodInfo i, object obj, BusAccess.Operation ope… in SetReadOrWriteMethod()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs699 private void TransmitBuffer(int i) in TransmitBuffer()
746 private void HandleTransmitSuccess(int i, TxBufferElementHeader frame) in HandleTransmitSuccess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DHiFive_PWM.cs177 private void UpdateCompare(int i) in UpdateCompare()
DIMXRT_GPIO.cs208 … private void UpdateSingleInterruptRequest(int i, bool currentState, bool stateChanged = false) in UpdateSingleInterruptRequest()
DSiFive_GPIO.cs194 private void SetPinValue(int i, bool value) in SetPinValue()
DOpenTitan_GPIO.cs266 private bool GetStateOnInput(int i) in GetStateOnInput()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DPCIeBasePeripheral.cs152 protected void AddBaseAddressRegister(uint i, BaseAddressRegister register) in AddBaseAddressRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2520.cs282 bool VerifyAutoPending(AddressingMode mode, FrameType type, byte i) in VerifyAutoPending()
302 private ushort GetSourceAddressMatchingPanId(int i) in GetSourceAddressMatchingPanId()
307 private ushort GetSourceAddressMatchingShortAddress(int i) in GetSourceAddressMatchingShortAddress()
312 private ulong GetSourceAddressMatchingExtendedAddress(int i) in GetSourceAddressMatchingExtendedAddress()
DEFR32xG24_Radio.cs9552 public bool TryWriteBytes(byte[] data, out uint i) in TryWriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/
DSensorSamplesFifo.cs223 public void StartDelayed(TimeInterval i) in StartDelayed()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c140 int i; in renode_set_host_blocks() local
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs661 public static uint ReverseBitsByByte(uint i) in ReverseBitsByByte()
669 public static uint ReverseBitsByWord(uint i) in ReverseBitsByWord()
688 public static uint ReverseBits(uint i) in ReverseBits()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1305 private void SetPending(int i) in SetPending()
1323 private void ClearPending(int i) in ClearPending()