?? jtarget.h
字號:
/*--------------------------------------------------------------------
TARGET.H
--------------------------------------------------------------------
Copyright (C) 1998-2000 Vector Informatik GmbH, Stuttgart
Function: Header for the target adaptation
--------------------------------------------------------------------*/
#ifndef _TARGET_H_
#define _TARGET_H_
/*--------------------------------------------------------------------*/
/* function prototypes */
/*--------------------------------------------------------------------*/
void Can_Configure(void); /* connect can */
void Tim_ConfigureTimer(void); /* configure timer */
void Tim_EnableTimer(void); /* enable timer */
void Tim_DisableTimer(void); /* stop timer */
void Tim_ReloadTimer(void); /* reload a timer */
void PrepareEnvironment(void); /* prepare runtime environment */
void Timer_ClearPendingInterrupt(void); /* reset timer interrupt request */
void Tgt_EnableInterrupts(void); /* enable interrupts */
void Tgt_DisableInterrupts(void); /* disable interrupts */
#endif /* _TARGET_H_ */
/*--------------------------------------------------------------------*/
/* documentation */
/*--------------------------------------------------------------------*/
/*!
\file
\brief Header for the target adaptation.
*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -