?? des_mc33902.h
字號:
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file des_MC33902.h
\brief Register definitions and function prototypes for CAN interface
\author Freescale Semiconductor
\author B05114
\version 0.1
\date May/2007
*/
/*******************************************************************************/
#ifndef _DES_MC33902_H /* Prevent duplicated includes */
#define _DES_MC33902_H
/** Variable types and common definitions */
#include "typedefs.h"
/* Operation modes */
#define HSCAN_NORMAL 1
#define HSCAN_LISTEN_ONLY 2
#define HSCAN_SLEEP 3
/** Function Prototypes */
/** Set MC33902 operation mode */
void des_MC33902_SetMode(UINT8 u8Mode);
#endif /* _DES_MC33902_H */
/*******************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -