cslr_pwrdwnpdc.h

来自「Dm6455 driver,magbe useful to you!」· C头文件 代码 · 共 50 行

H
50
字号
/*  ============================================================================
 *   Copyright (c) Texas Instruments Inc 2002, 2003, 2004, 2005
 *
 *   Use of this software is controlled by the terms and conditions found in the
 *   license agreement under which this software has been supplied.
 *   ===========================================================================
 */
/** ============================================================================
 *   @file  cslr_pdc.h
 *
 *   @path  $(CSLPATH)\inc
 *
 *   @desc  This file contains the Register Descriptions for PDC
 */
#ifndef _CSLR_PDC_H_
#define _CSLR_PDC_H_

#include <cslr.h>
#include <tistdtypes.h>

/**************************************************************************\
* Register Overlay Structure
\**************************************************************************/
typedef struct  {
    volatile Uint32 PDCCMD;
} CSL_PdcRegs;

/**************************************************************************\
* Overlay structure typedef definition
\**************************************************************************/
typedef volatile CSL_PdcRegs *CSL_PdcRegsOvly;

/**************************************************************************\
* Field Definition Macros
\**************************************************************************/

/* PDCCMD */

#define CSL_PDC_PDCCMD_MEGPD_MASK        (0x00010000u)
#define CSL_PDC_PDCCMD_MEGPD_SHIFT       (0x00000010u)
#define CSL_PDC_PDCCMD_MEGPD_RESETVAL    (0x00000000u)

/*----MEGPD Tokens----*/
#define CSL_PDC_PDCCMD_MEGPD_NORMAL      (0x00000000u)
#define CSL_PDC_PDCCMD_MEGPD_SLEEP       (0x00000001u)

#define CSL_PDC_PDCCMD_RESETVAL          (0x0000FFFFu)

#endif

⌨️ 快捷键说明

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