VirtualBox

Changeset 34695 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 3, 2010 1:38:26 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68497
Message:

PIC: Reversed IRQ flip-flop polarity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r34163 r34695  
    413413/** Deassert the IRQ (can assume value 0). */
    414414#define PDM_IRQ_LEVEL_LOW                       0
    415 /** flip-flop - assert and then deassert it again immediately. */
     415/** flip-flop - deassert and then assert the IRQ again immediately. */
    416416#define PDM_IRQ_LEVEL_FLIP_FLOP                 (RT_BIT(1) | PDM_IRQ_LEVEL_HIGH)
    417417/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette