代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/356716/10222638

rmh fc_ctrl.rmh

/* Symbol Table */ // AB_switch = CONSTANT: 16 // A_count0_port = CONSTANT: 0 // A_count1_port = CONSTANT: 16 // A_count2_port = CONSTANT: 32 // A_count3_port = CONSTANT: 48 // B_count0_port = CONSTAN
www.eeworm.com/read/356716/10222657

psm adc_ctrl.psm

;KCPSM3 Program - SPI Control of Amplifier and A/D converter on Spartan-3E Starter Kit. ; ; ;Ken Chapman - Xilinx Ltd
www.eeworm.com/read/356716/10222668

psm fc_ctrl.psm

;KCPSM3 Program - FC_CTRL ; ;Frequency Generator Control ;Calculates and displays results on the 16x2 LCD dis
www.eeworm.com/read/355389/10271386

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/162275/10320014

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/162275/10320103

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/162275/10320205

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/162275/10320245

o ctrl_set.o

www.eeworm.com/read/162275/10320297

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/162275/10320336

o ctrl_set.o