代码搜索:uint8

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

代码结果 10,000
www.eeworm.com/read/329064/12986474

c pap.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/329064/12986496

c ncp.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/329064/12986868

h i2c.h

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究
www.eeworm.com/read/329030/12988820

c amdflash.c

/***************************************************************************** FILE NAME: AmdFlashDrv.c DESCRIPTION: For AMD Dual-bank flash. Copyright (c) 2002, VIA Technologies
www.eeworm.com/read/242653/12994980

_c sdmmc._c

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c
www.eeworm.com/read/242653/12994984

c sdmmc.c

/************************************************************************************** //------------------ MMC/SD-Card Reading and Writing implementation ------------------- //FileName : mmc.c
www.eeworm.com/read/242653/12994986

_h spi._h

/********************************************************************************************************* ** SPI 驱动程序头文件 ** (c) Copyright 2006-2008
www.eeworm.com/read/242653/12994990

h spi.h

/********************************************************************************************************* ** SPI 驱动程序头文件 ** (c) Copyright 2006-2008
www.eeworm.com/read/328896/12996171

c spi.c

// ------------- Functions for simulating Serial Peripheral Interface ---------- // Send a byte to the SPI device void spi_sendbyte(uint8 dByte) { uint8 i; for (i = 0; i < 8; i++) { SPI_SC
www.eeworm.com/read/328888/12996520

c st7920.c

// Functions for ST7920 // Write Data or Command to LCD void SendByte(bit DatCmd, uint8 dByte) { LCD_DataPort = 0x00; LCD_RS = DatCmd; LCD_RW = 0; LCD_E = 1; LCD_DataPort = dByte; Del