?? global.h
字號:
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------------------------------
//* The software is delivered "AS IS" without warranty or condition of any
//* kind, either express, implied or statutory. This includes without
//* limitation any warranty or condition with respect to merchantability or
//* fitness for any particular purpose, or against the infringements of
//* intellectual property rights of others.
//*----------------------------------------------------------------------------
//* File Name : dbgu.c
//* Object : DBGU routines written in C
//* Creation : JG 16/Aug/2004
//*----------------------------------------------------------------------------
#ifdef GLOBAL
#define DefExtern
#else
#define DefExtern extern
#endif
#include "common.h"
DefExtern void Var_Init (void);
DefExtern unsigned short int Check_Reg_Val (unsigned long int Reg_val, unsigned long int Val);
DefExtern void Wait (unsigned long int Speed);
DefExtern unsigned long volatile Number_Of_Error_In_Test;
DefExtern unsigned long volatile Read_Reg_u32;
DefExtern unsigned long volatile Number_Of_Bcl;
DefExtern volatile unsigned char received_char;
DefExtern volatile unsigned char data_received;
DefExtern volatile unsigned char flagOffToFirst;
DefExtern volatile unsigned char displayState;
DefExtern volatile unsigned char PMCstate;
DefExtern volatile unsigned char CKGRstate;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -