代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/335900/12490954

h uart.h

/* 定义串口模式设置数据结构 */ typedef struct UartMode { uint8 datab; // 字长度,5/6/7/8 uint8 stopb; // 停止位,1/2 uint8 parity; // 奇偶校验位,0为无校验,1奇数校验,2为偶数校验 }UARTMODE
www.eeworm.com/read/493666/6388758

h external.h

_DECL UINT8 ufiCommandDecoder(void); _DECL void MCU_Init(void); _DECL void msDelay(UINT8 i); //__________________________USB.C___________________________// _DECL void usb_task (void); _DECL
www.eeworm.com/read/155047/11900519

c main.c

#include "system.h" void main(void) { UINT8 i=0,j=0; //UINT8 name[]="mpszmhtgggttt"; /* Uncomment this function call after using Device Initialization to use the generated code */
www.eeworm.com/read/275567/4174785

c piolib.c

#include "pioLib.h" #include "objLib.h" IMPORT DAADIO daadio; PIO pio; STATUS pioInit (outputEnableMask) UINT8 outputEnableMask; /* Mask to set which are output ports */ { UINT8 * pOutputEnableP
www.eeworm.com/read/275567/4174804

c piolib.c

#include "pioLib.h" #include "objLib.h" IMPORT DAADIO daadio; PIO pio; STATUS pioInit (outputEnableMask) UINT8 outputEnableMask; /* Mask to set which are output ports */ { UINT8 * pOutputEnableP
www.eeworm.com/read/304050/13803339

c uart.c

#include "Uart.h" #include "hardware.h" //******************************* // 提取接收缓冲区字符函数 //******************************* /* uint8 getchar() { R_full=0; uint8 c; c=rx_
www.eeworm.com/read/412251/2172545

svn-base circularbuffer.h.svn-base

#ifndef _NETLIB_CIRCULARBUFFER_H #define _NETLIB_CIRCUALRBUFFER_H class CircularBuffer { // allocated whole block pointer uint8 * m_buffer; uint8 * m_bufferEnd; // region A pointer,
www.eeworm.com/read/357802/3012896

h display.h

/*********************** * display.h ***********************/ #include "types.h" #include "key.h" typedef struct { UINT8 w; UINT8 h; UINT32 offset; } IMAGE; extern code IMAGE ima
www.eeworm.com/read/283499/9015330

c rtc_ext.c

#include "configLPC.h" #include "i2c.h" static uint8 x1226Address = X1226_ADDRESS; static uint8 x1226LastRegister = X1226_REGISTER_TEMPERATURE; static uint8 x1226Mode = 0; static int x1226Rea
www.eeworm.com/read/355228/10284713

h lcd.h

//LCD12864头文件 #ifndef LCD_H #define LCD_H extern void Delaynms(uint32 di); //延时 extern void Send_byte(uint8 bbyte); //发送一个字节 extern void Write_char(uint8 start, uint8 ddat