• 大小: 4.16MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-16
  • 语言: 其他
  • 标签:

资源简介

电子烟软件系统,集成开发环境keil,文件大小4261KB。

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @file     core_cm3.c
 * @brief    CMSIS Cortex-M3 Core Peripheral Access layer Source File
 * @version  V1.30
 * @date     30. October 2009
 *
 * @note
 * Copyright (C) 2009 ARM Limited. All rights reserved.
 *
 * @par
 * ARM Limited (ARM) is supplying this software for use with Cortex-M 
 * processor based microcontrollers.  This file can be freely distributed 
 * within development tools that are supporting such ARM based processors. 
 *
 * @par
 * THIS SOFTWARE IS PROVIDED “AS IS“.  NO WARRANTIES WHETHER EXPRESS IMPLIED
 * OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
 * ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
 * CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
 *
 ******************************************************************************/

#include 

/* define compiler specific symbols */
#if defined ( __CC_ARM   )
  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */
  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */

#elif defined ( __ICCARM__ )
  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */
  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */

#elif defined   (  __GNUC__  )
  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */
  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */

#elif defined   (  __TASKING__  )
  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */
  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */

#endif




/**
 * IO definitions
 *
 * define access restrictions to peripheral registers
 */

#ifdef __cplusplus
  #define     __I     volatile                /*!< defines ‘read only‘ permissions      */
#else
  #define     __I     volatile const          /*!< defines ‘read only‘ permissions      */
#endif
#define     __O     volatile                  /*!< defines ‘write only‘ permissions     */
#define     __IO    volatile                  /*!< defines ‘read / write‘ permissions   */



/* ###################  Compiler specific Intrinsics  ########################### */

#if defined ( __CC_ARM   ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */

/**
 * @brief  Return the Process Stack Pointer
 *
 * @return ProcessStackPointer
 *
 * Return th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-05-21 22:33  ---RY40---\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\CoreSupport\
     文件       17776  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
     文件       85714  2015-04-12 23:48  ---RY40---\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\
     文件       14231  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\startup_stm32f0xx.s
     文件      292312  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\stm32f0xx.h
     文件        2210  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\stm32f0xx_conf.h
     文件       13196  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\system_stm32f0xx.c
     文件        2220  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\system_stm32f0xx.h
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\新建文件夹\
     文件       14241  2015-04-03 09:01  ---RY40---\Libraries\CMSIS\CM3\DeviceSupport\GD\GD32F1x0\新建文件夹\system_stm32f0xx.c
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\
     目录           0  2015-05-21 22:33  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\
     文件         181  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\SysTick.h
     文件        2502  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\gd32f1x0_conf.h
     文件        2188  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\platform_conf.h
     文件       21860  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_adc.h
     文件       12353  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_cec.h
     文件       10385  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_comp.h
     文件        3680  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_crc.h
     文件        7138  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_dac.h
     文件        4044  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_dbgmcu.h
     文件       15819  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_dma.h
     文件        8805  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_exti.h
     文件       10957  2015-04-03 09:01  ---RY40---\Libraries\GD32F1x0_StdPeriph_Driver\inc\stm32f0xx_flash.h
............此处省略217个文件信息

评论

共有 条评论

相关资源