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

📄 scu.h

📁 xc164的双can的使用例程
💻 H
字号:
//****************************************************************************
// @Module        System Control Unit (SCU)
// @Filename      SCU.H
// @Project       TWINCAN.dav
//----------------------------------------------------------------------------
// @Controller    Infineon XC164CS-16F
//
// @Compiler      Keil
//
// @Codegenerator 2.7
//
// @Description   This file contains all function prototypes and macros for 
//                the SCU module.
//
//----------------------------------------------------------------------------
// @Date          12/17/2004 7:02:52 PM
//
//****************************************************************************

// USER CODE BEGIN (SCU_Header,1)

// USER CODE END



#ifndef _SCU_H_
#define _SCU_H_

//****************************************************************************
// @Project Includes
//****************************************************************************

// USER CODE BEGIN (SCU_Header,2)

// USER CODE END


//****************************************************************************
// @Macros
//****************************************************************************

// USER CODE BEGIN (SCU_Header,3)

// USER CODE END


//****************************************************************************
// @Defines
//****************************************************************************


//   This parameter identifies the ADC module
#define SCU_ADC 0x0001

//   This parameter identifies the ASC0 module
#define SCU_ASC0 0x0002

//   This parameter identifies the SSC0 module
#define SCU_SSC0 0x0004

//   This parameter identifies the GPT1 and GPT2 module
#define SCU_GPT1_2 0x0008

//   This parameter identifies the on-chip programm flash memory module
#define SCU_PFM 0x0020

//   This parameter identifies the CAPCOM1 module
#define SCU_CC1 0x0040

//   This parameter identifies the CAPCOM2 module
#define SCU_CC2 0x0080

//   This parameter identifies the CAPCOM6 module
#define SCU_CC6 0x0100

//   This parameter identifies the CAN module
#define SCU_CAN 0x2000

//   This parameter identifies the SSC1 module
#define SCU_SSC1 0x8000


// USER CODE BEGIN (SCU_Header,4)

// USER CODE END


//****************************************************************************
// @Typedefs
//****************************************************************************

// USER CODE BEGIN (SCU_Header,5)

// USER CODE END


//****************************************************************************
// @Imported Global Variables
//****************************************************************************

// USER CODE BEGIN (SCU_Header,6)

// USER CODE END


//****************************************************************************
// @Global Variables
//****************************************************************************

// USER CODE BEGIN (SCU_Header,7)

// USER CODE END


//****************************************************************************
// @Prototypes Of Global Functions
//****************************************************************************

void SCU_vInit(void);


// USER CODE BEGIN (SCU_Header,8)

// USER CODE END




// USER CODE BEGIN (SCU_Header,8)

// USER CODE END


#endif  // ifndef _SCU_H_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -