Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNRF52840_GPIOTasksEvents.cs259 WritePinInner(toggle: true); in WritePin()
307 private void WritePinInner(bool value = false, bool toggle = false) in WritePinInner() argument
321 pin.OutputValue = toggle in WritePinInner()