文件名称:Stm32I2c
介绍说明--下载内容来自于网络,使用问题请自行百度
把发送多于2个字节的发送与接收封装成利用DMA收发的函数,而把对某I2C设备接收和发送一个字节的函数单独封装为一个POLLING (轮询)函数。-Sending and receiving more than 2 bytes is encapsulated into a function that uses DMA to send and receive, and the function of receiving and sending a byte of a I2C device is encapsulated as a POLLING (polling) function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Stm32I2c/boot/cortexm3_macro.s
Stm32I2c/boot/stm32f10x_vector.s
Stm32I2c/interrupt/stm32f10x_it.c
Stm32I2c/interrupt/stm32f10x_it.h
Stm32I2c/library/inc/cortexm3_macro.h
Stm32I2c/library/inc/stm32f10x_adc.h
Stm32I2c/library/inc/stm32f10x_bkp.h
Stm32I2c/library/inc/stm32f10x_can.h
Stm32I2c/library/inc/stm32f10x_crc.h
Stm32I2c/library/inc/stm32f10x_dac.h
Stm32I2c/library/inc/stm32f10x_dbgmcu.h
Stm32I2c/library/inc/stm32f10x_dma.h
Stm32I2c/library/inc/stm32f10x_exti.h
Stm32I2c/library/inc/stm32f10x_flash.h
Stm32I2c/library/inc/stm32f10x_fsmc.h
Stm32I2c/library/inc/stm32f10x_gpio.h
Stm32I2c/library/inc/stm32f10x_i2c.h
Stm32I2c/library/inc/stm32f10x_iwdg.h
Stm32I2c/library/inc/stm32f10x_lib.h
Stm32I2c/library/inc/stm32f10x_map.h
Stm32I2c/library/inc/stm32f10x_nvic.h
Stm32I2c/library/inc/stm32f10x_pwr.h
Stm32I2c/library/inc/stm32f10x_rcc.h
Stm32I2c/library/inc/stm32f10x_rtc.h
Stm32I2c/library/inc/stm32f10x_sdio.h
Stm32I2c/library/inc/stm32f10x_spi.h
Stm32I2c/library/inc/stm32f10x_systick.h
Stm32I2c/library/inc/stm32f10x_tim.h
Stm32I2c/library/inc/stm32f10x_type.h
Stm32I2c/library/inc/stm32f10x_usart.h
Stm32I2c/library/inc/stm32f10x_wwdg.h
Stm32I2c/library/src/stm32f10x_adc.c
Stm32I2c/library/src/stm32f10x_bkp.c
Stm32I2c/library/src/stm32f10x_can.c
Stm32I2c/library/src/stm32f10x_crc.c
Stm32I2c/library/src/stm32f10x_dac.c
Stm32I2c/library/src/stm32f10x_dbgmcu.c
Stm32I2c/library/src/stm32f10x_dma.c
Stm32I2c/library/src/stm32f10x_exti.c
Stm32I2c/library/src/stm32f10x_flash.c
Stm32I2c/library/src/stm32f10x_fsmc.c
Stm32I2c/library/src/stm32f10x_gpio.c
Stm32I2c/library/src/stm32f10x_i2c.c
Stm32I2c/library/src/stm32f10x_iwdg.c
Stm32I2c/library/src/stm32f10x_lib.c
Stm32I2c/library/src/stm32f10x_nvic.c
Stm32I2c/library/src/stm32f10x_pwr.c
Stm32I2c/library/src/stm32f10x_rcc.c
Stm32I2c/library/src/stm32f10x_rtc.c
Stm32I2c/library/src/stm32f10x_sdio.c
Stm32I2c/library/src/stm32f10x_spi.c
Stm32I2c/library/src/stm32f10x_systick.c
Stm32I2c/library/src/stm32f10x_tim.c
Stm32I2c/library/src/stm32f10x_usart.c
Stm32I2c/library/src/stm32f10x_wwdg.c
Stm32I2c/list/cortexm3_macro.lst
Stm32I2c/list/stm32f10x_vector.lst
Stm32I2c/list/Stm32I2c.map
Stm32I2c/obj/cortexm3_macro.o
Stm32I2c/obj/ExtDll.iex
Stm32I2c/obj/main.crf
Stm32I2c/obj/main.d
Stm32I2c/obj/main.o
Stm32I2c/obj/stm32f10x_flash.crf
Stm32I2c/obj/stm32f10x_flash.d
Stm32I2c/obj/stm32f10x_flash.o
Stm32I2c/obj/stm32f10x_gpio.crf
Stm32I2c/obj/stm32f10x_gpio.d
Stm32I2c/obj/stm32f10x_gpio.o
Stm32I2c/obj/stm32f10x_i2c.crf
Stm32I2c/obj/stm32f10x_i2c.d
Stm32I2c/obj/stm32f10x_i2c.o
Stm32I2c/obj/stm32f10x_it.crf
Stm32I2c/obj/stm32f10x_it.d
Stm32I2c/obj/stm32f10x_it.o
Stm32I2c/obj/stm32f10x_lib.crf
Stm32I2c/obj/stm32f10x_lib.d
Stm32I2c/obj/stm32f10x_lib.o
Stm32I2c/obj/stm32f10x_nvic.crf
Stm32I2c/obj/stm32f10x_nvic.d
Stm32I2c/obj/stm32f10x_nvic.o
Stm32I2c/obj/stm32f10x_rcc.crf
Stm32I2c/obj/stm32f10x_rcc.d
Stm32I2c/obj/stm32f10x_rcc.o
Stm32I2c/obj/stm32f10x_usart.crf
Stm32I2c/obj/stm32f10x_usart.d
Stm32I2c/obj/stm32f10x_usart.o
Stm32I2c/obj/stm32f10x_vector.o
Stm32I2c/obj/Stm32I2c.axf
Stm32I2c/obj/Stm32I2c.htm
Stm32I2c/obj/Stm32I2c.lnp
Stm32I2c/obj/Stm32I2c.plg
Stm32I2c/obj/Stm32I2c.sct
Stm32I2c/obj/Stm32I2c.tra
Stm32I2c/obj/Stm32I2c_sct.Bak
Stm32I2c/src/main.c
Stm32I2c/Stm32I2c.uvopt
Stm32I2c/Stm32I2c.uvproj
Stm32I2c/Stm32I2c_Stm32I2c.dep
Stm32I2c/Stm32I2c_uvopt.bak
Stm32I2c/Stm32I2c_uvproj.bak
Stm32I2c/library/inc
Stm32I2c/library/src
Stm32I2c/boot
Stm32I2c/interrupt
Stm32I2c/library
Stm32I2c/list
Stm32I2c/obj
Stm32I2c/src
Stm32I2c
Stm32I2c/boot/stm32f10x_vector.s
Stm32I2c/interrupt/stm32f10x_it.c
Stm32I2c/interrupt/stm32f10x_it.h
Stm32I2c/library/inc/cortexm3_macro.h
Stm32I2c/library/inc/stm32f10x_adc.h
Stm32I2c/library/inc/stm32f10x_bkp.h
Stm32I2c/library/inc/stm32f10x_can.h
Stm32I2c/library/inc/stm32f10x_crc.h
Stm32I2c/library/inc/stm32f10x_dac.h
Stm32I2c/library/inc/stm32f10x_dbgmcu.h
Stm32I2c/library/inc/stm32f10x_dma.h
Stm32I2c/library/inc/stm32f10x_exti.h
Stm32I2c/library/inc/stm32f10x_flash.h
Stm32I2c/library/inc/stm32f10x_fsmc.h
Stm32I2c/library/inc/stm32f10x_gpio.h
Stm32I2c/library/inc/stm32f10x_i2c.h
Stm32I2c/library/inc/stm32f10x_iwdg.h
Stm32I2c/library/inc/stm32f10x_lib.h
Stm32I2c/library/inc/stm32f10x_map.h
Stm32I2c/library/inc/stm32f10x_nvic.h
Stm32I2c/library/inc/stm32f10x_pwr.h
Stm32I2c/library/inc/stm32f10x_rcc.h
Stm32I2c/library/inc/stm32f10x_rtc.h
Stm32I2c/library/inc/stm32f10x_sdio.h
Stm32I2c/library/inc/stm32f10x_spi.h
Stm32I2c/library/inc/stm32f10x_systick.h
Stm32I2c/library/inc/stm32f10x_tim.h
Stm32I2c/library/inc/stm32f10x_type.h
Stm32I2c/library/inc/stm32f10x_usart.h
Stm32I2c/library/inc/stm32f10x_wwdg.h
Stm32I2c/library/src/stm32f10x_adc.c
Stm32I2c/library/src/stm32f10x_bkp.c
Stm32I2c/library/src/stm32f10x_can.c
Stm32I2c/library/src/stm32f10x_crc.c
Stm32I2c/library/src/stm32f10x_dac.c
Stm32I2c/library/src/stm32f10x_dbgmcu.c
Stm32I2c/library/src/stm32f10x_dma.c
Stm32I2c/library/src/stm32f10x_exti.c
Stm32I2c/library/src/stm32f10x_flash.c
Stm32I2c/library/src/stm32f10x_fsmc.c
Stm32I2c/library/src/stm32f10x_gpio.c
Stm32I2c/library/src/stm32f10x_i2c.c
Stm32I2c/library/src/stm32f10x_iwdg.c
Stm32I2c/library/src/stm32f10x_lib.c
Stm32I2c/library/src/stm32f10x_nvic.c
Stm32I2c/library/src/stm32f10x_pwr.c
Stm32I2c/library/src/stm32f10x_rcc.c
Stm32I2c/library/src/stm32f10x_rtc.c
Stm32I2c/library/src/stm32f10x_sdio.c
Stm32I2c/library/src/stm32f10x_spi.c
Stm32I2c/library/src/stm32f10x_systick.c
Stm32I2c/library/src/stm32f10x_tim.c
Stm32I2c/library/src/stm32f10x_usart.c
Stm32I2c/library/src/stm32f10x_wwdg.c
Stm32I2c/list/cortexm3_macro.lst
Stm32I2c/list/stm32f10x_vector.lst
Stm32I2c/list/Stm32I2c.map
Stm32I2c/obj/cortexm3_macro.o
Stm32I2c/obj/ExtDll.iex
Stm32I2c/obj/main.crf
Stm32I2c/obj/main.d
Stm32I2c/obj/main.o
Stm32I2c/obj/stm32f10x_flash.crf
Stm32I2c/obj/stm32f10x_flash.d
Stm32I2c/obj/stm32f10x_flash.o
Stm32I2c/obj/stm32f10x_gpio.crf
Stm32I2c/obj/stm32f10x_gpio.d
Stm32I2c/obj/stm32f10x_gpio.o
Stm32I2c/obj/stm32f10x_i2c.crf
Stm32I2c/obj/stm32f10x_i2c.d
Stm32I2c/obj/stm32f10x_i2c.o
Stm32I2c/obj/stm32f10x_it.crf
Stm32I2c/obj/stm32f10x_it.d
Stm32I2c/obj/stm32f10x_it.o
Stm32I2c/obj/stm32f10x_lib.crf
Stm32I2c/obj/stm32f10x_lib.d
Stm32I2c/obj/stm32f10x_lib.o
Stm32I2c/obj/stm32f10x_nvic.crf
Stm32I2c/obj/stm32f10x_nvic.d
Stm32I2c/obj/stm32f10x_nvic.o
Stm32I2c/obj/stm32f10x_rcc.crf
Stm32I2c/obj/stm32f10x_rcc.d
Stm32I2c/obj/stm32f10x_rcc.o
Stm32I2c/obj/stm32f10x_usart.crf
Stm32I2c/obj/stm32f10x_usart.d
Stm32I2c/obj/stm32f10x_usart.o
Stm32I2c/obj/stm32f10x_vector.o
Stm32I2c/obj/Stm32I2c.axf
Stm32I2c/obj/Stm32I2c.htm
Stm32I2c/obj/Stm32I2c.lnp
Stm32I2c/obj/Stm32I2c.plg
Stm32I2c/obj/Stm32I2c.sct
Stm32I2c/obj/Stm32I2c.tra
Stm32I2c/obj/Stm32I2c_sct.Bak
Stm32I2c/src/main.c
Stm32I2c/Stm32I2c.uvopt
Stm32I2c/Stm32I2c.uvproj
Stm32I2c/Stm32I2c_Stm32I2c.dep
Stm32I2c/Stm32I2c_uvopt.bak
Stm32I2c/Stm32I2c_uvproj.bak
Stm32I2c/library/inc
Stm32I2c/library/src
Stm32I2c/boot
Stm32I2c/interrupt
Stm32I2c/library
Stm32I2c/list
Stm32I2c/obj
Stm32I2c/src
Stm32I2c
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
