代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/233960/14127340
h sd_card.h
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
www.eeworm.com/read/210006/15209899
h sd_card.h
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
www.eeworm.com/read/16156/663262
as robot.as
package {
import org.cove.ape.*;
public class Robot extends Group {
private var body:Body;
private var motor:Motor;
private var direction:int;
private var powerLevel:Numb
www.eeworm.com/read/18434/788637
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_counter is
generic(
lpm_width : integer := 1;
lpm_direction : string := "UNUSED";
lpm_modulus : integer :
www.eeworm.com/read/18434/788952
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_shiftreg is
generic(
lpm_width : integer := 1;
lpm_direction : string := "LEFT";
lpm_avalue : string :=