Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1606 private bool DoesAPreemptB(int priorityA, int priorityB, bool secureA, bool secureB) in DoesAPreemptB() argument
1610 return (priorityA & binaryPointMaskA) < (priorityB & binaryPointMaskB); in DoesAPreemptB()