代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/247881/12614555
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/146551/12639731
vhd bus_ctrl.vhd
------------------------------------------------------------------------------------
-- --
-- Copyright (c) 2004, Ha
www.eeworm.com/read/247567/12641560
c audio_ctrl.c
#include
#include
#include
#include "audio_comm.h"
HI_S32 Sample_Attribute(void)
{
HI_S32 s32Ret;
AUDIO_CH_ATTR_S Ao_attr_set,Ao_attr_get,Ai_attr_set,
www.eeworm.com/read/146449/12647894
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/300713/13897378
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/135679/13910682
c ctrl_atapi.c
/************************************************************************
Source file name : ctrl_atapi.c
Description: Implementation of the ATA Control Interface and Device/Protocol
set
www.eeworm.com/read/135443/13928495
c ctrl_set.c
#include "44b0x.h"
#include "DataType.h"
#define EXT_OSC_CLK 10000000
unsigned int MCLK = 60000000;
void ChangePllValue(int mdiv, int pdiv, int sdiv)
{
int i = 1;
rPLLCON = (mdiv
www.eeworm.com/read/135443/13928530
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/135443/13928638
o ctrl_set.o
www.eeworm.com/read/135080/13964622
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