- 博客(2)
- 收藏
- 关注
翻译 Linux sysfs 下创建节点 实现echo cat功能
device_create_file DEVICE_ATTR**DEVICE_ATTR宏展开**#define DEVICE_ATTR(_name, _mode, _show, _store) \ struct device_attribute dev_attr_##_name = { \ .attr = {.name = __stringify(_name), ....
2018-09-11 15:03:44
1265
原创 Linux 内核 SPI驱动收发函数API
发送字符串static int spi_write_bytes(struct spi_device *spi, unsigned char *txbuf, int txlen){ int ret = 0; struct spi_message msg; struct spi_transfer xfer = { .len = txlen, ...
2018-09-06 17:07:29
2390
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人