Coolquest, Inc. Home Products Support About Contact
cbold_logo_gif C++BOLD Example Parts Library cbold_logo_gif

<<  File View  >> Class View Parts Library Examples Home

 

// This File Generated by:  pt_to_h.exe
// Source File:             w40c06a.pt
// Destination File:        w40c06a.h
 
#ifndef _w40c06a_h_
#define _w40c06a_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_W40C06A : public TPart {     //6 output driver
 
public:
  port   Q;        // AR_BUS(5,0)  //clock outputs pins
  port   VCC;      // 3 pins
  port   GND;      // 3 pins
  port   CKEN;     //clock enable of buffers output
  port   TCLK;     //external reference frequency input
  port   NC;       // 2 pins  //should remain unconnected
 
  CP_W40C06A() {
    SetPackage( "SSOP16", 16 );
    SetReferencePrefix( "U" );
  }
 
  virtual void Register() {
    regb( Q, 5, 0 );
          Q.AddPin( 5, "14" );
          Q.AddPin( 4, "12" );
          Q.AddPin( 3, "10" );
          Q.AddPin( 2, "8" );
          Q.AddPin( 1, "6" );
          Q.AddPin( 0, "4" );
    reg(  VCC );
          VCC.AddPin( "5" );
          VCC.AddPin( "9" );
          VCC.AddPin( "13" );
    reg(  GND );
          GND.AddPin( "3" );
          GND.AddPin( "7" );
          GND.AddPin( "11" );
    reg(  CKEN );
          CKEN.SetPin( "2" );
    reg(  TCLK );
          TCLK.SetPin( "15" );
    reg(  NC );
          NC.AddPin( "1" );
          NC.AddPin( "16" );
  }
};
 
 
#endif

 

<<  File View  >> Class View Parts Library Examples Home

Legal Copyright © 2007 by Coolquest, Inc. Contact