armlinux学习笔记--LCD驱动程序分析.docVIP

  • 5
  • 0
  • 约1.74万字
  • 约 32页
  • 2018-10-10 发布于天津
  • 举报
armlinux学习笔记--LCD驱动程序分析.doc

armlinux学习笔记--LCD驱动程序分析 //******************************************************* //* 2007.6.18 //******************************************************* 在/kernel/include/asm-arm/arch-s3c2410/bitfield.h 文件中: #ifndef __ASSEMBLY__ #define UData(Data) ((unsigned long) (Data)) #else #define UData(Data) (Data) #endif例:UData(5); = 5 /* * MACRO: Fld * * Purpose * The macro Fld encodes a bit field, given its size and its shift value * with respect to bit 0. * * Note * A more intuitive way to encode bit fields would have been to use their * mask. However, extracting size and shift value inf

文档评论(0)

1亿VIP精品文档

相关文档