Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h84 #define SHA_BASEADDR 0xf8600 macro
113 #define SHA_DATA(x) *(volatile int*)(SHA_BASEADDR + 0x00 + x*4)
114 #define SHA_BDATA(x) *(volatile uint8_t*)(SHA_BASEADDR + 0x00 + x)
115 #define SHA_RESULT(x) *(volatile int*)(SHA_BASEADDR + 0x80 + x*4)
116 #define SHA_CTRL *(volatile int*)(SHA_BASEADDR + 0xc0)

Completed in 6 milliseconds