Searched refs:SelectedPort (Results 1 – 1 of 1) sorted by relevance
128 valueProviderCallback: _ => channels[idx].SelectedPort, in DefineRegisters()129 writeCallback: (_, val) => channels[idx].SelectedPort = (uint)val) in DefineRegisters()156 if(pin.Id == ch.SelectedPin && pin.Parent == ports[ch.SelectedPort]) in TryGetChannel()278 SelectedPort = 0; in Reset()288 var port = parent.ports[SelectedPort]; in TryGetPin()291 … parent.Log(LogLevel.Warning, "Trying to access a not connected port #{0}", SelectedPort); in TryGetPin()298 …Level.Warning, "Trying to access a not existing pin #{0} in port #{1}", SelectedPin, SelectedPort); in TryGetPin()329 public uint SelectedPort { get; set; } property in Antmicro.Renode.Peripherals.GPIOPort.NRF52840_GPIOTasksEvents.Channel