代码搜索结果
找到约 10,000 项符合
Z 的代码
z7290.h
void DspFrequ(void);
void Delay(int val_us);
void I2cStart(void);
void I2cStop(void);
void Intialize(void);
void I2cWByte(int wByte);
void I2cRByte(void);
void MSendAck(int val);
void I2cRecAc
z7290.c
/*********************************************************************************
* Copyright (c) 2005-2006, Chengdu University of Information Technology
* All rights reserved.
*
*
z7290.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\C54xDemo\0EVM 5402\Z7290\0EVM 5402\Z7290\"
ProjectType=Executable
CPUFamily=TMS320
z8536.h
#ifndef _8536_H
#define _8536_H
/* 8536 register definitions */
#define CIO_MICR 0x00 /* Master interrupt control register */
#define CIO_MCCR 0x01 /* Master configuration control register */
z8530.s
; Zilog 8530 general-purpose control subroutines
;
include asmglobal.h
LOCALS
.CODE
; Write a 8530 register. Called from C as
; write_scc(int ctl,unsigned char reg,unsigned char val);
pub
z8530.h
#ifndef _Z8530_H
#define _Z8530_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In z8530.asm: */
void write_scc(uint16 ctl,uint8 reg,uint8 val);
uint8 read_scc(uint16 ctl,uint8 reg);
int