资源简介
IAR开发环境,stm8l151串口通信例程 单片机串口
代码片段和文件信息
/**
******************************************************************************
* @file stm8l15x_adc.c
* @author MCD Application Team
* @version V1.6.1
* @date 30-September-2014
* @brief This file provides firmware functions to manage the following
* functionalities of the Analog to Digital Convertor (ADC) peripheral:
* - Initialization and Configuration
* - Power saving
* - Analog Watchdog configuration
* - Temperature Sensor & Vrefint (Voltage Reference internal) management
* - Regular Channels Configuration
* - Regular Channels DMA Configuration
* - Injected channels Configuration
* - Interrupts and flags management
*
* @verbatim
*
* ===================================================================
* How to use this driver
* ===================================================================
* 1. Enable The ADC controller clock using CLK_PeripheralClockConfig()
* function : CLK_PeripheralClockConfig(CLK_Peripheral_ADC1 ENABLE).
*
* 2. Configure the ADC Prescaler conversion resolution and data
* alignment using the ADC_Init() function.
*
* 3. 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 configure and activate the Discontinuous mode use the
* ADC_DiscModeChannelCountConfig() and ADC_DiscModeCmd() functions.
* - To read the ADC converted values use the ADC_GetConversionValue()
* function.
*
* DMA for Regular channels group features configuration
* ======================================================
* - To enable the DMA mode for regular channels group use the
* ADC_DMACmd() function.
* - To enable the generation of DMA requests continuously at the end
* of the last DMA transfer use the ADC_DMARequestAfterLastTransferCmd()
* function.
* Injected channels group configuration
* =====================================
* - To configure the ADC Injected channels group features use
* ADC_InjectedChannelConfig() and ADC_InjectedSequencerLengthConfig()
* functions.
* - To activate the continuous mode use the A
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 134529 2016-08-07 10:10 stm8l151串口通信例程\FWlib\inc\stm8l15x.h
文件 17052 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_adc.h
文件 5200 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_aes.h
文件 3698 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_beep.h
文件 19547 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_clk.h
文件 10104 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_comp.h
文件 10290 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_dac.h
文件 13383 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_dma.h
文件 9931 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_exti.h
文件 14659 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_flash.h
文件 6652 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_gpio.h
文件 35578 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_i2c.h
文件 2408 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_irtim.h
文件 14238 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_itc.h
文件 4773 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_iwdg.h
文件 22787 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_lcd.h
文件 4625 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_pwr.h
文件 3242 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_rst.h
文件 37913 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_rtc.h
文件 14615 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_spi.h
文件 21160 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_syscfg.h
文件 37532 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_tim1.h
文件 29284 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_tim2.h
文件 29162 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_tim3.h
文件 11839 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_tim4.h
文件 28561 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_tim5.h
文件 13320 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_usart.h
文件 7927 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_wfe.h
文件 2890 2014-10-22 21:31 stm8l151串口通信例程\FWlib\inc\stm8l15x_wwdg.h
文件 40644 2014-10-22 21:31 stm8l151串口通信例程\FWlib\src\stm8l15x_adc.c
............此处省略138个文件信息
- 上一篇:Clustalx 2.1
- 下一篇:超好用的内网ARP检测软件
相关资源
- 基于AT89C51单片机的步进电机控制及驱
- STC15F2K60S2单片机例程集合
- SPC5Studio中文使用教程
- 最新STM8L101固件库
- 基于单片机的可燃气体检测及报警系
- 51单片机光电编码器测速
- 基于AT89S51单片机酒精浓度探测仪的设
- 基于单片机的频率脉宽的测量频率脉
- MCS-51 单片机100个汇编
- STM32F103中文教程及参考手册
- 基于51单片机的多功能电子钟
- STC89C51单片机L298N驱动电路及步进电机
- 毕业论文-基于单片机的智能插座的设
- 室内清洁机器人
- 基于单片机的智能报靶器
- 经典功放电路 pcb图 sch图
- MC9S12XS128单片机学习
- 51单片机数控开关稳压电源设计15V升
- 基于两个单片机串行通信的电子密码
- 一个基于AD1674的模数转换电路及程序
- 直基于单片机的PWM直流电机控制系统
- 新塘 单片机例程 库函数操作
- 单片机STC12C5A60S2中文使用手册
- 51黑论坛_基于单片机设计的数字电子
- 基于STM32单片机的智能浇水系统.pdf
- 电子-复件实验15RTC模拟指针时钟实验
- STC12单片机中文手册.pdf
- 基于51单片机的智能风扇设计与实现开
- STM32F103驱动DHT22温湿度传感器、BH175
- 基于单片机的红外遥控发射接收解码
评论
共有 条评论