代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/339423/9895906
fit mcu_ctrl.fit
-- MAX+plus II Compiler Fit File
-- Version 10.2 07/10/2002
-- Compiled: 05/17/2008 17:14:06
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/339423/9895938
jam mcu_ctrl.jam
' Copyright (C) 1988-2002 Altera Corporation
' Any megafunction design, and related net list (encrypted or decrypted),
' support information, device programming or simulation file, and any other
'
www.eeworm.com/read/339423/9895945
gdf mcu_ctrl.gdf
www.eeworm.com/read/339423/9895959
snf mcu_ctrl.snf
www.eeworm.com/read/339423/9895991
acf mcu_ctrl.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/168467/9911958
c ctrl_set.c
#include "inc\44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 64000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (m
www.eeworm.com/read/168467/9911983
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "DataType.h"
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *time);
void RtcSetWeek(TIME_STRUC *time)
www.eeworm.com/read/168467/9912040
o ctrl_set.o
www.eeworm.com/read/168458/9912114
c ctrl_set.c
#include "44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 20000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (mdiv
www.eeworm.com/read/168458/9912120
h ctrl_set.h
#ifndef __CTRL_SET_H
#define __CTRL_SET_H
#include "44b0x.h"
#include "DataType.h"
void ChangePllValue(int, int, int);
void PortInit(void);
void RtcSetDay(TIME_STRUC *time);
void RtcSet