jtarget.h

来自「在Freescale16位单片机MC9s12dp256上移植了J1939源码和操」· C头文件 代码 · 共 43 行

H
43
字号
/*--------------------------------------------------------------------
       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 + =
减小字号Ctrl + -
显示快捷键?