|
香水兄:
我安装了一个keil软件,在里面有很多设备库,请问哪里有这些函数库的原型说明文档?
我在keil 的help里面找不到
C:\Keil\ARM\INC\ST\STM32F10x 的目录
2010-06-25 17:57 <DIR> .
2010-06-25 17:57 <DIR> ..
2008-09-23 09:19 2,225 cortexm3_macro.h
2008-09-23 09:19 18,854 stm32f10x_adc.h
2008-09-23 09:19 6,911 stm32f10x_bkp.h
2008-09-23 09:19 12,279 stm32f10x_can.h
2008-09-23 09:19 6,194 stm32f10x_conf.h
2008-09-23 09:19 1,881 stm32f10x_crc.h
2008-09-23 09:19 9,598 stm32f10x_dac.h
2008-09-23 09:19 2,859 stm32f10x_dbgmcu.h
2008-09-23 09:19 17,974 stm32f10x_dma.h
2008-09-23 09:19 5,776 stm32f10x_exti.h
2008-09-23 09:19 13,996 stm32f10x_flash.h
2008-09-23 09:19 19,041 stm32f10x_fsmc.h
2008-09-23 09:19 14,820 stm32f10x_gpio.h
2008-09-23 09:19 16,213 stm32f10x_i2c.h
2008-09-23 09:19 4,511 stm32f10x_it.h
2008-09-23 09:19 3,414 stm32f10x_iwdg.h
2008-09-23 09:19 3,200 stm32f10x_lib.h
2008-09-23 09:19 28,290 stm32f10x_map.h
2008-09-23 09:19 19,198 stm32f10x_nvic.h
2008-09-23 09:19 3,865 stm32f10x_pwr.h
2008-09-23 09:19 14,783 stm32f10x_rcc.h
2008-09-23 09:19 3,619 stm32f10x_rtc.h
2008-09-23 09:19 18,326 stm32f10x_sdio.h
2008-09-23 09:19 13,782 stm32f10x_spi.h
2008-09-23 09:19 3,212 stm32f10x_systick.h
2008-09-23 09:19 47,203 stm32f10x_tim.h
2008-09-23 09:19 3,388 stm32f10x_type.h
2008-09-23 09:19 14,395 stm32f10x_usart.h
2008-09-23 09:19 2,620 stm32f10x_wwdg.h
2010-06-25 17:57 <DIR> USB
29 个文件 332,427 字节
3 个目录 4,601,561,088 可用字节
比如这些函数,最好有文档说明,要不就凭借xxxx.h中的几个文件,真的很难玩
void I2C_DeInit(I2C_TypeDef* I2Cx);
void I2C_Init(I2C_TypeDef* I2Cx, I2C_InitTypeDef* I2C_InitStruct);
void I2C_StructInit(I2C_InitTypeDef* I2C_InitStruct);
void I2C_Cmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
void I2C_DMACmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
void I2C_DMALastTransferCmd(I2C_TypeDef* I2Cx, FunctionalState NewState);
void I2C_GenerateSTART(I2C_TypeDef* I2Cx, FunctionalState NewState);
|
|