Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSTM32_GPIOPort.cs246 if(!CheckAFNumber(number) || !IsConnected || number != activeFunction) in OnGPIO()
261 get => (ulong)activeFunction;
268 activeFunction = val;
285 private int activeFunction; field in Antmicro.Renode.Peripherals.GPIOPort.STM32_GPIOPort.GPIOAlternateFunction