Motorola MC68340 Specifications Page 29

  • Download
  • Add to my manuals
  • Print
  • Page
    / 36
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 28
29
TEST4882.H
/**************************************************************************/
/* File Name : TEST4882.H */
/* File Type : C header file */
/* Created On : 05/04/95 */
/* Modified On: 05/23/95 */
/* Created By : Faisal Habib */
/* Description: This header file contains function prototypes for the C */
/* source program. */
/**************************************************************************/
#ifndef __TEST4882_H
#define __TEST4882_H
#define TRUE 1
#define FALSE 0
#define ERROR 1
char Failure;
extern void InitializeTNT();
extern void interrupt handler();
extern char Test8BitRegister(unsigned char*);
extern char Test16BitRegister();
extern char Test8Write16Read();
extern char Test16Write8Read();
extern char InterruptWriteTest();
extern char InterruptReadTest();
extern void DisplayErrorMessage(unsigned short int,unsigned short int);
extern char AskUser();
#endif
Page view 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 35 36

Comments to this Manuals

No comments