Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
23
sdk/driver/sha/hgsha_v1_hw.h
Normal file
23
sdk/driver/sha/hgsha_v1_hw.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef _HGSHA_V0_HW_H_
|
||||
#define _HGSHA_V0_HW_H_
|
||||
|
||||
#include "typesdef.h"
|
||||
|
||||
struct hgsha_v1_hw {
|
||||
__IO uint32 SHA_START;
|
||||
__IO uint32 SHA_BYTELEN;
|
||||
__IO uint32 SHA_CONFIG;
|
||||
__IO uint32 SHA_PENDING;
|
||||
__IO uint32 SHA_STADDR;
|
||||
uint32 reserved[3];
|
||||
__IO uint32 SHA_RESULT0;
|
||||
__IO uint32 SHA_RESULT1;
|
||||
__IO uint32 SHA_RESULT2;
|
||||
__IO uint32 SHA_RESULT3;
|
||||
__IO uint32 SHA_RESULT4;
|
||||
__IO uint32 SHA_RESULT5;
|
||||
__IO uint32 SHA_RESULT6;
|
||||
__IO uint32 SHA_RESULT7;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user