Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DMiV_CoreGPIO.cs27 fixedDirection = new bool[NumberOfConnections]; in MiV_CoreGPIO()
92 if(fixedDirection[j]) in MiV_CoreGPIO()
114 if(fixedDirection[j]) in MiV_CoreGPIO()
196 fixedDirection[i] = false; in Reset()
229 fixedDirection[number] = true; in ConfigureFixedPinDirection()
260 private readonly bool[] fixedDirection; field in Antmicro.Renode.Peripherals.GPIOPort.MiV_CoreGPIO