资源简介
用于altera的NIOSII的外设,Avalon总线接口,有完整的文档和HAL驱动文件,复制到相应目录(内有说明)就可以在SOPC Build中添加到设计中,使用方便
代码片段和文件信息
#include “system.h“
#include “oc_i2c_regs.h“
#include “alt_types.h“
void I2CWaitTIP(alt_u32 base);
/*********************************************************************************************************
** Function name: InitI2C
**
** Descriptions: Initialize the I2C Open Core. The frequency of SCL is set as freq
** Interrupt will be or not be enabled by the IEN
**
** input parameters: base: The base address of I2C Core;
** freq: The frequency of SCL we want
** IEN : When the IEN is 1 interrupt will be enabled;
** When the IEN is NOT 1 interrupt will be disabled.
**
** Returned value: None
**
** Used global variables: None
** Calling modules: None
**
** Created by: Jing.Zhang
** Created Date: 2005/09/30
**-------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
**------------------------------------------------------------------------------------------------------
********************************************************************************************************/
void InitI2C(alt_u32 base alt_u32 freq alt_u8 IEN)
{
alt_u32 prescale;
// Calculate the prescale value
prescale = ALT_CPU_FREQ/((freq<<2) + freq);
// Setup prescaler for the freq of SCL with sysclk of ALT_CPU_FREQ
IOWR_OC_I2C_PRERLO(base prescale & 0xff);
IOWR_OC_I2C_PRERHI(base(prescale & 0xff00)>>8);
// Enable core
if(IEN == 1) // Enable interrupt
{
IOWR_OC_I2C_CTR(base 0xC0);
}
else // Enable core while disable interrupt
{
IOWR_OC_I2C_CTR(base 0x80);
}
}
/*********************************************************************************************************
** Function name: I2CWaitTIP
**
** Descriptions: Wait for the completion of transfer.
**
** input parameters: base: The base address of I2C Core;
**
**
** Returned value: None
**
** Used global variables: None
** Calling modules: None
**
** Created by: Jing.Zhang
** Created Date: 2005/09/30
**-------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
**------------------------------------------------------------------------------------------------------
********************************************************************************************************/
void I2CWaitTIP(alt_u32 base)
{
while (IORD_OC_I2C_SR(base) & I2C_SR_TIP) {}
}
/*********************************************************************************************************
** Function name: I2CWrite
**
** Descriptions: Write num bytes data to slave device by I2C bus.
**
** input parameters: base: The base address of I2C Core;
** address: The add
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 31277 2007-01-22 20:55 oc_i2c_master\cb_generator.pl
文件 7781 2007-01-22 20:55 oc_i2c_master\class.ptf
文件 567 2007-01-22 20:55 oc_i2c_master\使用说明.txt
文件 324 2007-01-22 20:55 oc_i2c_master\HAL\inc\oc_i2c.h
目录 0 2009-04-01 10:46 oc_i2c_master\HAL\inc
文件 130 2007-01-22 20:55 oc_i2c_master\HAL\src\component.mk
文件 6717 2007-03-15 17:08 oc_i2c_master\HAL\src\oc_i2c.c
目录 0 2009-04-01 10:46 oc_i2c_master\HAL\src
目录 0 2009-04-01 10:46 oc_i2c_master\HAL
文件 14480 2007-01-22 20:55 oc_i2c_master\hdl\i2c_master_bit_ctrl.vhd
文件 11845 2007-01-22 20:55 oc_i2c_master\hdl\i2c_master_byte_ctrl.vhd
文件 12010 2007-01-22 20:55 oc_i2c_master\hdl\i2c_master_top.vhd
文件 3253 2007-01-22 20:55 oc_i2c_master\hdl\oc_i2c_master.vhd
目录 0 2009-04-01 10:46 oc_i2c_master\hdl
文件 193668 2007-01-22 20:55 oc_i2c_master\I2C_doc\i2c_specs.pdf
目录 0 2009-04-01 10:46 oc_i2c_master\I2C_doc
文件 1302 2007-03-15 17:16 oc_i2c_master\inc\oc_i2c_regs.h
目录 0 2009-04-01 10:46 oc_i2c_master\inc
目录 0 2009-04-01 10:46 oc_i2c_master
----------- --------- ---------- ----- ----
283354 19
- 上一篇:QPST救砖所需资料
- 下一篇:仓库管理系统课程设计
相关资源
- Qt Quick自定义下拉框
- AVR 模拟IIC总线
- pic io口模拟iic的mcp7940代码
- QML自定义菜单样式
- 小程序自定义组件仿微信联系人可导
- 小程序自定义组件可滑动切换选项卡
- (中文版)Nios II IP核使用手册
- QT自定义多行表头
- 基于STM32的 ADXL345三轴测量角度 软件
- 微机原理与接口技术综合实验报告
- linux下使用IIC总线读写EEPROM
- arduino_LiquidCrystal_I2C库及proteus仿真LC
- 用stm32以软件IIC方式驱动1602 解压密码
- 用Qt自己画的一个表格类
- Spring Boot自定义错误页面
- WINCC-如何使用自定义的对话框实现用
- echart 的一个自定义柱状图的demo 状态
- STM32 IIC软件模拟读写24C02
- Qt自定义继承QOpenGLWidget的类进行绘图
- RTC 8025T IIC驱动代码
- Qt自定义搜索框代码实现
- stm32 完整IIC通讯代码,三轴加速度计
- IOS 车牌号录入 自定义键盘
- lan91C111驱动
- qt自定义工具栏,类似word
- STM32F4读写SD2405实时时钟程序
- 坐标转换北京54、西安80、WGS84、自定
- PIC单片机 IIC通信 proteus仿真文件图
- vs2017+qt在一个dll中集成多个自定义插
- TV自定义控件
评论
共有 条评论