完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
系统编程中常用的延时函数:
sleep,usleep 内核编程中常用的延时函数 ndelay、udelay、mdelay sleep: unsigned int sleep(unsigned seconds); //if sleep(x) return 0,means run ok //if return y means run x-y seconds,and release y seconds unsigned int usleep(useconds_t usec); //if usleep(x) return 0,means run ok //else return -1 下面写一个测试的c程序,直接交叉编译tftp下进去修改权限755或者777执行就ok #include #include int main(void ) { int i=1000; while (1) { printf("printf startn"); sleep(1); printf("1 second sleepn"); usleep(1000000); printf("1000000 usecond sleepn"); } } 执行完是这样的: [root@wly]# ./delay_ctl printf start 1 second sleep 1000000 usecond sleep printf start 1 second sleep 1000000 usecond sleep printf start 1 second sleep 原作者:T触发器 |
|
相关推荐
|
|
你正在撰写答案
如果你是对答案或其他答案精选点评或询问,请使用“评论”功能。
飞凌嵌入式ElfBoard ELF 1板卡-CAN编程示例之开发板测试
727 浏览 0 评论
该问题是用APP给芯海科技的CST92F25芯片发指令是出现的
2430 浏览 1 评论
828 浏览 0 评论
1600 浏览 1 评论
2423 浏览 1 评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 16:11 , Processed in 0.700658 second(s), Total 71, Slave 54 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号