标签:
根据s5pv210手册的326页:When the port is configured as output port, the pin state is the same as the corresponding bit.
设置gph3con为输出模式,然后向gph3dat中循环写数据,会将gph3dat中相应的位不断的改变,从而使引脚的比特位和输入数据的比特位相同,改变对应的位的二进制对应的十六进制是0xff 0x0 0xff 0xef 0xdf 0xbf 0x7f这七个数的循环。
标签:
原文地址:http://www.cnblogs.com/yulaoqiannian/p/4931565.html