Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMSP430_Timer.cs157 var bits = timerWidth.Value == 0 ? 16 : 16 - 2 * ((int)timerWidth.Value + 1); in UpdateMode()
203 .WithValueField(11, 2, out timerWidth, name: "CNTL", in DefineRegisters()
349 private IValueRegisterField timerWidth; field in Antmicro.Renode.Peripherals.Timers.MSP430_Timer