Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.08 KB

handling-interrupts.md

File metadata and controls

35 lines (17 loc) · 1.08 KB
title description ms.date
Handling Interrupts in UMDF Drivers
Handling Interrupts
04/20/2017

Handling interrupts in UMDF drivers

[!includeUMDF 1 Deprecation]

Starting in UMDF version 1.11, UMDF drivers can handle hardware interrupts. UMDF supports both line-based (both level-triggered and edge-triggered) and message-signaled (MSI) interrupts.

Line-based, level-triggered interrupts are available starting in Windows 8. MSI and line-based, edge-triggered interrupts are available on all operating systems that UMDF 1.11 supports.

Framework-based drivers manage hardware interrupts by using framework interrupt objects.

In this section