代码搜索结果
找到约 10,000 项符合
H 的代码
camdef.h
/*****************************************
NAME: Camdef.h
DESC: header file for Imagetest test codes
HISTORY: 2002.03.13:draft ver 0.0
2004.02.09:edited by junon for S3C
mmu.h
/************************************************
NAME : MMU.H
DESC :
Revision: 02.28.2002 ver 0.0
************************************************/
#include "2440slib.h"
#ifnd
iic.h
//====================================================================
// File Name : IIC.h
// Function : S3C2440 IIC Test Program Head file
// Program : Shin, On Pil (SOP)
// Date : March
nand.h
#ifndef __NAND_H
#define __NAND_H
////////////////////////////// 8-bit ////////////////////////////////
// Main function
void Test_Nand(void);
// Sub function
void Test_K9S1208(void);
void
sdi.h
#ifndef __SD_H__
#define __SD_H__
#ifdef __cplusplus
extern "C" {
#endif
// Function prototypes
void Test_SDI(void);
void set_system_clock(void);
int SD_card_init(void);
void Rd_cid_csd
audiodrv.h
#ifndef AUDIO_DRV_H
#define AUDIO_DRV_H
#include "def.h"
#define HWAVEOUT U32
#define LPHWAVEOUT HWAVEOUT *
#define HWAVEIN HWAVEOUT
#define LPHWAVEIN HWAVEIN *
#define LPDWORD U32 *
#d
camdata.h
/*****************************************
NAME: camdata.h
DESC: data for initializing camera module
HISTORY: 2004.01.16:draft ver 0.0
*****************************************/
#ifndef
camif.h
/******************************************************************************
Filename: camif.h
Descriptions
- header file of camif.c
History
- July 23, 2003. Draft Version 0.0 by
bootpara.h
#ifndef BOOTPARAMS_H
#define BOOTPARAMS_H
typedef struct {
char flags[12];
unsigned int val;
} ParamItem;
typedef struct {
ParamItem start;
ParamItem cpu_clk;
ParamItem boot_delay;
dma.h
#ifndef DMA_ADMIN_H
#define DMA_ADMIN_H
#define MAX_DMA_CHANNEL 4
//#define DMA_IS_USED 1
#define DMA_IS_HWTRIG 2
#define DMA_IS_SWTRIG 1
#define DMA_IS_FREE 0
// request source
#define R