1 Star 1 Fork 0

Nsood/sha204

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
atsha204_i2c.h 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
jli 提交于 2015-10-19 15:39 . modified a lot finall built passed
/*
* atsha204_i2c.h
*
* Created: 10/6/2013 5:28:46 AM
* Author: easanghanwa
*/
#ifndef ATSHA204_I2C_H_
#define ATSHA204_I2C_H_
#include "atsha204_ctc_d1_solutions.h"
// error codes for physical hardware dependent module
// Codes in the range 0x00 to 0xF7 are shared between physical interfaces (SWI, TWI, SPI).
// Codes in the range 0xF8 to 0xFF are special for the particular interface.
#define I2C_FUNCTION_RETCODE_SUCCESS ((uint8_t) 0x00) //!< Communication with device succeeded.
#define I2C_FUNCTION_RETCODE_COMM_FAIL ((uint8_t) 0xF0) //!< Communication with device failed.
#define I2C_FUNCTION_RETCODE_TIMEOUT ((uint8_t) 0xF1) //!< Communication timed out.
#define I2C_FUNCTION_RETCODE_NACK ((uint8_t) 0xF8) //!< TWI nack
// Upper Layer Compliance Definitions
#define I2C_CLOCK ATSHA204_I2C_SPEED
#endif /* ATSHA204_I2C_H_ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/nsood/sha204.git
git@gitee.com:nsood/sha204.git
nsood
sha204
sha204
master

搜索帮助