Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DPULP_APB_GPIO.cs95 writeCallback: (idx, _, val) => gpioClockEnabled[idx] = val, in PULP_APB_GPIO()
96 valueProviderCallback: (idx, _) => gpioClockEnabled[idx] in PULP_APB_GPIO()
101 writeCallback: (idx, _, val) => gpioClockEnabled[idx + 32] = val, in PULP_APB_GPIO()
102 valueProviderCallback: (idx, _) => gpioClockEnabled[idx + 32] in PULP_APB_GPIO()
138 gpioClockEnabled[i] = false; in Reset()
150 if(!gpioClockEnabled[pin]) in ReadInputPin()
176 private bool[] gpioClockEnabled = new bool[NumberOfGPIOs]; field in Antmicro.Renode.Peripherals.GPIOPort.PULP_APB_GPIO