这里是STM32比较重要的头文件
******************************************************************************
ST版本库的 stm32f10x.h 文件,包含整个头文件代码。综合以上,可以看出 stm32f10x.h 用于定义了器件、中断线、数据类型、结构体封装的寄存器、寄存器地址映射、寄存器位操作以及防C++编译的条件编译。
* [url=home.php?mod=space&uid=288409]@file[/url] stm32f10x.h ST 标准头文件
* [url=home.php?mod=space&uid=187600]@author[/url] MCD Application Team 微控制器开发小组。
* [url=home.php?mod=space&uid=895143]@version[/url] V3.5.0 版本
* [url=home.php?mod=space&uid=212281]@date[/url] 11-March-2011 2011年3月11
* [url=home.php?mod=space&uid=247401]@brief[/url] CMSIS Cortex-M3 Device Peripheral Access Layer Header File.(CMSIS:Cortex Microcontroller Software Interface Standard) 是 Cortex-M 处理器系列的与供应商无关的硬件抽象层。
* This file contains all the peripheral register's definitions, bits
* definitions and memory mapping for STM32F10x Connectivity line,
* High density, High density value line, Medium density,
* Medium density Value line, Low density, Low density Value line
* and XL-density devices.
|