高大星月

文章
5
资源
0
加入时间
2年10月21天

(*((volatile unsigned short *) 0x83200000))

 #define S6D0129_IR    (*((volatile unsigned short *) 0x83200000))volatile 表示 禁止编译器优化unsigned short * 的意思是定义一个2个字节的地址指针 连起来就是在0x82300000地址位置上输出一个2个字节长的数据。在0x82300000地址TFT的IR信号。 *(volatile unsigned