Version

      High-resolution timer device driver version.

      The 16 bits are layed out in this format:

        2 bits   4 bits   4 bits   2 bits   4 bits
      ÚÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄ¿
      ³        ³        ³        ³        ³        ³
      ³ Major  ³ Minor  ³  Bug   ³ Phase  ³ Build  ³
      ³        ³        ³ Fix #  ³        ³ Level  ³
      ³        ³        ³        ³        ³        ³
      ÀÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÙ
      

        Field Description

          Valid Values
        Major Version Number
          1, 2, 3, or 4
        Minor Version Number
          0 to 15
        Bug Fix Number
          0 to 15
        Development Phase
          00h - HRTVER_DEVELOP01h-HRTVER _ ALPHA
          02h - HRTVER_BETA
        Build Level
          0 to 15
        The macros HRTVER_MAJOR( ), HRTVER_MINOR( ), HRTVER_BUGFIX( ), HRTVER_PHASE( ), and HRTVER_BUILD( ) can be used to extract the various pieces from the 16-bit device driver version information.


      [Back] [Next]