代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/406456/11441956

c api_ctrl.c

#include "..\INC\SYS_DECLARE.H" #include "..\INC\SYS_GLOBAL.H" #include "..\INC\SYS_INITIAL.H" #include "INC\API_REG.H" #include "INC\API_IIC.H" #include "INC\API_EEPROM.H" #include "INC\API_C
www.eeworm.com/read/404917/11475838

c hall_ctrl.c

//***************************************************************************** // // hall_ctrl.c - Routines to support use of the Hall Sensor inputs. // // Copyright (c) 2007-2008 Luminary Micro,
www.eeworm.com/read/404917/11475869

h hall_ctrl.h

//***************************************************************************** // // hall_ctrl.h - Prototypes for the routines to determine the speed of the // motor using Hall Senso
www.eeworm.com/read/404917/11475878

c pwm_ctrl.c

//***************************************************************************** // // pwm_ctrl.c - PWM control routines. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reserved. /
www.eeworm.com/read/404917/11475897

h pwm_ctrl.h

//***************************************************************************** // // pwm_ctrl.h - Prototypes for the PWM control routines. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All
www.eeworm.com/read/404917/11475904

h adc_ctrl.h

//***************************************************************************** // // adc_ctrl.h - Prototypes for the ADC control routines. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All
www.eeworm.com/read/404917/11475908

c adc_ctrl.c

//***************************************************************************** // // adc_ctrl.c - ADC control routines. // // Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reserved. /
www.eeworm.com/read/401845/11547156

xpm gen_ctrl.xpm

/* XPM */ char * gen_ctrl_xpm[] = { "18 21 5 1", " c None", ". c #FF0000", "+ c #FFFFFF", "@ c #000000", "# c #D7D7D7", " ", " ...... ", " .. +@ .. ", " .@ +@
www.eeworm.com/read/401363/11558664

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/401090/11564847

vhd power_ctrl.vhd

-- ************************************************************** -- File: power_ctrl.vhd -- -- Purpose: This file implements the Power Control Logic state -- machine which controls the rese