Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DOpenTitan_GPIO.cs149 .WithWriteCallback((_, val) => SetOutputMasked(val, lower: true)) in BuildRegisterMap()
155 .WithWriteCallback((_, val) => SetOutputMasked(val, lower: false)) in BuildRegisterMap()
236 private void SetOutputMasked(uint value, bool lower) in SetOutputMasked() method in Antmicro.Renode.Peripherals.GPIOPort.OpenTitan_GPIO