代码搜索:Peripheral

找到约 9,211 项符合「Peripheral」的源代码

代码结果 9,211
www.eeworm.com/read/267314/11183519

h peripheral.h

unsigned char GetKey(); void Beep(unsigned int delay); void SendUART(unsigned char c); void SendStrUART(char *c,int length); void EnableADC(); void DisableADC();
www.eeworm.com/read/267314/11183548

c peripheral.c

#include #define DELAY 100 sbit BELL=P3^7; typedef unsigned char uchar; typedef unsigned int uint; uchar GetKey() { uchar KeyValue,KeyTemp; uint t; KeyValue=P0 & 0xf0;
www.eeworm.com/read/267314/11183557

obj peripheral.obj

www.eeworm.com/read/282342/9100544

vhd crc_peripheral.vhd

-- crc.vhd -- Graham McKenzie 31 Oct 2003 -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC reg
www.eeworm.com/read/276826/10706302

sch mcu_peripheral.sch

www.eeworm.com/read/197384/8001217

inc address_peripheral.inc

;============================================================================== ; ; This inc file define TMS320VC5410 & TMS320VC5416's ; peripheral address addresses. ; ; author :Tangjiguang
www.eeworm.com/read/303149/13820917

sch mcu_peripheral.sch

www.eeworm.com/read/403676/11513076

v crc_peripheral.v

// crc_peripheral.v // Graham McKenzie 31 Oct 2003 (Modified to Verilog by A.Morris Dec 2003) // Used for calculation of CRC16-CCITT // Intended use is as custom peripheral for Nios processor
www.eeworm.com/read/403676/11513088

vhd crc_peripheral.vhd

-- crc.vhd -- Graham McKenzie 31 Oct 2003 -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC reg