资源简介
STM32_ucos.rar

代码片段和文件信息
/****************************Copyright (c)*********************************************
**
** (c) Copyright 2006-2008 hui lian. luo china zj. hz
** All Rights Reserved
**
** 深圳市英蓓特信息技术有限公司
** http://www.embedinfo.com
** 博格达科技有限公司
** http://www.bogodtech.com
**
**--------------文件信息--------------------------------------------------------------
** 文 件 名: CNTL.c
** 创 建 人: 罗辉联
** 创建日期: 2007年12月28日
** 描 述: CNTL函数实体部分
** 技术顾问: 楼东武(副教授) 浙江大学信电系
**
**---------- 版本信息------------------------------------------------------------------
** 版 本: V1.0
** 说 明: 发光二极管,轰鸣器控制
**
**-------------------------------------------------------------------------------------
**************************************************************************************/
/* Includes ------------------------------------------------------------------*/
#include “config.h“
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Public variables ---------------------------------------------------------*/
/****************************************************************************************
** 函数名称: Buzzer_Configuration
** 功能描述: Buzzer 配置
** 参 数: None
** 返 回 值: None
** 作 者: 罗辉联
** 日 期: 2008年1月7日
**---------------------------------------------------------------------------------------
** 修 改 人:
** 日 期:
**--------------------------------------------------------------------------------------
****************************************************************************************/
void Buzzer_Configuration(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8;
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;
GPIO_Init(GPIOB &GPIO_InitStructure);
GPIO_ResetBits(GPIOB GPIO_Pin_8);
}
/****************************************************************************************
** 函数名称: LED_Configuration
** 功能描述: LED输出管脚配置
** 参 数: None
** 返 回 值: None
** 作 者: 罗辉联
** 日 期: 2008年1月7日
**---------------------------------------------------------------------------------------
** 修 改 人:
** 日 期:
**--------------------------------------------------------------------------------------
****************************************************************************************/
void LED_Configuration(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8;
GPIO_InitStructure.GPIO_Speed = GPIO
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1836 2008-03-21 00:44 STM32_ucos_示波器\driver\inc\cntl.h
文件 1762 2008-03-21 00:45 STM32_ucos_示波器\driver\inc\spi_led.h
文件 1809 2008-03-21 00:46 STM32_ucos_示波器\driver\inc\uart.h
文件 6668 2008-03-21 01:09 STM32_ucos_示波器\driver\src\cntl.c
文件 4780 2008-01-03 05:51 STM32_ucos_示波器\driver\src\spi_led.c
文件 6802 2009-10-17 14:14 STM32_ucos_示波器\driver\src\uart.c
文件 29888 2009-03-04 22:59 STM32_ucos_示波器\LCD\AsciiLib_65k.c
文件 2673891 2009-03-05 13:57 STM32_ucos_示波器\LCD\HzLib_65k.c
文件 656 2009-03-04 22:55 STM32_ucos_示波器\LCD\HzLib_65k.h
文件 36628 2009-10-14 10:52 STM32_ucos_示波器\LCD\ili9320.c
文件 3137 2009-04-03 00:01 STM32_ucos_示波器\LCD\ili9320.h
文件 7161 2009-10-14 09:29 STM32_ucos_示波器\LCD\ili9320_api.c
文件 7962 2008-10-07 20:05 STM32_ucos_示波器\LCD\ili9320_font.h
文件 4664 2009-10-14 13:23 STM32_ucos_示波器\LCD\ili9320_touch.c
文件 2167 2007-10-08 00:50 STM32_ucos_示波器\library\inc\cortexm3_macro.h
文件 16275 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_adc.h
文件 4081 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_bkp.h
文件 12173 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_can.h
文件 12405 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_dma.h
文件 5722 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_exti.h
文件 10336 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_flash.h
文件 12416 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_gpio.h
文件 15535 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_i2c.h
文件 3388 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_iwdg.h
文件 2934 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_lib.h
文件 20143 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_map.h
文件 16252 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_nvic.h
文件 3829 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_pwr.h
文件 13710 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_rcc.h
文件 3591 2007-10-08 00:50 STM32_ucos_示波器\library\inc\stm32f10x_rtc.h
............此处省略259个文件信息
- 上一篇:AtomicAlpha.zip
- 下一篇:CRC.zip
相关资源
- PID_AutoTune_v0.rar
- vspd7.2.308.zip
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
评论
共有 条评论