代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/320987/13414527
o ctrl_set.o
www.eeworm.com/read/320987/13414540
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
www.eeworm.com/read/320146/13432492
c serial_ctrl.c
#include"spce061a.h"
#define W_CLK 0x0001
#define FQ_UD 0x0002
#define RESET 0x0004
#define serial_in 0x0008
#define A 0 //A与B口转换(0为A口)
unsigned long int ctrl_word;//32位控制字
unsigned int
www.eeworm.com/read/318986/13464794
v fre_ctrl.v
module fre_ctrl(clk,rst,count_en,count_clr,load);
output count_en,count_clr,load;
input clk,rst;
reg count_en,load;
always @(posedge clk)
begin
if(rst)
begin count_en=0; load=1; end
www.eeworm.com/read/318787/13471947
c ctrl_set.c
#include "inc\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 = (md
www.eeworm.com/read/318787/13471954
o ctrl_set.o
www.eeworm.com/read/318787/13471963
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
www.eeworm.com/read/317961/13492861
hpp sync_ctrl.hpp
// sync_ctrl class by David Maisonave (Axter)
// Copyright (C) 2005
// David Maisonave (Axter) (609-345-1007) (www.axter.com)
#ifndef SYNC_CTRL_H_BY_DAVID_MAISONAVE_HEADER_GUARD_
#define SYNC_CTRL
www.eeworm.com/read/316708/13518403
vhd bitslip_ctrl.vhd
-- File name : bitslip_ctrl.vhd (THE DPA FOR A DATA CHANNAL)
--
-- Description : This module is the bitslip control module for the DPA design
--
--
-- Date - revisio
www.eeworm.com/read/316609/13520314