Searched refs:fixedDirection (Results 1 – 1 of 1) sorted by relevance
27 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