Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dawee1

  1. Dawee1

    Difficult pointer definition

    Thank you very much.
  2. Dawee1

    Difficult pointer definition

    Hello, I have problem to understand the code below: #define LCD_DATA_REG (*(unsigned char*)( 0xC000 )) // Data Register #define LCD_CTRL_REG (*(unsigned char*)( 0x8000 )) // CTRL Register I know basics about pointers and I know how to understand pointers to functions, arrays, structures...

Part and Inventory Search

Back
Top