文件名称:makefile
介绍说明--下载内容均来自于网络,请自行研究使用
函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len)
函数功能: 将ascii码转换为压缩BCD码
入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数
返 回 值: 无
相关调用:
备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len)
Function: ascii code converted to compressed BCD code
Entrance parameters : 1 . Compressed the bcd array address 2.ascii code address 3.ascii number of bytes
Return value:
Related to call :
Note : not enough at the end of fill 0x00 non- ascii code , fill in 0x00
函数功能: 将ascii码转换为压缩BCD码
入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数
返 回 值: 无
相关调用:
备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len)
Function: ascii code converted to compressed BCD code
Entrance parameters : 1 . Compressed the bcd array address 2.ascii code address 3.ascii number of bytes
Return value:
Related to call :
Note : not enough at the end of fill 0x00 non- ascii code , fill in 0x00
(系统自动生成,下载前可以参看下载内容)
下载文件列表
makefile.doc