Motorola MC68340 Dokumentacja Strona 29

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 36
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 35 36

Komentarze do niniejszej Instrukcji

Brak uwag