1 Star 0 Fork 0

mo_yq5/wifi-joystick-c

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
m_spi.h 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
mo_yq5 提交于 2022-01-07 23:09 . 使用gpio接口模拟spi实现
#ifndef M_SPI_H
#define M_SPI_H "m_spi"
#define M_SPI_SUPPORT_HI3861
typedef struct {
unsigned char *sendBuf;
unsigned char *recvBuf;
unsigned int recvSize;
} m_spi_data;
typedef struct {
unsigned int cpol : 1;
unsigned int cpha : 1;
unsigned int fram_mode : 2;
unsigned int data_width : 4;
unsigned int endian : 1;
unsigned int freq;
} m_spi_init_param;
int m_spi_init();
int m_spi_host_write_read(m_spi_data *data);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/moyq5/wifi-joystick-c.git
[email protected]:moyq5/wifi-joystick-c.git
moyq5
wifi-joystick-c
wifi-joystick-c
master

搜索帮助