• 大小: 0.17M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-06-14
  • 语言: C/C++
  • 标签: SC7A20  

资源简介

SC7A20驱动

资源截图

代码片段和文件信息

/*******************************************************************************
* Copyright (C) 2017 Huada Semiconductor Co.Ltd All rights reserved.
*
* This software is owned and published by:
* Huada Semiconductor Co.Ltd (“HDSC“).
*
* BY DOWNLOADING INSTALLING OR USING THIS SOFTWARE YOU AGREE TO BE BOUND
* BY ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.
*
* This software contains source code for use with HDSC
* components. This software is licensed by HDSC to be adapted only
* for use in systems utilizing HDSC components. HDSC shall not be
* responsible for misuse or illegal use of this software for devices not
* supported herein. HDSC is providing this software “AS IS“ and will
* not be responsible for issues arising from incorrect user implementation
* of the software.
*
* Disclaimer:
* HDSC MAKES NO WARRANTY EXPRESS OR IMPLIED ARISING BY LAW OR OTHERWISE
* REGARDING THE SOFTWARE (INCLUDING ANY ACOOMPANYING WRITTEN MATERIALS)
* ITS PERFORMANCE OR SUITABILITY FOR YOUR INTENDED USE INCLUDING
* WITHOUT LIMITATION THE IMPLIED WARRANTY OF MERCHANTABILITY THE IMPLIED
* WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE OR USE AND THE IMPLIED
* WARRANTY OF NONINFRINGEMENT.
* HDSC SHALL HAVE NO LIABILITY (WHETHER IN CONTRACT WARRANTY TORT
* NEGLIGENCE OR OTHERWISE) FOR ANY DAMAGES WHATSOEVER (INCLUDING WITHOUT
* LIMITATION DAMAGES FOR LOSS OF BUSINESS PROFITS BUSINESS INTERRUPTION
* LOSS OF BUSINESS INFORMATION OR OTHER PECUNIARY LOSS) ARISING FROM USE OR
* INABILITY TO USE THE SOFTWARE INCLUDING WITHOUT LIMITATION ANY DIRECT
* INDIRECT INCIDENTAL SPECIAL OR CONSEQUENTIAL DAMAGES OR LOSS OF DATA
* SAVINGS OR PROFITS
* EVEN IF Disclaimer HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
* YOU ASSUME ALL RESPONSIBILITIES FOR SELECTION OF THE SOFTWARE TO ACHIEVE YOUR
* INTENDED RESULTS AND FOR THE INSTALLATION OF USE OF AND RESULTS OBTAINED
* FROM THE SOFTWARE.
*
* This software may be replicated in part or whole for the licensed use
* with the restriction that this Disclaimer and Copyright notice must be
* included with each copy of this software whether used in part or whole
* at all times.
*/
/******************************************************************************/
/** \file system_hc32l110.c
 **
 ** System clock initialization.
 ** @link SampleGroup Some description @endlink
 **
 **   - 2016-02-16  1.0  QianCP First version for Device Driver Library of Module.
 **
 ******************************************************************************/

/******************************************************************************/
/* Include files                                                              */
/******************************************************************************/
#include “base_types.h“
#include “hc32l110.h“
#include “system_hc32l110.h“
#include “ddl.h“

/**
 ********************************************************************

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2022-06-08 16:20  SC7A20\
     目录           0  2022-06-08 16:23  SC7A20\MDK\
     文件       20165  2022-06-08 16:22  SC7A20\MDK\SC7A20.uvprojx
     目录           0  2022-06-08 16:20  SC7A20\common\
     文件      101403  2021-03-24 13:49  SC7A20\common\HC32L110.h
     文件        6762  2020-05-27 13:13  SC7A20\common\base_types.h
     文件          76  2020-05-27 13:13  SC7A20\common\board_skhc32l110.h
     文件       10871  2022-04-29 15:01  SC7A20\common\startup_hc32l110.s
     文件        5058  2020-06-03 13:58  SC7A20\common\system_hc32l110.c
     文件        4935  2020-06-03 13:56  SC7A20\common\system_hc32l110.h
     目录           0  2022-06-08 16:20  SC7A20\driver\
     目录           0  2022-06-08 16:20  SC7A20\driver\inc\
     文件       16284  2020-05-27 13:13  SC7A20\driver\inc\adc.h
     文件       36449  2020-05-27 13:13  SC7A20\driver\inc\adt.h
     文件        9412  2020-05-27 13:13  SC7A20\driver\inc\bt.h
     文件       12831  2020-05-27 13:13  SC7A20\driver\inc\clk.h
     文件        4874  2020-05-27 13:13  SC7A20\driver\inc\crc.h
     文件        9960  2020-05-27 13:13  SC7A20\driver\inc\ddl.h
     文件        5880  2020-05-27 13:13  SC7A20\driver\inc\flash.h
     文件       49659  2020-05-27 13:18  SC7A20\driver\inc\gpio.h
     文件        6098  2020-05-27 13:13  SC7A20\driver\inc\i2c.h
     文件        3638  2020-05-27 13:13  SC7A20\driver\inc\interrupts_hc32l110.h
     文件        7177  2020-05-27 13:13  SC7A20\driver\inc\lpm.h
     文件        8239  2020-05-27 13:13  SC7A20\driver\inc\lpt.h
     文件       12106  2020-05-27 13:13  SC7A20\driver\inc\lpuart.h
     文件        7975  2020-05-27 13:13  SC7A20\driver\inc\lvd.h
     文件       11701  2020-05-27 13:13  SC7A20\driver\inc\pca.h
     文件        6227  2020-05-27 13:13  SC7A20\driver\inc\reset.h
     文件       11914  2020-05-27 13:13  SC7A20\driver\inc\rtc.h
     文件        7240  2020-05-27 13:13  SC7A20\driver\inc\spi.h
     文件        7506  2020-05-27 13:13  SC7A20\driver\inc\trim.h
............此处省略38个文件信息

评论

共有 条评论

相关资源