Coolquest, Inc. | Home | Products | Support | About | Contact | |||
|
<< File View >> | Class View | Parts Library | Examples Home |
// This File Generated by: pt_to_h.exe // Source File: icd2053b.pt // Destination File: icd2053b.h #ifndef _icd2053b_h_ #define _icd2053b_h_ // AR_OFF -- auto registration is not needed // THIS FILE IS IN THE PUBLIC DOMAIN. // IT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT // NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. class CP_ICD2053B : public TPart { public: port SDATA; //Serial data to synth. port SCLK; //Serial reference clock port MUXREF_N_OE; port XTALIN; port CLKOUT; port GND; port VCC5; // 5V port XTALOUT; CP_ICD2053B() { SetPackage( "SOIC8", 8 ); SetReferencePrefix( "U" ); } virtual void Register() { reg( SDATA ); SDATA.SetPin( "4" ); reg( SCLK ); SCLK.SetPin( "2" ); reg( MUXREF_N_OE ); MUXREF_N_OE.SetPin( "7" ); reg( XTALIN ); XTALIN.SetPin( "8" ); reg( CLKOUT ); CLKOUT.SetPin( "5" ); reg( GND ); GND.SetPin( "3" ); reg( VCC5 ); VCC5.SetPin( "6" ); reg( XTALOUT ); XTALOUT.SetPin( "1" ); } }; #endif
<< File View >> | Class View | Parts Library | Examples Home |
Legal | Copyright © 2007 by Coolquest, Inc. | Contact |