Home
last modified time | relevance | path

Searched defs:pinNumber (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DSTM32WBA_EXTI.cs136 public void OnGPIO(int pinNumber, bool value) in OnGPIO()
149 public void UpdateGPIO(int pinNumber) in UpdateGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSTM32_SYSCFG.cs128 public void OnGPIO(int pinNumber, bool value) in OnGPIO()
140 public void UpdateGPIO(int pinNumber) in UpdateGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesasRA_GPIO.cs268 public InterruptOutput(int pinNumber, GPIO irq) in InterruptOutput()
DRenesasDA14_GPIO.cs103 private bool IsOutputPin(int pinNumber) in IsOutputPin()