lle_adc.h

来自「BCM 控制demo源代码」· C头文件 代码 · 共 28 行

H
28
字号
/*******************************************************************************/
/**
Copyright (c) 2007 Freescale Semiconductor
Freescale Confidential Proprietary
\file       lle_ADC.h
\brief      Function prototypes for S08DZ60 ADC module basic tasks
\author     Freescale Semiconductor
\author     B05114
\version    0.1
\date       September/2007
*/
/*******************************************************************************/


#ifndef _LLE_ADC_H
#define _LLE_ADC_H

/** Function Prototypes */

void lle_Init_ADC (void);			/* ADC initialization */
void lle_Calibrate_ADC(void);		/* ADC Calibration constant measure and calculate */
UINT16 lle_ADC(UINT8 u8Channel);	/* ADC conversion SW triger single channel */

#endif /* _LLE_ADC_H */

/*******************************************************************************/ 

⌨️ 快捷键说明

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