⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bulverde_pwrrst.h

📁 pxa27x library for windows ce 5.0
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//------------------------------------------------------------------------------
//
//  Header: bulverde_pwrrst.h
//
//  Defines the power and reset register layout and definitions.
//
#ifndef __BULVERDE_PWRRST_H
#define __BULVERDE_PWRRST_H

#if __cplusplus
    extern "C" 
    {
#endif


//------------------------------------------------------------------------------
//  Type: BULVERDE_PWRRST_REG
//
//  Power Management and reset registers.
//

typedef struct
{
    UINT32    pmcr;         // Power manager control register.
    UINT32    pssr;         // Power manager sleep status register.
    UINT32    pspr;         // Power manager scratch pad register.
    UINT32    pwer;         // Power manager wake-up enable register.
    UINT32    prer;         // Power manager GPIO rising edge detect enable register.
    UINT32    pfer;         // Power manager GPIO falling edge detect enable register.
    UINT32    pedr;         // Power manager GPIO edge detect status register.
    UINT32    pcfr;         // Power manager general configuration register.
    UINT32    pgsr0;        // Power manager GPIO sleep state register for GPIO 31:0.
    UINT32    pgsr1;        // Power manager GPIO sleep state register for GPIO 63:32.
    UINT32    pgsr2;        // Power manager GPIO sleep state register for GPIO 95:64.
    UINT32    pgsr3;        // Power manager GPIO sleep state register for GPIO 120:96.
    UINT32    rcsr;         // **Reset controller status register**.
    UINT32    pslr;         // Power manager Sleep Mode Config.
    UINT32    pstr;         // Power manager Standby Mode Config.
    UINT32    psnr;         // Power manager Sense Mode Config.
    UINT32    pvcr;         // Power manager Voltage Change Control.
    UINT32    rsvd0[15];
    UINT32    pcmd[32];     // Power manager I2C Command.
    UINT32    rsvd1[32];       
    UINT32    pibmr;        // Power manager I2C Bus Monitor.
    UINT32    rsvd2;
    UINT32    pidbr;        // Power manager I2C Data Buffer.
    UINT32    rsvd3;
    UINT32    picr;         // Power manager I2C Control.
    UINT32    rsvd4;
    UINT32    pisr;         // Power manager I2C Status.
    UINT32    rsvd5;
    UINT32    pisar;        // Power manager I2C Slave Adx.

} BULVERDE_PWRRST_REG, *PBULVERDE_PWRRST_REG;

#if __cplusplus
    }
#endif

#endif 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -