⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jtarget.h

📁 在Freescale16位单片机MC9s12dp256上移植了J1939源码和操作系统(ucOSII)。
💻 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 + -