<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>曲径通幽论坛 - SAMSUNG</title>
    <link>http://www.groad.net/bbs/forum.php?mod=forumdisplay&amp;fid=84</link>
    <description>Latest 20 threads of SAMSUNG</description>
    <copyright>Copyright(C) 曲径通幽论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 10 Apr 2026 21:44:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.groad.net/bbs/static/image/common/logo_88_31.gif</url>
      <title>曲径通幽论坛</title>
      <link>http://www.groad.net/bbs/</link>
    </image>
    <item>
      <title>set_gpio_ctrl(x) 宏解析</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1329</link>
      <description><![CDATA[set_gpio_ctrl(x) 宏的具体定义如下：
#define set_gpio_ctrl(x)
  
在
http://www.groad.net/bbs/read.php?tid-1324.html
http://www.groad.net/bbs/read.php?tid-1325.html
http://www.groad.net/bbs/read.php?tid-1326.html
http://www.groad.net/bbs/read.php?tid-1 ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Mon, 02 Nov 2009 10:51:17 +0000</pubDate>
    </item>
    <item>
      <title>__REG2, __REG(), __REGP() 宏的解析</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1328</link>
      <description><![CDATA[在前面看到的几个宏，如 GPCON(x)， GPDAT(x)等，最终要涉及到 __REG(), REGP()更底层的宏。这里对这些宏进行解析(属于个人理解，不一定正确，如果有误，高手看到请斧正，不胜感激)。像 GPCON(x) 宏的作用就是从物理地址到虚拟地址的一个转换过程。

以 GPCON(x) 宏的展 ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Mon, 02 Nov 2009 07:52:28 +0000</pubDate>
    </item>
    <item>
      <title>S3C2410 write_gpio_bit(x,v) 宏在 linux 中的解析</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1326</link>
      <description><![CDATA[write_gpio_bit(x,v)宏的作用是为相应的 IO口设置高电平或者低电平输出。它有两个参数，一个是 x ，另一个是 v 。x 表示 GPIO 端口号(包含端口所在寄存器组和组内偏移信息，具体分析见：http://www.groad.net/bbs/read.php?tid-1324.html) ；v的值为 1或为 0 。

write_ ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Sun, 01 Nov 2009 14:32:43 +0000</pubDate>
    </item>
    <item>
      <title>S3C2410 GPIO寄存器在 linux 中的定义</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1325</link>
      <description><![CDATA[S3C2410 GPIO 定义由下宏表示 (include/asm-arm/arch/S3C2410.h)：

在 __REG2() 宏中，0x56000000 是个物理地址，对应 GPACON 寄存器，此宏的作用是将物理地址转换为虚拟地址。

GPIO 控制寄存器的地址分别为：


定义 GPIO 数据寄存器：


GPIO 数据寄存器地址分别为 ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Sun, 01 Nov 2009 10:43:07 +0000</pubDate>
    </item>
    <item>
      <title>S3C2410 GPIO端口号在 linux 中的定义</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1324</link>
      <description><![CDATA[定义文件：


S3C2410 的引脚共有 8 组，分别为：


比如， GPIO 中的第 C 组 (GPC) 中的第 8 个引脚，可用如下宏来表示：


上面，MAKE_GPIO_NUM 是这么定义的：


其中，GPIO_PORT_SHIFT 和 GPIO_OFS_SHIFT 的定义为：


而 PORTx_OFS 的定义为(x 为端口的组编号)：

 ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Sun, 01 Nov 2009 09:16:27 +0000</pubDate>
    </item>
    <item>
      <title>s3c2410 MMU</title>
      <link>http://www.groad.net/bbs/forum.php?mod=viewthread&amp;tid=1315</link>
      <description><![CDATA[作者：蔡于清
MMU,全称Memory Manage Unit, 中文名——存储器管理单元。
&#160;&#160;&#160;许多年以前，当人们还在使用DOS或是更古老的操作系统的时候，计算机的内存还非常小，一般都是以K为单位进行计算，相应的，当时的程序规模也不大，所以内存容量虽然小，但还是可 ...]]></description>
      <category>SAMSUNG</category>
      <author>beyes</author>
      <pubDate>Thu, 29 Oct 2009 10:16:11 +0000</pubDate>
    </item>
  </channel>
</rss>