Searched refs:SFR0_BASE (Results 1 – 2 of 2) sorted by relevance
53 #define SFR0_BASE (0x00000000 + 0x000) macro88 #define FUNCMCON0 SFR_RW (SFR0_BASE + 0x07*4)89 #define FUNCMCON1 SFR_RW (SFR0_BASE + 0x08*4)90 #define FUNCMCON2 SFR_RW (SFR0_BASE + 0x09*4)92 #define UART0CON SFR_RW (SFR0_BASE + 0x10*4)93 #define UART0CPND SFR_WO (SFR0_BASE + 0x11*4)94 #define UART0BAUD SFR_RW (SFR0_BASE + 0x12*4)95 #define UART0DATA SFR_RW (SFR0_BASE + 0x13*4)96 #define TMR0CON SFR_RW (SFR0_BASE + 0x14*4)97 #define TMR0CPND SFR_RW (SFR0_BASE + 0x15*4)[all …]
45 #define FUNCMCONx(x) *(volatile uint32_t*)(SFR0_BASE + (0x07 + (x))*4)
Completed in 6 milliseconds