Home
last modified time | relevance | path

Searched refs:SFR0_BASE (Results 1 – 2 of 2) sorted by relevance

/bsp/bluetrum/libraries/hal_libraries/bmsis/include/
A Dab32vg1.h53 #define SFR0_BASE (0x00000000 + 0x000) macro
88 #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 …]
/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/
A Dab32vg1_hal_gpio.h45 #define FUNCMCONx(x) *(volatile uint32_t*)(SFR0_BASE + (0x07 + (x))*4)

Completed in 6 milliseconds