Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DAmbiqApollo4_GPIO.cs128 SetOutputPinValue(pinIdx, value); in DefineRegisters()
143 SetOutputPinValue(regIdx * PinsPerBank + bitIdx, true); in DefineRegisters()
154 SetOutputPinValue(regIdx * PinsPerBank + bitIdx, false); in DefineRegisters()
344 private void SetOutputPinValue(int pinIdx, bool state) in SetOutputPinValue() method in Antmicro.Renode.Peripherals.GPIOPort.AmbiqApollo4_GPIO