Searched refs:pullUpPullDownResetValue (Results 1 – 2 of 2) sorted by relevance
19 …, uint modeResetValue = 0, uint outputSpeedResetValue = 0, uint pullUpPullDownResetValue = 0) : ba… in STM32F4GPIOPort() argument23 this.pullUpPullDownResetValue = pullUpPullDownResetValue; in STM32F4GPIOPort()147 gpiox_pupdr = pullUpPullDownResetValue; in Reset()168 private readonly uint pullUpPullDownResetValue; field in Antmicro.Renode.Peripherals.GPIOPort.STM32F4GPIOPort
22 …achine, uint modeResetValue = 0, uint outputSpeedResetValue = 0, uint pullUpPullDownResetValue = 0, in STM32_GPIOPort() argument36 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