adc.h

来自「FreeRTOS is a portable, open source, min」· C头文件 代码 · 共 19 行

H
19
字号
/********************* (C) COPYRIGHT 2007 RAISONANCE S.A.S. *******************/
/**
*
* @file     adc.h
* @brief    ADC initialization header file.
* @author   FL
* @date     07/2007
*
**/
/******************************************************************************/

/* Define to prevent recursive inclusion ---------------------------------------*/
#ifndef __ADC_H
#define __ADC_H

#define ADC1_DR_Address    ((u32)0x4001244C)

#endif /*__ADC_H */

⌨️ 快捷键说明

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