代码搜索:uint8

找到约 10,000 项符合「uint8」的源代码

代码结果 10,000
www.eeworm.com/read/186577/8925224

h lcdlib.h

#include "sm5k_lib.h" #ifndef _LCDlib_h_ #define _LCDlib_h_ void LCDinit( void ); void WLCDData( UINT8 ); UINT8 RLCDData( void ); void WLCDCmd( UINT8 ); void Delaycicle( U16 ); void L
www.eeworm.com/read/176173/9513099

h global.h

#ifndef INCLUDE_GLOBLE_H #define INCLUDE_GLOBLE_H #include "./datatypes.h" //#include "./display.h" extern UINT8 scrflag; extern UINT16 sreensaveclk ; extern UINT8 elapsetime; extern UINT8 i2cS
www.eeworm.com/read/351669/10631422

h icmp.h

#ifndef __ICMP_H #define __ICMP_H #include "skbuff.h" #include "ip.h" struct icmphdr { Uint8 type; Uint8 code; Uint8 check[2]; }; int icmp_rcv_packet(struct sk_buff *skb);
www.eeworm.com/read/466824/7021050

h uart_spi.h

void UART0_SendByte(uint8 data); void CAN_CS(void); void CAN_UnCS(void); uint8 SpiSendByte(uint8 data); void UART0_SPI_Init(void); void DelayNS(uint32 dly);
www.eeworm.com/read/397679/8029499

c ide.c

#include"IDE.h" #define nop() __asm__ __volatile__ ("nop" ::) void IDE_Delay(uint16 n) { while(n--); } uint8 IDE_WaitBSY()//等待空闲 { uint8 timeout = 0; uint8 temp; do { tem
www.eeworm.com/read/322237/13384338

#2 main.#2

//主程序 #include "stdarg.h" #include "stdio.h" #include "inc.h" //extern xdata uint8 cidlen = 16; //len取值0~MAX //extern xdata uint8 csdlen = 16; //xdata uint8 sendbuf[MAX] ={1,2,
www.eeworm.com/read/322237/13384346

#3 main.#3

//主程序 #include "stdarg.h" #include "stdio.h" #include "inc.h" //extern xdata uint8 cidlen = 16; //len取值0~MAX //extern xdata uint8 csdlen = 16; //xdata uint8 sendbuf[MAX] ={1,2,
www.eeworm.com/read/322237/13384392

#1 main.#1

//主程序 #include "stdarg.h" #include "stdio.h" #include "inc.h" //extern xdata uint8 cidlen = 16; //len取值0~MAX //extern xdata uint8 csdlen = 16; //xdata uint8 sendbuf[MAX] ={1,2,
www.eeworm.com/read/322237/13384400

c main.c

//主程序 #include "stdarg.h" #include "stdio.h" #include "inc.h" //extern xdata uint8 cidlen = 16; //len取值0~MAX //extern xdata uint8 csdlen = 16; //xdata uint8 sendbuf[MAX] ={1,2,
www.eeworm.com/read/314615/13563623

c ide.c

#include"IDE.h" #define nop() __asm__ __volatile__ ("nop" ::) void IDE_Delay(uint16 n) { while(n--); } uint8 IDE_WaitBSY()//等待空闲 { uint8 timeout = 0; uint8 temp; do { tem