Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32_IndependentWatchdog.cs21 …public STM32_IndependentWatchdog(IMachine machine, long frequency, bool windowOption = true, uint … in STM32_IndependentWatchdog() argument
26 this.windowOption = windowOption; in STM32_IndependentWatchdog()
111 if(windowOption) in DefineRegisters()
149 private readonly bool windowOption; field in Antmicro.Renode.Peripherals.Timers.STM32_IndependentWatchdog