Home
last modified time | relevance | path

Searched refs:IsPinOutputEnabled (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DAmbiqApollo4_GPIO.cs323 private bool IsPinOutputEnabled(int pinIdx) in IsPinOutputEnabled() method in Antmicro.Renode.Peripherals.GPIOPort.AmbiqApollo4_GPIO
387 var newPinState = IsPinOutputEnabled(pinIdx) && outputPinValues[pinIdx]; in UpdateOutputPinState()