代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/286933/4031410
h uart.h
#ifndef UART_H
#define UART_H
typedef struct UartMode
{
uint8 datab ;
uint8 stopb;
uint8 parity;
}UARTMODE ;
extern uint8 rec_buf;
extern uint8 rec_new;
extern void __irq IRQ_UART
www.eeworm.com/read/286933/4031552
h uart.h
#ifndef UART_H
#define UART_H
typedef struct UartMode
{
uint8 datab ;
uint8 stopb;
uint8 parity;
}UARTMODE ;
extern uint8 rec_buf;
extern uint8 rec_new;
extern void __irq IRQ_UART
www.eeworm.com/read/369456/9647976
h ldmzm.h
#ifndef __LDMZM_H
#define __LDMZM_H
extern const uint8 fangkuang[];
extern const uint8 fangkuai[];
extern const uint8 fangkuai0[];
extern const uint8 ldm_100[];
extern const uint8 xiao_guan_du[]
www.eeworm.com/read/249164/7118436
h rserrpuncdecoding.h
#include "typedef.h"
extern Uint8 genFunc[];
extern Uint8 AlfaOf[];
extern Uint8 IndexOf[];
void calcPuncLocator(Uint8 *puncLocator, Int16 numOfPunc,
Int16 initPuncPos);
bool
www.eeworm.com/read/340622/12142594
h flash.h
#ifndef _flash_
#define _flash_
uint8 Read_abyte(uint32 address);
void Write_abyte(uint32 address,uint8 write_data);
//uint8 Read_abyte(uint8 address2,uint8 address1,uint8 address0);
//void W
www.eeworm.com/read/340622/12142597
_h flash._h
#ifndef _flash_
#define _flash_
uint8 Read_abyte(uint32 address);
void Write_abyte(uint32 address,uint8 write_data);
//uint8 Read_abyte(uint8 address2,uint8 address1,uint8 address0);
//void W
www.eeworm.com/read/351867/10600598
h zimo.h
#include "config.h"
extern const uint8 ASCII_0[];
extern const uint8 ASCII_1[];
extern const uint8 ASCII_2[];
extern const uint8 ASCII_3[];
extern const uint8 ASCII_4[];
extern const
www.eeworm.com/read/296398/8107086
h driver_wr.h
#ifndef __DRIVER_WR_H__
#define __DRIVER_WR_H__
#include "TYPE.H"
UINT8 RBC_Read( UINT32 iLbaStart, UINT8 iSectorCount,UINT8 xdata *mBufferPoint );
UINT8 RBC_Write(UINT32 iLbaStart, UINT8 iS
www.eeworm.com/read/367724/9735537
h uart.h
extern void UARTxInit(uint8 Int_UARTx,uint32 bps);
extern void UARTxSendByte(uint8 Int_UARTx,uint8 data);
extern void UARTxSendStr(uint8 Int_UARTx,char *str);
extern char UARTx_RecvByte(uint8 I
www.eeworm.com/read/367697/9736449
h uart.h
extern void UARTxInit(uint8 Int_UARTx,uint32 bps);
extern void UARTxSendByte(uint8 Int_UARTx,uint8 data);
extern void UARTxSendStr(uint8 Int_UARTx,char *str);
extern char UARTx_RecvByte(uint8 I