资源简介
学习数据结构,在stm32f4上实现的链表的代码。

代码片段和文件信息
/**
******************************************************************************
* @file stm32f4xx_adc.c
* @author MCD Application Team
* @version V1.1.0
* @date 11-January-2013
* @brief This file provides firmware functions to manage the following
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
* + Initialization and Configuration (in addition to ADC multi mode
* selection)
* + Analog Watchdog configuration
* + Temperature Sensor & Vrefint (Voltage Reference internal) & VBAT
* management
* + Regular Channels Configuration
* + Regular Channels DMA Configuration
* + Injected channels Configuration
* + Interrupts and flags management
*
@verbatim
===============================================================================
##### How to use this driver #####
===============================================================================
[..]
(#) Enable the ADC interface clock using
RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADCx ENABLE);
(#) ADC pins configuration
(++) Enable the clock for the ADC GPIOs using the following function:
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOx ENABLE);
(++) Configure these ADC pins in analog mode using GPIO_Init();
(#) Configure the ADC Prescaler conversion resolution and data
alignment using the ADC_Init() function.
(#) Activate the ADC peripheral using ADC_Cmd() function.
*** Regular channels group configuration ***
============================================
[..]
(+) To configure the ADC regular channels group features use
ADC_Init() and ADC_RegularChannelConfig() functions.
(+) To activate the continuous mode use the ADC_continuousModeCmd()
function.
(+) To configurate and activate the Discontinuous mode use the
ADC_DiscModeChannelCountConfig() and ADC_DiscModeCmd() functions.
(+) To read the ADC converted values use the ADC_GetConversionValue()
function.
*** Multi mode ADCs Regular channels configuration ***
======================================================
[..]
(+) Refer to “Regular channels group configuration“ description to
configure the ADC1 ADC2 and ADC3 regular channels.
(+) Select the Multi mode ADC regular channels features (dual or
triple mode) using ADC_CommonInit() function and configure
the DMA mode using ADC_MultiModeDMARequestAfterLastTransferCmd()
functions.
(+) Read the ADCs converted values using the
ADC_GetMultiModeConversionValue() function.
*** DMA for Regular channels group features configuration ***
===========
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-12-07 09:46 li
目录 0 2013-12-07 09:32 li
文件 198921 2013-08-20 20:12 li
文件 696 2013-08-20 20:12 li
文件 186628 2013-08-20 20:12 li
文件 41921 2013-08-20 20:39 li
文件 479 2013-08-20 18:55 li
文件 2714 2013-08-20 20:12 li
文件 77723 2013-09-03 10:13 li
文件 77725 2013-09-02 16:16 li
文件 22775 2013-09-03 10:13 li
文件 21022 2013-09-02 10:49 li
文件 25059 2013-08-20 19:17 li
文件 22882 2013-08-20 19:17 li
文件 0 2013-08-20 18:46 li
文件 77768 2013-08-20 20:05 li
文件 62 2013-09-02 12:17 li
目录 0 2013-12-07 09:32 li
文件 129125 2011-10-28 10:31 li
文件 13081 2011-10-28 10:31 li
文件 6956 2011-10-28 10:31 li
文件 8880 2011-10-28 10:31 li
文件 6476 2011-10-28 10:31 li
文件 2864 2011-10-28 10:31 li
文件 7323 2013-08-14 17:22 li
文件 4233 2013-08-01 18:00 li
文件 61290 2011-10-28 10:31 li
文件 12874 2011-10-28 10:31 li
文件 16096 2013-08-03 09:30 li
文件 32363 2013-08-01 19:30 li
目录 0 2013-12-07 09:32 li
............此处省略177个文件信息
相关资源
- stm32f407上的两个can发送和接收例程
- STC8951系列单片机中方指南
- 基于MCS_51单片机的工业屏柜散热方案
- MCS_51单片机与8255A的接口设计
- 飞思卡尔单片机MC9S12XS12G128驱动(硬件
- 51单片机PWM程序,占空比、周期可调整
- 单片机和adc0809数字电压表
- PIC单片机完成的电子密码锁
- 单片机、ADC0808809设计简易数字电压表
- 51单片机多功能自行车测速仪
- 单片机做的6位时分秒数字钟
- 单片机电子时钟 闹钟 日历
- 音乐代码转换软件 单片机编程时用
- 单片机课程设计 篮球计分器
- 00
- 用51单片机实现G代码翻译
- 简易的电阻电容测量电路
- 单片机与温度传感器DS18B20的程序设计
- 51单片机基于protues的几个仿真实例
- 基于52单片机的直流电压测量
- 38k单片机红外发送代码、keil
- 51单片机PCB设计图
- PC -- 单片机的串口数据传输系统设计
- 大数(链表、数组)实现
- 51单片机控制舵机程序
- 武汉理工大学 单片机课程设计 16*16点
- 51单片机读取温度数据存储到SD卡中并
- 【单片机】51单片机数码管显示万年历
- 单循环链表(带头结点和不带头结点
- 浙江工业大学2005-2006学年单片机习题
评论
共有 条评论