代码搜索:drive 开发教程

找到约 10,000 项符合「drive 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/460213/7255423

vhd drive.vhd

--drive library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity drive is port(din:in std_logic_vector(3 downto 0); dout:out std
www.eeworm.com/read/460213/7255451

vhd drive.vhd

--drive library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity drive is port(din:in std_logic_vector(3 downto 0); dout:out std
www.eeworm.com/read/460213/7255462

sym drive.sym

www.eeworm.com/read/460213/7255484

sym drive.sym

www.eeworm.com/read/460213/7255586

vhd drive.vhd

--dirve library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.std_logic_arith.all; entity drive is port(din:in std_logic_vector(3 downto 0); dout:out
www.eeworm.com/read/460213/7255596

sym drive.sym

www.eeworm.com/read/455135/7377448

c drive.c

#define P_IOA_Data (volatile unsigned int *)0x7000 #define P_IOA_Buffer (volatile unsigned int *)0x7001 #define P_IOA_Dir (volatile unsigned int *)0x7002 #define P_IOA_Attrib (vola
www.eeworm.com/read/455112/7377908

h drive.h

//-----mcx314寄存器地址定义 #define BASE_ADR 0x300 //基本地址 #define WR0 0x0 //命令寄存器 #define WR1 0x2 //模式寄存器1 #define WR2 0x4 //模式寄存器2 #define WR3 0x6
www.eeworm.com/read/455112/7377918

cpp drive.cpp

#include "stdafx.h" #include "conio.h" #include "drive.h" //wreg1(轴指定,数据) ----------写入寄存器1设定 void wreg1(int axis,int wdata) { _outpw(BASE_ADR+WR0,(axis
www.eeworm.com/read/455112/7377938

obj drive.obj