Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DAmbiqApollo4_Security.cs77 … .WithEnumField(4, 4, out functionSelect, name: "FUNCTION", changeCallback: (_, newValue) => in DefineRegisters()
88 if(calculationEnabled.Value && functionSelect.Value == Functions.CRC32) in DefineRegisters()
142 private IEnumRegisterField<Functions> functionSelect; field in Antmicro.Renode.Peripherals.Miscellaneous.AmbiqApollo4_Security
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DAmbiqApollo4_Timer.cs34 functionSelect = new IEnumRegisterField<FunctionSelect>[TimersCount]; in AmbiqApollo4_Timer()
261 .WithEnumField(4, 4, out functionSelect[index], name: $"TMR{index}FN", in DefineRegisters()
341 private IEnumRegisterField<FunctionSelect>[] functionSelect; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_Timer