上一页 1 ··· 8 9 10 11 12

2018年9月8日

9x25 PPS test 代码分析 2016.07.14

摘要: 9x25 PPS test 代码分析 2016.07.14 pps-tools-master\Ppstest.c main find_source(char *path, pps_handle_t *handle, int *avail_mode) open(path, O_RDWR); time_ 阅读全文

posted @ 2018-09-08 13:35 紫枫术河 阅读(688) 评论(0) 推荐(0) 编辑

9x25 LED 驱动框架分析 2016.07.13

摘要: 9x25 LED 驱动框架分析 2016.07.13 进入内核 make menuconfig 输入 /led 回车搜索到 │ Location: │ │ -> Device Drivers │ │ -> LED Support (NEW_LEDS [=y]) 进入LED Support发现有这一项 阅读全文

posted @ 2018-09-08 13:34 紫枫术河 阅读(255) 评论(0) 推荐(0) 编辑

自己写printf函数

摘要: 1 void PrintInt(int i) 2 { 3 int sign = i>0 ? 0 : 1; 4 u8 s[10]; 5 int cnt=0; 6 if(sign) 7 { 8 StatlWrite((u8 *)'-',1); 9 i = -i; 10 } 11 int ten ... 阅读全文

posted @ 2018-09-08 13:29 紫枫术河 阅读(617) 评论(0) 推荐(0) 编辑

linux spi驱动框架分析

摘要: //spi分析//刘术河//2017.05.10 1.spi驱动框架//核心层函数spi.cdrivers\spi\Spi.c struct bus_type spi_bus_type = { .name = "spi", .dev_attrs = spi_dev_attrs, .match = s 阅读全文

posted @ 2018-09-08 13:27 紫枫术河 阅读(497) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12

导航