资源简介
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
- 下一篇:软件项目管理案例教程第二版课后习题答案
相关资源
- 联想H61主板BIOS升级F9KT58AUS支持22NM.i
- ectouch最新版JSAPI微信支付V3插
- elantech触控板驱动程序 v13.6.11 官方最
- 最新版TTF16.OCX Formula One v. 6.1.6.2 控件
- USB转串口驱动,FT232R驱动程序,最新
- ICD10 excel
-
解决安装vs2012后vs2010 li
nk : fatal er - 爱普生plq22km打印机驱动 v1.00 官方最新
- VMware vSphere 的 Intel 82579LM网卡驱动 最
- 毕索龙bixolon 2478bsc打印机驱动 v4.6.6
- 毕索龙bixolon 3468bsc打印机驱动 v4.6.6
- VirtualTreeview 最新版支持 XE10.3
- HM77芯片组AHCI驱动 最新版
- 映泰Biostar TA870网
- 华硕b250主板网卡驱动 官方最新版
- 索尼SONY VPCM125JC网卡驱动程序 v6.0.14
- 清华同方手写板万能驱动程序
- Notepad++最新版tidy2插件仅64位可用
- VS2012OpenGL配置所需要的全部libdllh文件
- Labview2012全模块
- Visual Assist X 通用破解补丁v2.0 适用于
- 彼诺GT9鼠标驱动 v1.0.1 最新版
- 新大陆pos机usb通用驱动 v2.1.1 官方最新
- 迪龙手柄驱动 v6.0.0.619 官方最新版
- 研科t58zp打印机驱动 v16.0.0.435 官方最
- 富士通dpk910驱动 官方最新版
- 富士通dpk2780k打印机驱动 v1.7.0.133 官方
- 富士通dpk2080s打印机驱动 v1.0.0.1 官方
- IAR破解已验证可破解最新版本EWARM-C
- 康源建站系统最新版本V3.2
评论
共有 条评论