1. 首页
  2. 课程学习
  3. 嵌入式
  4. i2c linux 驱动

i2c linux 驱动

上传者: 2020-10-19 14:53:15上传 C文件 5.64KB 热度 19次
本人自己写的 记录下,static void test_work(struct work_struct *work) { //经常需要用container_of获取一些信息 struct test *ts = container_of(work, struct test, work); queue_delayed_work(monitor_queue, &ts->work, HZ*5); }
下载地址
用户评论