Subversion Repositories freemyipod

Rev

Rev 750 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 750 Rev 751
Line 528... Line 528...
528
 
528
 
529
 
529
 
530
/////LCD/////
530
/////LCD/////
531
#define LCDCON    (*((uint32_t volatile*)(0x38300000)))
531
#define LCDCON    (*((uint32_t volatile*)(0x38300000)))
532
#define LCDWCMD   (*((uint32_t volatile*)(0x38300004)))
532
#define LCDWCMD   (*((uint32_t volatile*)(0x38300004)))
-
 
533
#define LCDPHTIME (*((uint32_t volatile*)(0x38300010)))
533
#define LCDSTATUS (*((uint32_t volatile*)(0x3830001c)))
534
#define LCDSTATUS (*((uint32_t volatile*)(0x3830001c)))
534
#define LCDWDATA  (*((uint32_t volatile*)(0x38300040)))
535
#define LCDWDATA  (*((uint32_t volatile*)(0x38300040)))
535
 
536
 
536
 
537
 
537
/////CLOCK GATES/////
538
/////CLOCK GATES/////