代码搜索:Controller
找到约 10,000 项符合「Controller」的源代码
代码结果 10,000
www.eeworm.com/read/427654/8927203
uv2 controller.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
www.eeworm.com/read/427615/8930682
v lcd_controller.v
module LCD_Controller ( // Host Side
iDATA,iRS,
iStart,oDone,
iCLK,iRST_N,
// LCD Interface
LCD_DATA,
LCD_RW,
LCD_EN,
LCD_RS );
// CLK
paramet
www.eeworm.com/read/427615/8930727
bsf lcd_controller.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/427429/8945502
v flash_controller.v
module Flash_Controller( // Control Interface
oDATA,iDATA,iADDR,iCMD,
oReady,iStart,iCLK,iRST_n,
// Flash Interface
FL_DQ,FL_ADDR,FL_WE_n,FL_CE_n,FL_OE_n,FL_RST_n);
www.eeworm.com/read/427429/8945511
v lcd_controller.v
module LCD_Controller ( // Host Side
iDATA,iRS,
iStart,oDone,
iCLK,iRST_N,
// LCD Interface
LCD_DATA,
LCD_RW,
LCD_EN,
LCD_RS );
// CLK
paramet
www.eeworm.com/read/427429/8945544
v sdram_controller.v
module Sdram_Controller(
// HOST
REF_CLK,
RESET_N,
ADDR,
WR,
RD,
LENGTH,
ACT,
DONE,
DATAIN,
DATAOUT,
IN_REQ,
OUT_VALID,
DM
www.eeworm.com/read/427429/8945607
v vga_controller.v
module VGA_Controller( // Host Side
iCursor_RGB_EN,
iCursor_X,
iCursor_Y,
iCursor_R,
iCursor_G,
iCursor_B,
iRed,
iGreen,
iBlue,
oA
www.eeworm.com/read/283686/8996548
cpp controller_init.cpp
// Distributed control system: controller node
//
// Receives messages from the sensor node, computes control signal
// and sends it to the actuator node. Also contains a high-priority
// disturbing t
www.eeworm.com/read/283686/8996583
m controller_init.m
function controller_init(arg)
% Distributed control system: controller node
%
% Receives messages from the sensor node, computes control signal
% and sends it to the actuator node. Also contains a hi