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

📄 app_connectivity.h

📁 BCM 控制demo源代码
💻 H
字号:
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
\file       app_connectivity.h
\brief      Definitions and function prototypes for CAN and LIN connectivity
\author     Freescale Semiconductor
\author     B05114
\version    0.1
\date       March/ 2008
*/
/*******************************************************************************/

#include "typedefs.h"

/** MSCAN ID definitions and function prototypes */
#include "lle_MSCAN.h"

/* Identifier for LIN slave (communications node board) */
#define LIN_SLAVE_ID 0x18


/* Function Prototypes */

/** Initialize CAN and LIN SW drivers */
void app_initConnectivity(void);

/** Send LIN frame to specified ID */
void app_LIN_Message(UINT8 u8LIN_ID);

/** Send CAN frame to specified ID */
void app_Send_CAN_Message(UINT32 u32CAN_ID);

/*******************************************************************************/

⌨️ 快捷键说明

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