Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs38 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