文件名称:syscall
-
所属分类:
- 标签属性:
- 上传时间:2013-08-06
-
文件大小:2.85kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME)
fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME)
fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE)
fprintf(stdout,"\t-b : (Must use 1st)specify the GPIO Bank index\n\t\t==>GPA s index is 0, PB s index is 1 ... GPH s index is 7, GPJ s index is 8\n")
fprintf(stdout,"\t-n : (Must use 2nd)specify the GPIO num in GPIO Bank\n")
fprintf(stdout,"\t-c : Config the GPIO type(GPA use)\n\t\t==>OUTPUT: -c 0x00 , Special use: -c 0x01 \n")
fprintf(stdout,"\t-c : Config the GPIO type(GPB--J use)\n\t\t==>INPUT: -c 0x00 , OUTPUT: -c 0x01 , Special use: -c 0x02 , Reserved: -c 0x03 \n")
fprintf(stdout,"\t-w : Write value to GPIO pin s Data_reg\n")
fprintf(stdout,"\t-p : Config value to GPIO pin s Pullup_reg\n\t\t==>Enable: -p 0x00 , Disable: -p 0x01 \n") -fprintf(stdout,"\t-s : Show the GPIO pin Config_reg s value\n")
fprintf(stdout,"\t-d : Display the GPIO pin Pullup_reg s value\n")
fprintf(stdout,"\t-h : This help information\n\n")
fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME)
fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE)
fprintf(stdout,"\t-b : (Must use 1st)specify the GPIO Bank index\n\t\t==>GPA s index is 0, PB s index is 1 ... GPH s index is 7, GPJ s index is 8\n")
fprintf(stdout,"\t-n : (Must use 2nd)specify the GPIO num in GPIO Bank\n")
fprintf(stdout,"\t-c : Config the GPIO type(GPA use)\n\t\t==>OUTPUT: -c 0x00 , Special use: -c 0x01 \n")
fprintf(stdout,"\t-c : Config the GPIO type(GPB--J use)\n\t\t==>INPUT: -c 0x00 , OUTPUT: -c 0x01 , Special use: -c 0x02 , Reserved: -c 0x03 \n")
fprintf(stdout,"\t-w : Write value to GPIO pin s Data_reg\n")
fprintf(stdout,"\t-p : Config value to GPIO pin s Pullup_reg\n\t\t==>Enable: -p 0x00 , Disable: -p 0x01 \n") -fprintf(stdout,"\t-s : Show the GPIO pin Config_reg s value\n")
fprintf(stdout,"\t-d : Display the GPIO pin Pullup_reg s value\n")
fprintf(stdout,"\t-h : This help information\n\n")
(系统自动生成,下载前可以参看下载内容)
下载文件列表
syscall.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.