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

📄 ch7024.h

📁 基于AU1200平台的TVOUT芯片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 + -