i2c linux 驱动

qq_14241873 16 0 C 2020-10-19 14:10:15

本人自己写的 记录下,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); }

用户评论
请输入评论内容
评分:
暂无评论