adctarget.h

来自「MC56F802BLDC 可以使用的算法 就是电机启动有点慢」· C头文件 代码 · 共 27 行

H
27
字号
/*****************************************************************************
*
* Motorola Inc.
* (c) Copyright 2001 Motorola, Inc.
* ALL RIGHTS RESERVED.
*
******************************************************************************
*
* File Name: adctarget.h
*
* Description: Header file for DSP56801,803,805 device specific implementation 
*
* Modules Included: none
*
*****************************************************************************/

#ifndef __ADCTARGET_H
#define __ADCTARGET_H

/************************************************************
* ADC module identifiers, correspond to module base address
*************************************************************/
/* there is only 1 ADC module (ADC_A) for DSP56F801-805 */
#undef ADC_B


#endif

⌨️ 快捷键说明

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