📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -