📄 omap3_device_id.h
字号:
//
// Copyright (c) Special Computing. All rights reserved.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Texas Instruments Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
//
// Header: omap3_device_id.h
//
//------------------------------------------------------------------------------
#ifndef __OMAP3_DEVICE_ID_H
#define __OMAP3_DEVICE_ID_H
#if __cplusplus
extern "C" {
#endif
//------------------------------------------------------------------------------
// Base Address : OMAP3_DEVICE_DIEID_REGS_PA
//------------------------------------------------------------------------------
typedef volatile struct {
UINT32 ulDIE_ID_0;
UINT32 ulDIE_ID_1;
UINT32 ulDIE_ID_2;
UINT32 ulDIE_ID_3;
} OMAP3_DEVICE_DIEID_REGS;
//------------------------------------------------------------------------------
#if __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -