文件名称:STM32F10X
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32标准外设库之前的版本也称固件函数库或简称固件库,是一个固件函数包,它由程序、数据结构和宏组成,包括了微控制器所有外设的性能特征。该函数库还包括每一个外设的驱动描述和应用实例,为开发者访问底层硬件提供了一个中间API,通过使用固件函数库,无需深入掌握底层硬件细节,开发者就可以轻松应用每一个外设。因此,使用固态函数库可以大大减少用户的程序编写时间,进而降低开发成本。每个外设驱动都由一组函数组成,这组函数覆盖了该外设所有功能。每个器件的开发都由一个通用API (application programming interface 应用编程界面)驱动,API对该驱动程序的结构,函数和参数名称都进行了标准化。-/*#include "stm32f10x_crc.h"*/
/*#include "stm32f10x_dac.h"*/
/*#include "stm32f10x_dbgmcu.h"*/
#include "stm32f10x_dma.h"
/*#include "stm32f10x_exti.h"*/
/*#include "stm32f10x_flash.h"*/
/*#include "stm32f10x_fsmc.h"*/
#include "stm32f10x_gpio.h"
/*#include "stm32f10x_i2c.h"*/
/*#include "stm32f10x_iwdg.h"*/
/*#include "stm32f10x_pwr.h"*/
#include "stm32f10x_rcc.h"
/*#include "stm32f10x_rtc.h"*/
/*#include "stm32f10x_sdio.h"*/
/*#include "stm32f10x_dac.h"*/
/*#include "stm32f10x_dbgmcu.h"*/
#include "stm32f10x_dma.h"
/*#include "stm32f10x_exti.h"*/
/*#include "stm32f10x_flash.h"*/
/*#include "stm32f10x_fsmc.h"*/
#include "stm32f10x_gpio.h"
/*#include "stm32f10x_i2c.h"*/
/*#include "stm32f10x_iwdg.h"*/
/*#include "stm32f10x_pwr.h"*/
#include "stm32f10x_rcc.h"
/*#include "stm32f10x_rtc.h"*/
/*#include "stm32f10x_sdio.h"*/
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32F10X.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.