Searched refs:algorithmModeLow (Results 1 – 1 of 1) sorted by relevance
49 .WithValueField(3, 3, out algorithmModeLow, name: "Algorithm mode [0:2]") in DefineRegisters()220 … var algorithmMode = (AlgorithmMode)((algorithmModeHigh.Value << 3) | algorithmModeLow.Value); in EnableOrDisable()301 private IValueRegisterField algorithmModeLow; field in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.STM32H7_CRYPTO