资源简介
学习数据结构,在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个文件信息
相关资源
- STM32F4 7针0.96寸oled驱动.rar
- 基于51单片机的光控模块 含原理图、
- STM32单片机嵌入式实战教程四章讲义
- STM32F407ZET6最小系统板
- STM32F407OV7725实时显示.rar
- zw_Qt通过串口读单片机温度数据画动态
- stm32f407ZET驱动 1.8寸TFT_LCD
- 基于单片机的交通灯控制系统PCB图
- STM32f407调试OV7620
- 飞思卡尔16位单片机 MC9S12DP512中文手册
- HOT51单片机开发板详尽资料
- 4路AD转化,0-10V电压采集 单片机经过
- 基于MSP430单片机的无线温度控制系统
- 基于AT89C51单片机的水位检测计的设计
- 球赛计时计分器(毕业设计
- 51单片机应用从零开始[课件]
- PIC16F877A中文手册
- 51单片机与PC串口通信的protues仿真的工
- 电子技术基础_模拟部分(第五版)
- 基于STM32单片机的门禁控制系统-软件
- stm32f407读写SD卡
- stc12c5608ad单片机数据手册中文
- 基于STM32环境智能监测、报警系统
- 51单片机最齐全的辅助开发工具.rar
- 基于单片机的温度和门铃系统课程设
- 51单片机大量源码.zip
- STM32F407 定时器触发ADC-DMA采集
- stm32f4xx挂载SD卡程序,可以正常读写
- 吴鉴鹰单片机项目实战精讲
- Atmeg16学习笔记
评论
共有 条评论