Searched refs:binaryPointPosition (Results 1 – 1 of 1) sorted by relevance
38 binaryPointPosition = new SecurityBanked<int>(); in NVIC()456 binaryPointPosition.Reset(); in Reset()787 binaryPointPosition.Get(isNextAccessSecure) = (int)value; in DefineRegisters()1608 var binaryPointMaskA = ~((1 << binaryPointPosition.Get(secureA) + 1) - 1); in DoesAPreemptB()1609 var binaryPointMaskB = ~((1 << binaryPointPosition.Get(secureB) + 1) - 1); in DoesAPreemptB()2114 private readonly SecurityBanked<int> binaryPointPosition; // from the right field in Antmicro.Renode.Peripherals.IRQControllers.NVIC