Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h80 #define SYSCTRL_BASEADDR 0xf8500 macro
118 #define SYSCTRL_PRIV_CTRL *(volatile int*)(SYSCTRL_BASEADDR + 0x0)
119 #define SYSCTRL_STATUS *(volatile int*)(SYSCTRL_BASEADDR + 0x4)
120 #define OTP_ADDR *(volatile short*)(SYSCTRL_BASEADDR + 0x8)
121 #define OTP_CTRL *(volatile short*)(SYSCTRL_BASEADDR + 0xa)
122 #define OTP_RDATA *(volatile byte*)(SYSCTRL_BASEADDR + 0xc)
123 #define OTP_STATUS *(volatile int*)(SYSCTRL_BASEADDR + 0xc)
125 #define SYSCTRL_LPM_RDATA *(volatile int*)(SYSCTRL_BASEADDR + 0x10)
126 #define SYSCTRL_LPM_SCB *(volatile int*)(SYSCTRL_BASEADDR + 0x14)
128 #define SYSCTRL_RNG_CTRL *(volatile int*)(SYSCTRL_BASEADDR + 0x28)
[all …]

Completed in 7 milliseconds