1 Star 0 Fork 15

Bomb/mcu_uds_protol

forked from Lyndon/mcu_uds_protol 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
uds_util.h 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
/***************************************************************************//**
\file uds-util.h
\author
\mail
\version 0
\date 2016-09-28
\description uds service
*******************************************************************************/
#ifndef __UDS_UTIL_H_
#define __UDS_UTIL_H_
/*******************************************************************************
Include Files
*******************************************************************************/
#include <stdint.h>
#include "uds_type.h"
/*******************************************************************************
Type Definition
*******************************************************************************/
/*******************************************************************************
Function Definition
*******************************************************************************/
uint8_t
rand_u8 (void);
int
host_to_canl (uint8_t buf[], uint32_t val);
int
host_to_cans (uint8_t buf[], uint16_t val);
int
can_to_hostl (uint8_t buf[], uint32_t *pval);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Bombcaca/mcu_uds_protol.git
git@gitee.com:Bombcaca/mcu_uds_protol.git
Bombcaca
mcu_uds_protol
mcu_uds_protol
master

搜索帮助