?? ch7024.h
字號:
#ifndef _SDDETECT_H_DEFINED
#define _SDDETECT_H_DEFINED
#include <platform.h>
#include <bceddk.h>
#endif
//
// power manager
//
/**************************************************************************************************************************************************************
1、FPD (bit 0) controls the power on/off state. When FPD is ‘0’, the CH7023 is in power-up
state. When FPD is ‘1’, the CT290 is in power-down state.FPD (bit 0) controls the power on/off state. When FPD is ‘0’, the CH7023 is in power-up
state. When FPD is ‘1’, the CT290 is in power-down state.
2、DAC Power Management
PDDDAC[1] is power down control for DAC1; when set to ‘1’, DAC1 is power down.
PDDDAC[0] is power down control for DAC0; when set to ‘1’, DAC0 is power down.
**************************************************************************************************************************************************************/
#define GROBAL_POWER_BIT 0x01
#define DAC0_BIT 0x04
#define DAC1_BIT 0x08
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -