发布时间:2017-10-12 15:43:01
1,int schedule_work(struct work_struct *work) Linux工作队列函数,使用方法:1、定义struct work_struct irq_queue;2、初始化INIT_WORK(&irq_queue,do_irq_queuework);3、调用方法:schedule_work(&rq_queue);.........【阅读全文】
发布时间:2017-10-12 15:42:54
1,int schedule_work(struct work_struct *work) Linux工作队列函数,使用方法:1、定义struct work_struct irq_queue;2、初始化INIT_WORK(&irq_queue,do_irq_queuework);3、调用方法:schedule_work(&rq_queue);.........【阅读全文】
发布时间:2017-10-12 15:42:04
1,int schedule_work(struct work_struct *work) Linux工作队列函数,使用方法:1、定义struct work_struct irq_queue;2、初始化INIT_WORK(&irq_queue,do_irq_queuework);3、调用方法:schedule_work(&rq_queue);.........【阅读全文】
发布时间:2017-10-12 14:44:06
【1】__s32 i2c_smbus_write_quick(int file, __u8 value);发送一个写控制字,可用于测试I2C设备是否存在。S Addr Rd [A] [Data] NA P【2】__s32 i2c_smbus_read_byte(int file);发送一个读控制字,并从I2C设备中读取一个字节。S Addr Rd [A] [Data] NA P【3】__s32 i2c_smbus_write_byt.........【阅读全文】