ADM-XRC SDK 2.8.1 User Guide (Linux)
© Copyright 2001-2009 Alpha Data


ADMXRC_CLOCK_TYPE

Declaration

typedef enum _ADMXRC_CLOCK_TYPE
{
    ADMXRC_CLOCKTYPE_16 = 0,
    ADMXRC_CLOCKTYPE_14	= 1
} ADMXRC_CLOCK_TYPE;

Description

This type indicates the frequency of the reference oscillator fitted to a card, as returned by ADMXRC_GetClockType, and is one of the following values:

Value Meaning
ADMXRC_CLOCKTYPE_16 16.667MHz
ADMXRC_CLOCKTYPE_14 14.318MHz

 


 Top of page