Adjective
level-triggered (not comparable)
(electronics) Describing a circuit or component whose output is sensitive to changes of the inputs only so long as the clock input's signal is high.
Edge-triggered interrupts do not suffer the problems that level-triggered interrupts have with sharing. Source: Internet
Hybrid Some systems use a hybrid of level-triggered and edge-triggered signalling. Source: Internet
Even if interrupt vectors are still shared, it does not suffer the sharing problems of level-triggered interrupts. Source: Internet
There are also serious problems with sharing level-triggered interrupts. Source: Internet