资源简介
STM32F10x_StdPeriph_Driver 3.6.1
外设库 最新版 2012 STM32
更新内容见内文说明文档!
代码片段和文件信息
/**
******************************************************************************
* @file misc.c
* @author MCD Application Team
* @version V3.6.1
* @date 05-March-2012
* @brief This file provides all the miscellaneous firmware functions (add-on
* to CMSIS functions).
******************************************************************************
* @attention
*
* © COPYRIGHT 2012 STMicroelectronics
*
* Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.st.com/software_license_agreement_liberty_v2
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “misc.h“
/** @addtogroup STM32F10x_StdPeriph_Driver
* @{
*/
/** @defgroup MISC
* @brief MISC driver modules
* @{
*/
/** @defgroup MISC_Private_TypesDefinitions
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Defines
* @{
*/
#define AIRCR_VECTKEY_MASK ((uint32_t)0x05FA0000)
/**
* @}
*/
/** @defgroup MISC_Private_Macros
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Variables
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_FunctionPrototypes
* @{
*/
/**
* @}
*/
/** @defgroup MISC_Private_Functions
* @{
*/
/**
* @brief Configures the priority grouping: pre-emption priority and subpriority.
* @param NVIC_PriorityGroup: specifies the priority grouping bits length.
* This parameter can be one of the following values:
* @arg NVIC_PriorityGroup_0: 0 bits for pre-emption priority
* 4 bits for subpriority
* @arg NVIC_PriorityGroup_1: 1 bits for pre-emption priority
* 3 bits for subpriority
* @arg NVIC_PriorityGroup_2: 2 bits for pre-emption priority
* 2 bits for subpriority
* @arg NVIC_PriorityGroup_3: 3 bits for pre-emption priority
* 1 bits for subpriority
* @arg NVIC_PriorityGroup_4: 4 bits for pre-emption priority
* 0 bits for subpriority
* @retval None
*/
void NVIC_PriorityGroupConfig(uint32_t NVIC_PriorityGroup)
{
/* Check the parameters */
assert_param(IS_NVIC_PRIORITY_GROUP(NVIC_PriorityGroup));
/* Set the PRIGROUP[10:8] bits accordin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 9117 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\misc.h
....... 21825 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h
....... 7690 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h
....... 27694 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h
....... 6708 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h
....... 2297 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h
....... 15368 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h
....... 3953 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h
....... 20889 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h
....... 6962 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h
....... 25580 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h
....... 27151 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h
....... 20310 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h
....... 30164 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h
....... 3963 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h
....... 4518 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h
....... 30587 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h
....... 3992 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h
....... 21998 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h
....... 17860 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h
....... 52562 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h
....... 16831 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h
....... 3101 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h
....... 35472 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\Release_Notes.html
....... 7181 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\misc.c
....... 47336 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c
....... 8598 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c
....... 45238 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c
....... 11791 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c
....... 3482 2013-01-22 02:27 STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c
............此处省略23个文件信息
- 上一篇:许可文件.rar
- 下一篇:软件项目管理案例教程第二版课后习题答案
相关资源
- ModScan+ModSim最新版
- gson最新版 gson-2.3.1
- VS2012+LUA5.2+boost1.47.0环境搭建方法
- 3GPP最新版本amr-nb编解码源代码
- 2018年最新ElasticSearch6实战教程
- Visual Studio 2010高级编程中文版英文版
- 最新版的VGA协议,包括1080p和720P
- foobar2000最新版本源代码
- Burp Suite Pro 2最新版 破解文件(原版文
- 2015年最新版帝国cms百度ping插件V3.0
- haimianjie2012_10485189.zip
- 最新版layoutit离线工具
-
最新版spring-fr
amework-4.3.9.RELEASE-sch - 2012CGenerator
- IdxSubOcr2018最新版
- mini2440的u-boot.bin 2012.04.01版
- IntelliJ IDEA 代码编辑区迷你缩放图插件
- com.genuitec.eclipse.export.wizard_9.0.0.me201
- VS2012官方中文汉化包
- 最新版信息系统项目管理师视频教程
- victoria v.447最新版
- makecert pvk2pfx cert2spc signtool 最新版
- 泛微最新版e-office 8.5,附正版注册机
- 最新版广西省电子版矢量图
-
ob
jectarx wizard 2012配置与helloworld - Win10最新版本1803旗舰/企业版系统光盘
- 2012年数学建模全国一等奖论文
- office365最新版在线安装版
- 最新版NPinyin.rar
- DNGuard_HVM_Unpacker 双版本2.0-4.0最新版
评论
共有 条评论