Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIO.cs219 bufferedOutputValue = false; in Reset()
231 bufferedOutputValue = value;
289 OutputValue = bufferedOutputValue;
333 private bool bufferedOutputValue; field in Antmicro.Renode.Peripherals.GPIOPort.NRF52840_GPIO.Pin