Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DDummySPISlave.cs48 private int idx; field in Antmicro.Renode.Peripherals.Mocks.DummySPISlave
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMCAN.cs1011 …private void HandleMatchedFilter(MessageIDFilterElement filter, int idx, CANMessageFrame rxMessage) in HandleMatchedFilter()
1149 private bool StoreInRxFIFO(uint idx, RxBufferElementHeader rxHeader, byte[] rxData) in StoreInRxFIFO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DARM_AHB_GPIO.cs104 private void UpdatePinOutput(int idx, bool value) in UpdatePinOutput()
121 private void OnPinStateChanged(int idx, bool previous, bool current) in OnPinStateChanged()
DMAX32650_GPIO.cs52 private void UpdatePinOutput(int idx, bool value) in UpdatePinOutput()
75 private void OnPinStateChanged(int idx, bool previous, bool current) in OnPinStateChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DMAX32650_ADC.cs78 private uint ValidateAIn(int idx, uint value) in ValidateAIn()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DNRF52840_Timer.cs219 private void SetCompare(int idx, ulong value) in SetCompare()
DIMXRT_PWM.cs122 private void ConfigureSubmodule(int idx, bool enabled) in ConfigureSubmodule()