Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources

This commit is contained in:
2026-07-06 11:30:13 +08:00
commit e76462eeb7
3451 changed files with 1415300 additions and 0 deletions

View 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