代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/258903/11833325
c disp_pic.c
#include "config.h"
// 声明外部图片数据
extern uint8 gImage_xp[];
extern uint8 gImage_pic1[];
extern uint8 gImage_pic2[];
extern uint8 gImage_pic3[];
extern uint8 gImage_pic4[];
extern uint8 g
www.eeworm.com/read/183548/5254751
c disp_pic.c
#include "config.h"
// 声明外部图片数据
extern uint8 gImage_xp[];
extern uint8 gImage_pic1[];
extern uint8 gImage_pic2[];
extern uint8 gImage_pic3[];
extern uint8 gImage_pic4[];
extern uint8 g
www.eeworm.com/read/252145/4411789
c disp_pic.c
#include "config.h"
// 声明外部图片数据
extern uint8 gImage_xp[];
extern uint8 gImage_pic1[];
extern uint8 gImage_pic2[];
extern uint8 gImage_pic3[];
extern uint8 gImage_pic4[];
extern uint8 g
www.eeworm.com/read/243986/12901488
h irquart0.h
#ifndef __IRQUART0_H
#define __IRQUART0_H
typedef struct UartMode
{
uint8 datab;
uint8 stopb;
uint8 parity;
}UARTMODE;
extern uint8 rcv_buf[50];
extern volatile uint8 rcv_new;
void
www.eeworm.com/read/349392/10829344
c main4.c
#include "GrTry.c"
typedef struct tagRGBQUAD /* 用于读取调色板信息 */
{
UINT8 r;
UINT8 g;
UINT8 b;
UINT8 reserved;
} RGBQUAD;
int main()
{
www.eeworm.com/read/349392/10829350
c main3.c
#include "GrTry.c"
typedef struct tagRGBQUAD /* 用于读取调色板信息 */
{
UINT8 r;
UINT8 g;
UINT8 b;
UINT8 reserved;
} RGBQUAD;
int main()
{
www.eeworm.com/read/349087/10852972
c main4.c
#include "GrTry.c"
typedef struct tagRGBQUAD /* 用于读取调色板信息 */
{
UINT8 r;
UINT8 g;
UINT8 b;
UINT8 reserved;
} RGBQUAD;
int main()
{
www.eeworm.com/read/349087/10852981
c main3.c
#include "GrTry.c"
typedef struct tagRGBQUAD /* 用于读取调色板信息 */
{
UINT8 r;
UINT8 g;
UINT8 b;
UINT8 reserved;
} RGBQUAD;
int main()
{
www.eeworm.com/read/443807/7623070
c at24c04.c
#include "config.h"
#include "../include/cfg_net.h"
/*********************************************************/
uint8 ReadEEprom(uint8 *p, uint16 startaddr,uint8 length)
{
uint8 i;
i=sta