代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/174885/9570773

v trellis_ctrl.v

module trellis_ctrl(clk, rst_n, data_in, data_out_0, data_out_1, data_out_2,
www.eeworm.com/read/169894/9834042

c ctrl_set.c

#include "inc\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 = (m
www.eeworm.com/read/169894/9834076

o ctrl_set.o

www.eeworm.com/read/169894/9834097

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/169402/9863816

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/169402/9863827

o ctrl_set.o

www.eeworm.com/read/169402/9863839

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/169221/9875077

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/169087/9881114

h wpa_ctrl.h

/* * wpa_supplicant/hostapd control interface library * Copyright (c) 2004-2005, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it u
www.eeworm.com/read/169087/9881160

h ctrl_iface.h

#ifndef CTRL_IFACE_H #define CTRL_IFACE_H int hostapd_ctrl_iface_init(struct hostapd_data *hapd); void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd); void hostapd_ctrl_iface_send(struct hostap