资源简介
CC3200实现TCP SERVER CLIENT UDP SERVER CLIENT透传,按键,定时等等功能实现
代码片段和文件信息
//*****************************************************************************
// button_if.c
//
// CC3200 Launchpad button interface APIs
//
// 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.
//
//*****************************************************************************
#include
#include “hw_types.h“
#include “hw_ints.h“
#include “rom.h“
#include “rom_map.h“
#include “gpio.h“
#include “interrupt.h“
#include “pin.h“
#include “hw_memmap.h“
#ifdef SL_PLATFORM_MULTI_THREADED /* If OS-based application */
#include “osi.h“
#endif
#include “button_if.h“
P_INT_HANDLER g_S2InterruptHdl;
P_INT_HANDLER g_S3InterruptHdl;
//*****************************************************************************
//
//! GPIO Interrupt Handler for S3 button
//!
//! \param None
//!
//! \return None
//
//*****************************************************************************
void GPIOs3IntHandler()
{
unsigned long ulPinState = GPIOIntStatus(GPIOA1_base1);
if(ulPinState & GPIO_PIN_5)
{
Button_IF_DisableInterrupt(SW3);
g_S3InterruptHdl();
}
}
//*****************************************************************************
//
//! GPIO Interrupt Handler for S2 button
//!
//! \param None
//!
//! \return None
//
//****************************************************************
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3414 2014-10-29 11:14 user\Data_circlebuff.c
文件 1266 2014-10-29 10:55 user\Data_circlebuff.h
文件 14717 2014-11-04 16:11 user\Data_Packet.c
文件 2405 2014-10-29 12:01 user\Data_Packet.h
文件 1252 2014-10-31 11:55 user\GlobalVar.c
文件 4245 2014-11-04 15:31 user\GlobalVar.h
文件 7136 2014-11-03 17:32 user\main.c
文件 309 2014-10-27 15:33 user\pinmux.c
文件 330 2014-10-28 11:35 user\pinmux.h
文件 8778 2014-10-27 17:33 user\Simpleli
文件 108 2014-10-23 15:07 user\Simpleli
文件 13442 2014-10-31 11:00 user\wifi_mode.c
文件 380 2014-10-31 16:35 user\wifi_mode.h
文件 13890 2014-11-04 16:24 user\wifi_process.c
文件 621 2014-10-31 14:07 user\wifi_process.h
文件 7341 2014-10-23 14:10 userdriver\78M6610.c
文件 4572 2014-10-22 09:09 userdriver\78M6610.h
文件 354 2014-10-22 14:16 userdriver\bsp_key.c
文件 110 2014-10-22 14:16 userdriver\bsp_key.h
文件 1699 2014-10-23 13:35 userdriver\bsp_led.c
文件 110 2014-10-22 14:16 userdriver\bsp_led.h
文件 393 2014-10-23 10:25 userdriver\bsp_rtc.c
文件 110 2014-10-23 10:25 userdriver\bsp_rtc.h
文件 2892 2014-10-31 16:27 userdriver\bsp_timer.c
文件 284 2014-10-27 14:14 userdriver\bsp_timer.h
文件 6085 2014-10-29 14:16 userdriver\bsp_uart.c
文件 693 2014-10-28 18:18 userdriver\bsp_uart.h
文件 928 2014-10-22 14:16 userdriver\iic_eeprom.c
文件 119 2014-10-22 13:59 userdriver\iic_eeprom.h
文件 165 2014-06-10 21:04 userdriver\readme.txt
............此处省略257个文件信息
- 上一篇:ucos+sim908+GPRS+GPS
- 下一篇:离散时间信号处理中文版带习题答案
相关资源
- Qt 用TCP和UDP传图片
- TCP文件传输Demo
- Qt基于tcp和udp局域网聊天工具
- 基于TCP的简单一对一聊天程序设计
- STM32实现Web服务器
- stm32 lwip DNS DHCP ucosIII TCP Client 原创程
- STM32 UIP演示
- TCP连接测试工具_强烈推荐!
- TCP/IP调试工具大合集
- Qt通过UDP传图片 实现自定义分包和组
- 西门子300 PLC MODBUS TCP通讯 程序
- Modbus TCP/RTU 服务端、客户端源码、协
- 关于串口PLC联网取数与PLC之间通讯
- VS2010 TCP一个进程拥有多个端口,cli
- 内建MODBUS网关功能的串口服务器及M
- modbus协议调试工具 支持TCP和串口
- TCPIP协议族 第四版答案
- UDP socket 多线程
- 基于DM9000的FPGA程序
- modbus tcp 中文协议
- Linux网络体系结构-Linux内核中网络协议
- RtspRtcpRtpLoad_h264.tar.gz
- 局域网聊天qq
- 网络调试助手-全平台
- STM32F103C8T6核心板 + ENC28J60
- S7-1500ModbusTCP通信_内带PortalV15程序
- TCPIP协议原理课件
- IP抓包工具
- EC20状态机代码TCP传GPS数据
- 简单的RTSP RTP RTCP推送H264码流服务器实
评论
共有 条评论