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

📄 ld3raw_api.h

📁 MC68HC908GR60A LIN-BUS源码(编译环境:CodeWarriorV3.1)
💻 H
字号:
/* ************************************************************************ */
/*                                                                          */
/*                  Volcano Communications Technologies AB                  */
/*                            All rights reserved                           */
/*                                                                          */
/* ************************************************************************ */

/*         File: ldiag.h
 *  Description: ldiag is the customer API for the diagnostic 
 *               support function for master nodes.
 */

#ifndef __LD3RAW_API_H__
#define __LD3RAW_API_H__

#include "l_core.h"
#include "ld3raw_core.h"



/******************************************************************************
 * Diagnostic class 3 API
 */
L_LIB_PREFIX void ld_put_raw (ld3raw_ifc_handle ld3raw_iii, const l_u8* const data);

L_LIB_PREFIX void ld_get_raw (ld3raw_ifc_handle ld3raw_iii, l_u8* const data);

L_LIB_PREFIX ld3raw_tx_status ld_raw_tx_status (ld3raw_ifc_handle ld3raw_iii);

L_LIB_PREFIX ld3raw_rx_status ld_raw_rx_status (ld3raw_ifc_handle ld3raw_iii);


#endif /* __LD3RAW_API_H__ */

⌨️ 快捷键说明

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