Linux 基于unlocked_ioctl实现定时器周期控制 技术洞察TIC 2022-07-03 108 阅读1分钟 1 定时器基础 2 ioctl 用户与驱动之间的协议 3 驱动开发 timer设备结构体 ioctl函数 关闭定时器 timer回调函数 初始化定时器 4 应用层开发