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

📄 dac6_2.h

📁 Application Note Abstract The unique configuration of the PSoC&reg switched capacitor blocks allows
💻 H
字号:
//************************************************************************
//************************************************************************
//
// DAC6_2.h (from DAC6.h user module template)
//  Rev C, 2002 July 25
// 
// C declarations for the DAC6 user module interface.
//
// Copyright (c) Cypress MicroSystems 2001-2002. All Rights Reserved.
//
//************************************************************************
//************************************************************************

#define DAC6_2_OFF         0
#define DAC6_2_LOWPOWER    1
#define DAC6_2_MEDPOWER    2
#define DAC6_2_FULLPOWER   3

#pragma fastcall DAC6_2_Start
#pragma fastcall DAC6_2_SetPower
#pragma fastcall DAC6_2_WriteBlind
#pragma fastcall DAC6_2_WriteStall
#pragma fastcall DAC6_2_Stop


extern void DAC6_2_Start(char cPowerSetting);
extern void DAC6_2_SetPower(char cPowerSetting);
extern void DAC6_2_WriteBlind(char cOutputValue);
extern void DAC6_2_WriteStall(char cOutputValue);
extern void DAC6_2_Stop(void);

⌨️ 快捷键说明

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