• 大小: 52.93MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-11-10
  • 语言: 其他
  • 标签: CC3200  1.3.0  SDK  

资源简介

CC3200SDK_1.3.0 版本的SDK

资源截图

代码片段和文件信息

//*****************************************************************************
//
//  adc.c
//
//  Driver for the ADC module.
//
//  Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
//
//
//  Redistribution and use in source and binary forms with or without
//  modification are permitted provided that the following conditions
//  are met:
//
//    Redistributions of source code must retain the above copyright
//    notice this list of conditions and the following disclaimer.
//
//    Redistributions in binary form must reproduce the above copyright
//    notice this list of conditions and the following disclaimer in the
//    documentation and/or other materials provided with the
//    distribution.
//
//    Neither the name of Texas Instruments Incorporated nor the names of
//    its contributors may be used to endorse or promote products derived
//    from this software without specific prior written permission.
//
//  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
//  “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
//  LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
//  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
//  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
//  SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
//  LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
//  DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
//  THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
//  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
//  OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
//*****************************************************************************

//*****************************************************************************
//
//! \addtogroup ADC_Analog_to_Digital_Converter_api
//! @{
//
//*****************************************************************************
#include “inc/hw_types.h“
#include “inc/hw_memmap.h“
#include “inc/hw_ints.h“
#include “inc/hw_adc.h“
#include “inc/hw_apps_config.h“
#include “interrupt.h“
#include “adc.h“


//*****************************************************************************
//
//! Enables the ADC
//!
//! \param ulbase is the base address of the ADC
//!
//! This function sets the ADC global enable
//!
//! \return None.
//
//*****************************************************************************
void ADCEnable(unsigned long ulbase)
{
  //
  // Set the global enable bit in the control register.
  //
  HWREG(ulbase + ADC_O_ADC_CTRL) |= 0x1;
}

//*****************************************************************************
//
//! Disable the ADC
//!
//! \param ulbase is the base address of the ADC
//!
//! This function clears the ADC global enable
//!
//! \re

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     169303  2016-09-24 04:13  CC3200SDK_1.3.0\CC3200-MQTT_license.pdf

     文件      12652  2016-09-24 04:52  CC3200SDK_1.3.0\CC3200-MQTT_manifest.html

     文件        681  2016-09-24 04:30  CC3200SDK_1.3.0\CC3200-MQTT_readme.txt

     文件     559778  2016-09-24 04:32  CC3200SDK_1.3.0\CC3200-MQTT_release_notes.pdf

     文件     162460  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200 Simplelink OTA Extlib API User‘s Guide.chm

     文件    3173772  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-Getting_Started_Guide.pdf

     文件     610666  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-Peripheral_Driver_Library_User‘s_Guide.chm

     文件    1178906  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-Power_Management_framework.pdf

     文件    2289064  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-Programmers_Guide.pdf

     文件    2036111  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-Quick_Start_Guide.pdf

     文件    1300824  2017-02-21 09:12  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-SDK_Release_Note.pdf

     文件     327297  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\CC3200-TI-RTOS_User_Guide.pdf

     文件    2094356  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC3200 Over-The-Air (OTA) Update Application Note.pdf

     文件    2885508  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC3200 Power Management Optimizations and Measurements.pdf

     文件     960029  2017-02-17 03:49  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC3200 Provisioning AP.pdf

     文件     109836  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx ADC.pdf

     文件      69614  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx AES Demo Application.pdf

     文件     695405  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Antenna Selection Application.pdf

     文件      42366  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx blinky Application.pdf

     文件     453597  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Camera Application.pdf

     文件      71534  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Connection Policy.pdf

     文件     129652  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx CRC Demo Application.pdf

     文件      84635  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx DES Demo Application.pdf

     文件     149219  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Dynamic Library Loader.pdf

     文件     143840  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Email Demo Application.pdf

     文件      71790  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx ENT WLAN.pdf

     文件      91462  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx File Download Application.pdf

     文件      60822  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx File Operations.pdf

     文件      75757  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx FreeRTOS Application.pdf

     文件     173295  2017-02-10 00:32  CC3200SDK_1.3.0\cc3200-sdk\docs\examples\CC32xx Getting Started with WLAN AP.pdf

............此处省略3615个文件信息

评论

共有 条评论