Home
last modified time | relevance | path

Searched defs:number (Results 1 – 25 of 120) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DAINTC.cs95 public void OnGPIO(int number, bool value) in OnGPIO()
167 private uint ReadStatusRegister(int number, InterruptType type) in ReadStatusRegister()
184 private void WriteStatusRegister(int number, uint value) in WriteStatusRegister()
207 private uint ReadInterruptEnableRegister(int number) in ReadInterruptEnableRegister()
223 private void WriteEnableRegister(int number, uint value) in WriteEnableRegister()
235 private bool IsCandidate(int number) in IsCandidate()
271 private InterruptType GetInterruptType(int number) in GetInterruptType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSPIMultiplexer.cs27 public void OnGPIO(int number, bool value) in OnGPIO()
34 public void SetActiveLow(int number) in SetActiveLow()
40 public void SetActiveHigh(int number) in SetActiveHigh()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSerializationTests.cs197 public void GPIOSet(int number, bool value) in GPIOSet()
202 public bool HasSignaled(int number) in HasSignaled()
212 public void OnGPIO(int number, bool value) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DMiV_CoreGPIO.cs173 public override void OnGPIO(int number, bool value) in OnGPIO()
202 …public void ConfigureFixedPinTriggerMode(int number, GPIOInterruptManager.InterruptTrigger trigger… in ConfigureFixedPinTriggerMode()
212 public void ConfigureFixedPinDirection(int number, PinDirection direction) in ConfigureFixedPinDirection()
DSTM32_GPIOPort.cs74 public override void OnGPIO(int number, bool value) in OnGPIO()
90 private void WritePin(int number, bool value) in WritePin()
107 private void ChangeMode(int number, Mode newMode) in ChangeMode()
244 public void OnGPIO(int number, bool value) in OnGPIO()
273 private bool CheckAFNumber(int number) in CheckAFNumber()
DSAM4S_PIO.cs55 public override void OnGPIO(int number, bool value) in OnGPIO()
509 private void UpdateIOLine(int number) in UpdateIOLine()
518 private void UpdateInterruptType(int number) in UpdateInterruptType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIOReceiver.cs15 void OnGPIO(int number, bool value); in OnGPIO()
DGPIOEndpoint.cs14 public GPIOEndpoint(IGPIOReceiver receiver, int number) in GPIOEndpoint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithNMI.cs12 void OnNMI(int number, bool value, ulong? mcause); in OnNMI()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DMockReceiverConstrained.cs20 public void OnGPIO(int number, bool value) in OnGPIO()
DMockReceiver.cs25 public void OnGPIO(int number, bool value) in OnGPIO()
DMockGPIOByNumberConnectorPeripheral.cs37 public void OnGPIO(int number, bool value) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs225 public void OnGPIO(int number, bool value) in OnGPIO()
262 private PrivilegeLevel GetInterruptPrivilege(int number) in GetInterruptPrivilege()
283 private int GetInterruptLevel(int number) in GetInterruptLevel()
297 private int GetInterruptPriority(int number) in GetInterruptPriority()
DPULP_EventController.cs18 public void OnGPIO(int number, bool value) in OnGPIO()
DPULP_InterruptController.cs73 public void OnGPIO(int number, bool value) in OnGPIO()
83 public void OnEvent(int number, bool value) in OnEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DBaseGPIOPort.cs111 protected bool CheckPinNumber(int number) in CheckPinNumber()
121 public virtual void OnGPIO(int number, bool value) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs57 public override void OnGPIO(int number, bool value) in OnGPIO()
126 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DPlatformLevelInterruptControllerBase.cs73 public void OnGPIO(int number, bool value) in OnGPIO()
196 protected virtual bool IsIrqSourceAvailable(int number) in IsIrqSourceAvailable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Miscellaneous/
DCombinedInput.cs32 public void OnGPIO(int number, bool value) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEOSS3_SimplePeriodicTimer.cs56 public void OnGPIO(int number, bool value) in OnGPIO()
83 public ushort GetInterruptTimestamp(uint number) in GetInterruptTimestamp()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensa.cs35 public override void OnGPIO(int number, bool value) in OnGPIO()
83 protected override Interrupt DecodeInterrupt(int number) in DecodeInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DLED.cs24 public void OnGPIO(int number, bool value) in OnGPIO()
DSEMA4.cs169 public Lock(SEMA4 sema, int number) in Lock()
278 private readonly int number; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4.Lock
DResetPin.cs23 public void OnGPIO(int number, bool value) in OnGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DPWMTester.cs23 public void OnGPIO(int number, bool value) in OnGPIO()

12345