代码搜索:MCU

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

代码结果 10,000
www.eeworm.com/read/152325/12121220

h initial.h

#ifdef __INITIAL__ void Reset_RTD(void); void Init_Input_Source(void); #else extern void MCU_Init(void); extern void Firmware_Init(void); extern void Power_Up_Init(void); extern void Rese
www.eeworm.com/read/291418/8421128

vhd vhdl1.vhd

-- Quartus VHDL Template -- State Machine with Asynchronous Reset (1 block) -- State Machine outputs will be registered LIBRARY ieee; USE ieee.std_logic_1164.all; ENTITY vhdl1 IS PORT (
www.eeworm.com/read/388771/8578229

rrp 2451_07_08.rrp

[MCU] EM78P159N [CODEOPTION0] 1A2F [CODEOPTION1] 17BF [CODEOPTION2] 1FFF
www.eeworm.com/read/375553/9356794

makefile

############################################################################### # Makefile for the project can_bootloader_example_gcc ################################################################
www.eeworm.com/read/452282/7442724

c vfd_drv_gpio.c

/* history: 2004-7-19 14:43 wanghaoying move the following functions for nec16312 here 2004-7-7 14:25 lijd Process 16312sw use for: 1. extern pannel key
www.eeworm.com/read/241808/8065960

asm text2.asm

;STC12C5410AD 系列单片机 PCA 功能.. PWM 示例程序,使用18.432MHz 晶振。 ;------------------------------------------------------------ #include ;定义 PCA 特殊功能寄存器 ;-----------------------------
www.eeworm.com/read/296519/8097841

h sysdef.h

//system i/o interface defines #ifndef __SYSDEF_H__ #define __SYSDEF_H__ #include #include #define Slave_I2c_Adr 0x51 /* i2c slave device address */ #define Led_Off
www.eeworm.com/read/246704/12709337

c vfd_drv_gpio.c

/* history: 2004-7-19 14:43 wanghaoying move the following functions for nec16312 here 2004-7-7 14:25 lijd Process 16312sw use for: 1. extern pannel key
www.eeworm.com/read/264890/11295744

c vfd_drv_gpio.c

/* history: 2004-7-19 14:43 wanghaoying move the following functions for nec16312 here 2004-7-7 14:25 lijd Process 16312sw use for: 1. extern pannel key
www.eeworm.com/read/259379/11804819

h config.h

//◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆编译配置文件◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ //◆文件名称:config.h //◆文件说明: //◆文件作者:翟 鹏 //◆创建日期:2003年6月 //◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ #ifndef CONF ...