Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSTM32F4GPIOPort_old.cs19 …, uint modeResetValue = 0, uint outputSpeedResetValue = 0, uint pullUpPullDownResetValue = 0) : ba… in STM32F4GPIOPort() argument
23 this.pullUpPullDownResetValue = pullUpPullDownResetValue; in STM32F4GPIOPort()
147 gpiox_pupdr = pullUpPullDownResetValue; in Reset()
168 private readonly uint pullUpPullDownResetValue; field in Antmicro.Renode.Peripherals.GPIOPort.STM32F4GPIOPort
DSTM32_GPIOPort.cs22 …achine, uint modeResetValue = 0, uint outputSpeedResetValue = 0, uint pullUpPullDownResetValue = 0, in STM32_GPIOPort() argument
36 this.pullUpPullDownResetValue = pullUpPullDownResetValue; in STM32_GPIOPort()
60 … pullUpPullDown[i] = (PullUpPullDown)BitHelper.GetValue(pullUpPullDownResetValue, 2 * i, 2); in Reset()
215 private readonly uint pullUpPullDownResetValue; field in Antmicro.Renode.Peripherals.GPIOPort.STM32_GPIOPort