代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/357802/3013048

h txt_utile.h

/************************* * txt_utile.h *************************/ UINT8 txt_init(UINT8 *file_name); UINT8 txt_close(void); UINT8 txt_page_prev(); UINT8 txt_page_next();
www.eeworm.com/read/357802/3013117

h txt_utile.h

/************************* * txt_utile.h *************************/ UINT8 txt_init(UINT8 *file_name); UINT8 txt_close(void); UINT8 txt_page_prev(); UINT8 txt_page_next();
www.eeworm.com/read/450127/7490220

h show.h

#ifndef _show_h_ extern void Disp_V_Line(); extern void sz_disp16(uint8 pag,uint8 col, uint8 const *szk); extern void hz_disp16(uint8 pag,uint8 col, uint8 const *hzk); extern void Disp_Img(uint8
www.eeworm.com/read/369456/9647765

i display.i

#line 1 "src\\display.c" fp32 set_value; uint8 number_dis[4]; uint8 current_screen; uint8 Bclear_LCD_screen; uint8 course_position; uint8 course_delay; uint8 show_ID; uint8 set_I
www.eeworm.com/read/421908/10680268

c uart.c

/**************************************/ #include "hal.h" uint8 Byte; uint8 RFSendFlg; uint8 RXOTFlg; //串口接收数据超时标志 uint8 RXOTCnt; //串口接收数据超时计数器 uint8 UartReceiveLen; byt
www.eeworm.com/read/258097/11886132

h cdg.h

#ifndef __CDG_H #define __CDG_H typedef struct { UINT8 command; //001001 : CD-G command UINT8 instruction; UINT8 parityQ[2]; UINT8 data[16]; UINT8 parityP[4]; }
www.eeworm.com/read/376568/9313726

c fw.c

#include "host_811.H" extern Control USB_Control; extern UINT8 UsbEvent; extern void DelayMs(UINT8 nFactor); UINT8 SL811Read(UINT8 a); void SL811Write(UINT8 a, UINT8 d); void SL811Bu
www.eeworm.com/read/242169/13090774

#2 flash.#2

#define uint8 unsigned char #define uint16 unsigned int extern void Flash_128_Write(uint8 xdata *pwrite,uint8 *BufFrom,uint8 len,bit k); extern void Flash_128_Read(uint8 code *pread, uint8 *BufTo
www.eeworm.com/read/242169/13091200

h flash.h

#define uint8 unsigned char #define uint16 unsigned int extern void Flash_128_Write(uint8 xdata *pwrite,uint8 *BufFrom,uint8 len,bit k); extern void Flash_128_Read(uint8 code *pread, uint8 *BufTo
www.eeworm.com/read/367719/9735598

c spi.c

#include "cfg.h" void MSpiInit(uint8 Int_SPIx); uint8 MSendData(uint8 Int_SPIx,uint8 data); /**************************************************************************** * 名 称:void MSp