資源簡介
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
**?創(chuàng)?建?人:?羅輝聯(lián)?
**?創(chuàng)建日期:?2007年12月28日
**?描????述:?CNTL函數(shù)實體部分
**?技術顧問:?樓東武(副教授)??浙江大學信電系
**
**----------?版本信息------------------------------------------------------------------
**?版????本:?V1.0
**?說????明:?發(fā)光二極管,轟鳴器控制
**
**-------------------------------------------------------------------------------------
**************************************************************************************/
/*?Includes?------------------------------------------------------------------*/
#include?“config.h“
/*?Private?typedef?-----------------------------------------------------------*/
/*?Private?define?------------------------------------------------------------*/
/*?Private?macro?-------------------------------------------------------------*/
/*?Private?variables?---------------------------------------------------------*/
/*?Public??variables?---------------------------------------------------------*/
/****************************************************************************************
**?函數(shù)名稱:?Buzzer_Configuration
**?功能描述:?Buzzer?配置
**?參????數(shù):?None
**?返?回?值:?None???????
**?作 ??者:?羅輝聯(lián)
**?日?? 期:?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);
}
/****************************************************************************************
**?函數(shù)名稱:?LED_Configuration
**?功能描述:?LED輸出管腳配置
**?參????數(shù):?None
**?返?回?值:?None???????
**?作 ??者:?羅輝聯(lián)
**?日?? 期:?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
評論
共有 條評論