资源简介
基于STM32CubeIDE开发环境移植华为LiteOS轻量级IoT操作系统。
代码片段和文件信息
/**
******************************************************************************
* @file stm32f1xx_hal.c
* @author MCD Application Team
* @brief HAL module driver.
* This is the common part of the HAL initialization
*
@verbatim
==============================================================================
##### How to use this driver #####
==============================================================================
[..]
The common HAL driver contains a set of generic and common APIs that can be
used by the PPP peripheral drivers and the user to start using the HAL.
[..]
The HAL contains two APIs‘ categories:
(+) Common HAL APIs
(+) Services HAL APIs
@endverbatim
******************************************************************************
* @attention
*
* © Copyright (c) 2016 STMicroelectronics.
* All rights reserved.
*
* This software component is licensed by ST under BSD 3-Clause license
* the “License“; You may not use this file except in compliance with the
* License. You may obtain a copy of the License at:
* opensource.org/licenses/BSD-3-Clause
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “stm32f1xx_hal.h“
/** @addtogroup STM32F1xx_HAL_Driver
* @{
*/
/** @defgroup HAL HAL
* @brief HAL module driver.
* @{
*/
#ifdef HAL_MODULE_ENABLED
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/** @defgroup HAL_Private_Constants HAL Private Constants
* @{
*/
/**
* @brief STM32F1xx HAL Driver version number V1.1.4
*/
#define __STM32F1xx_HAL_VERSION_MAIN (0x01U) /*!< [31:24] main version */
#define __STM32F1xx_HAL_VERSION_SUB1 (0x01U) /*!< [23:16] sub1 version */
#define __STM32F1xx_HAL_VERSION_SUB2 (0x04U) /*!< [15:8] sub2 version */
#define __STM32F1xx_HAL_VERSION_RC (0x00U) /*!< [7:0] release candidate */
#define __STM32F1xx_HAL_VERSION ((__STM32F1xx_HAL_VERSION_MAIN << 24)\
|(__STM32F1xx_HAL_VERSION_SUB1 << 16)\
|(__STM32F1xx_HAL_VERSION_SUB2 << 8 )\
|(__STM32F1xx_HAL_VERSION_RC))
#define IDCODE_DEVID_MASK 0x00000FFFU
/**
* @}
*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/** @defgroup HAL_Private_Variables HAL Private Variables
* @{
*/
__IO uint32_t uwTick;
uint32_t uwTickPrio = (1UL << __NVIC_PRIO_BITS); /* Invalid PRIO */
HAL_TickFreqTypeDef uwTickFreq = HAL_TI
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-08-24 13:29 lite\
文件 29134 2019-08-24 13:38 lite\.cproject
文件 6084 2019-08-24 11:56 lite\.mxproject
文件 1062 2019-08-24 11:54 lite\.project
目录 0 2019-08-24 11:54 lite\.settings\
文件 2375 2019-08-24 11:54 lite\.settings\language.settings.xm
目录 0 2019-08-24 13:38 lite\Debug\
目录 0 2019-08-24 13:25 lite\Debug\Drivers\
目录 0 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\
目录 0 2019-08-24 13:26 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\
文件 2617 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.d
文件 668436 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.o
文件 1262 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.su
文件 2631 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_cortex.d
文件 671852 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_cortex.o
文件 1683 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_cortex.su
文件 2625 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_dma.d
文件 669816 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_dma.o
文件 726 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_dma.su
文件 2627 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_exti.d
文件 661272 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_exti.o
文件 547 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_exti.su
文件 2629 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash.d
文件 664104 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash.o
文件 857 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash.su
文件 2635 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash_ex.d
文件 667132 2019-08-24 13:26 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash_ex.o
文件 1005 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash_ex.su
文件 2627 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio.d
文件 662508 2019-08-24 13:26 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio.o
文件 456 2019-08-24 13:25 lite\Debug\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio.su
............此处省略513个文件信息
- 上一篇:USABC电池测试手册
- 下一篇:2017-2019年中国信通院车联网白皮书合集
评论
共有 条评论