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

📄 csdpropertyconst.h

📁  PSoC(可编程片上系统)是Cypress半导体公司生产的包含有8位微处理器核和数字与模拟混合的信号阵列芯片
💻 H
字号:
//*****************************************************************************
//*****************************************************************************
//  FILENAME:  `@LIB_NAME`_CSDPROPERTYConst.h
//  Version: 1.1.0.2, Updated on 2007/06/06 at 13:55:56
//  Application: PSoC Express 2.0
//
//  DESCRIPTION:  Header file for CSDPROPERTY driver 
//-----------------------------------------------------------------------------
//      Copyright (c) Cypress MicroSystems 2006. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
#ifndef CSDPROPERTYCONST_INCLUDE
#define CSDPROPERTYCONST_INCLUDE

typedef struct
{
  const BYTE NoiseThreshold;
  const BYTE BaselineUpdateThreshold;
  const BYTE NegativeNoiseThreshold;
  const BYTE LowBaselineReset;
  const BYTE Hysteresis;
  const BYTE Debounce;
} CSDProperties;

#endif

⌨️ 快捷键说明

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