代码搜索:Defination
找到约 272 项符合「Defination」的源代码
代码结果 272
www.eeworm.com/read/364643/9900342
v i2c_cmd.v
module i2c_cmd(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst,
www.eeworm.com/read/424942/10390300
v i2c_cmd_7128.v
module i2c_cmd_7128(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk
www.eeworm.com/read/424942/10390369
v i2c_7128.v
module i2c_7128(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst
www.eeworm.com/read/424942/10390571
v i2c_cmd.v
module i2c_cmd(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst,
www.eeworm.com/read/351136/10678204
c 动态灯.c
#include "msp430x11x1.h"
#define P6DIR_ (0x036)
DEFC( P6DIR , P6DIR_)
#define P6OUT_ (0x035) /* Port 6Output defination,beacause
www.eeworm.com/read/275000/10839965
txt isd4002代码.txt
/* pin description */
sbit _SS = P2^7;
sbit _MOSI = P2^6;
sbit _MISO = P2^5;
sbit _SCLK = P2^4;
sbit _INT = P3^4;
sbit _RAC = P3^5;
/* constant defination */
#define LOW 0
www.eeworm.com/read/292728/8337574
v i2c_cmd.v
module i2c_cmd(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst,
www.eeworm.com/read/173725/9638026
h hdlc.h
#ifndef _HDLC_H
#define _HDLC_H
#define SDB_HDLC 100000
#define SDC_CONFIG_CD (SDB_HDLC+0)
/* Comm defination */
#define HDLC_NMSI 0
#define HDLC_TDMA 1
#define HDLC_TDMB 2
#define HDLC_B
www.eeworm.com/read/315257/13547794
h lm3033_keyboard_h.h
//LM3033.h
//#include /* derivative information */
#include "IO_Map.h"
#include "defination.h"
//signal using
#define LCD_CS 0x80 //PE7
#define LCD_SID 0x08 /
www.eeworm.com/read/287040/8731203
v i2c_cmd_two.v
module i2c_cmd_two(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish,i2c_id
);
//Io defination
input