app_connectivity.h
来自「BCM 控制demo源代码」· C头文件 代码 · 共 33 行
H
33 行
/*******************************************************************************/
/**
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 + =
减小字号Ctrl + -
显示快捷键?