代码搜索:MCU

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

代码结果 10,000
www.eeworm.com/read/248697/12545782

h sos_info.h

/** * @brief header file for node id * @author Simon Han */ #ifndef _SOS_INFO_H #define _SOS_INFO_H #include #ifndef NO_SOS_UART #include #endif #ifndef NO_SOS_I2C #
www.eeworm.com/read/229240/14347896

pe default.pe

[create_PE_project] CPUs=#DEF-LIST-CPUS-FOR-MASTER-MCU-NAME:%CW_PRJWIZ_MCU_NAME %define CW_MCU_NAME %CW_PRJWIZ_MCU_NAME %define! DoDebugRelease %include ..\Config\PE\CPE\HC08.cpe [_end_]
www.eeworm.com/read/293776/8273959

txt 16位锁存器.txt

library ieee; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity mcu_latch is generic (setup_time : TIME := 10 ns ); port( MCU_EN_LATC
www.eeworm.com/read/249809/12470863

pe default.pe

[create_PE_project] CPUs=#DEF-LIST-CPUS-FOR-MASTER-MCU-NAME:%CW_PRJWIZ_MCU_NAME %define CW_MCU_NAME %CW_PRJWIZ_MCU_NAME %define! DoDebugRelease %include ..\Config\PE\CPE\HC08.cpe [_end_]
www.eeworm.com/read/487607/6506372

svn-base peripherals_control.c.svn-base

#include "STC89C516.h" #include #include #include"peripherals_control.h" ///////////////////////////////////////////////////////////////////////////////// //函数功能:关闭所有外设片
www.eeworm.com/read/487607/6506406

c peripherals_control.c

#include "STC89C516.h" #include #include #include"peripherals_control.h" ///////////////////////////////////////////////////////////////////////////////// //函数功能:关闭所有外设片
www.eeworm.com/read/387332/8693024

c power_ctrl.c

#define __POWERCTRL__ #include "Header\INCLUDE.H" void PowerDown_ADC(void) { RTDSetByte(PLL1_CTRL_D6, 0xf2); // Power down PLL1 RTDSetByte(PLL2_CTRL_DA, 0x40); // Power down
www.eeworm.com/read/463338/7183003

makefile

# MCU definitions for the main phonerec application MCU_GCC=atmega32 MCU_AVRDUDE=m32 MCU_CC=avr-gcc OBJCOPY=avr-objcopy # optimize for size: CFLAGS=-g -mmcu=$(MCU_GCC) -Wall -Wstrict-prototypes -O2 -m
www.eeworm.com/read/405750/11458454

makefile

# MCU definitions for the main phonerec application MCU_GCC=atmega32 MCU_AVRDUDE=m32 MCU_CC=avr-gcc OBJCOPY=avr-objcopy # optimize for size: CFLAGS=-g -mmcu=$(MCU_GCC) -Wall -Wstrict-prototypes -O2 -m
www.eeworm.com/read/200829/15423995

c main.c

/*= main.c ===================================================================== * * Copyright (C) 2005 Nordic Semiconductor * * This file is distributed in the hope that it will be useful, bu