搜索资源列表
i2c读写代码C语言
- i2c读写代码C语言,通过控制I2C控制器,设置I2C时序来读写E2PROM的源代码,很有帮助-i2c read and write C-language code by controlling I2C controller, I2C set E2PROM timing to read and write the source code, helpful
iic_vhdl
- iic总线控制器VHDL实现 -- VHDL Source Files: i2c.vhd -- top level file i2c_control.vhd -- control function for the I2C master/slave shift.vhd -- shift register uc_interface.vhd -- uC interface function for an 8-bit 68000-like uC u
I2c_control_verilog_code
- I2C+控制器的+Verilog源程序+I2C+控制器的+Verilog源程序-I2C CONTROLLER AND VERILOG CODE
I2C
- I2c串口程序,实现I2c串口控制器功能,需要和epprom模块、信号发生器联合使用,该程序有应带信号功能。-I2c serial program achieve I2c serial controller functionality, needs and epprom modules, signal generators used in combination, the program has to be with a signal function.
iic
- i2c读写代码C语言,通过控制I2C控制器,设置I2C时序来读写E2PROM的源代码,很有帮助-i2c read and write the code C, by controlling the I2C controller, set the timing to read and write I2C E2PROM the source code, very helpful
I2C_SoloMaster_Controler_02
- 本模块是通用的I2C Master控制器。 它支持3种模式:单纯写N次,单纯读N次,先写一次,然后读N次。 本模块的读写只是从I2C的角度,因此,对所有的DataIn, 本模块均当成传送的数据,具体在Slave那边的定义,由上层模块处理。-I2C Master
i2c_ee
- STM32-IIC 配置解说(原创)STM32 - I2C 简介 :I2C 总线接口连接微控制器和串行 I2C 总线。它提供多主机功能,控制所有 I2C总线特定的时序、协议、仲裁和定时。支持标准和快速两种模式,另外 STM32的 I2C 可以使用 DMA 方式操作。本文主要以一个实例来介绍 STM32-I2C 的配置方式和具体在工程中通过调用哪些库函数来实现 I2C 器件的通信。实例:写入数据到器件 AT24C02 并将存入的数据读出好,我们先来讲讲 STM32 I2C 模块的端口基本配置,由
prwgrfsscollterminal
- iic总线控制器VHDL实现 -- VHDL Source Files i2c vhd -- top level file i2c_()