代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/251395/12348042
h spi.h
#ifndef __SPI_H
#define __SPI_H
extern uint8 SPI_SendData(uint8 nDSEN,uint16 data);
#endif
www.eeworm.com/read/426756/9001551
c nandmtd.c
#include "tffs/flflash.h"
#include "tffs/reedsol.h"
#define WRITE_COMMAND(val) (*(volatile UINT8 *)0x02000002 = (UINT8)(val)) /* CLE = A20 */
#define WRITE_DATA(val) (*(volatile UINT8 *)0x020000
www.eeworm.com/read/179568/9350345
h uart.h
#ifdef _UART_C_
#define _UART_GLOBE_
#else
#define _UART_GLOBE_ extern
#endif
_UART_GLOBE_ void uartInit(uint8 uartNum);
_UART_GLOBE_ void putChar(uint8 num, uint8 dat);
_UART_GLOBE_ void putN
www.eeworm.com/read/249164/7118410
bak global_var.cpp.bak
#include "typedef.h"
#include "globalMacro.h"
//dlburst
Uint16 g_dlTxBurstIndex = {0};
Uint16 g_dlTxFrameSymIndex;
Uint8 g_dlTxCcEncodeReg = 0;
Uint8 g_dlTxStcFlag;
Uint8 g_dlTxSTcSwitch = {D
www.eeworm.com/read/249164/7118432
cpp global_var.cpp
#include "typedef.h"
#include "globalMacro.h"
//dlburst
Uint16 g_dlTxBurstIndex = {0};
Uint16 g_dlTxFrameSymIndex;
Uint8 g_dlTxCcEncodeReg = 0;
Uint8 g_dlTxStcFlag;
Uint8 g_dlTxSTcSwitch = {D
www.eeworm.com/read/242165/13091323
c eeprom.c
#include "LZK.H"
void WriteROM(uint8 Page,uint8 Data[])
{
uint8 Counter;
SFRPAGE = 0x00;
while( BUSY );
STA = 1;//发送启动信号
while( SMB0STA != 0x08 );//起始位发送成功
www.eeworm.com/read/478256/6713729
h converter.h
#ifndef _CON_H
#define _CON_H
#define ASIC_0 48
#define ASIC_9 57
#define ASIC_A 65
#define ASIC_Z 90
extern uint8 Con_To_ASIC(uint8 *queueIN,uint8 *queueOUT) ;
www.eeworm.com/read/343366/11954816
h system.h
#ifndef _SYSTEM_H_
#define _SYSTEM_H_
#ifndef UINT8 unsigned char
#define UINT8 unsigned char
#endif
void Clock_Init( void );
void init_UART(void);
UINT8 UART_GetChar(void);
void UART_SendChar
www.eeworm.com/read/151517/12203750
h main.h
#ifdef main_GLOBALS
#define main_EXT
#else
#define main_EXT extern
#endif
#define TRUE 1
#define FALSE 0
#define memcomp_en 0
main_EXT void memcopy(uint8 *DBfr,uint8 *SBfr,uint8 Len);
www.eeworm.com/read/17639/751239
h cpld_flash.h
#include "config.h"
#define CPLD_OUT_DATA0 (*(uint8*)0x81008000)
#define CPLD_OUT_DATA1 (*(uint8*)0x81008001)
#define CPLD_OUT_DATA2 (*(uint8*)0x81008