代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/175532/9542110
h _tvp51xx.h
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/175483/9544977
h dsputil.h
#ifndef DSPUTIL_H
#define DSPUTIL_H
#include "common.h"
/* dct code */
typedef short DCTELEM;
void jpeg_fdct_ifast (DCTELEM *data);
void j_rev_dct (DCTELEM *data);
void fdct_mmx(DCTEL
www.eeworm.com/read/371551/9549408
h saa7105.h
/*
* Copyright 2004 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/170212/9814704
c serial_c1.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/365991/9837348
h lcddrive.h
/****************************************************************************************
* 文件名:LCDDRIVE.H
* 功能:LCD驱动程序,包括底层驱动,刷新显示子程序。
* 说明:
******************************************************
www.eeworm.com/read/365991/9837351
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************
www.eeworm.com/read/365875/9842158
h mouse_drive.h
#ifndef __Mouse_Drive_h
#define __Mouse_Drive_h
#include "hw_memmap.h"
#include "hw_ints.h"
#include "hw_types.h"
#include "interrupt.h"
#include "gpio.h"
#include "sysctl.h"
#include "Systick
www.eeworm.com/read/365333/9868949
h uart0.h
#ifndef IN_UART0
#define IN_UART0
//void UART0_Ini(void);
extern void UART0SendStr(char *str);
extern uint8 UART0_Init (void);
extern void UART0_SendByte(uint8 data);
extern void UART0_SendStr(
www.eeworm.com/read/365333/9868965
c main.c
#include "config.h"
#include "stdlib.h"
#include
#include "uart0.h"
uint8 INT0_1_2;
uint32 Uart0Rev;
uint8 INFO[] = {"Hello ARM2131!very good"};
uint8 INFO_INT0[] = {"Hello ARM2131
www.eeworm.com/read/168447/9913266
c convertcolor.c
/****************************************************************************************
* 文件名:CONVERTCOLOR.C
* 功能:颜色值转换程序。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:
**************************************