代码搜索:strobe
找到约 441 项符合「strobe」的源代码
代码结果 441
www.eeworm.com/read/368951/9671299
c lcd.c
/*
* LCD interface example
* Uses routines from delay.c
* This code will interface to a standard LCD controller
* like the Hitachi HD44780. It uses it in 4 bit mode, with
* the hardware conn
www.eeworm.com/read/300025/13943374
c lcd.c
/*
* LCD interface example
* Uses routines from delay.c
* This code will interface to a standard LCD controller
* like the Hitachi HD44780. It uses it in 4 bit mode, with
* the hardware connected
www.eeworm.com/read/364651/9899438
v spi.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
www.eeworm.com/read/460478/7248879
v txmit.v
module txmit (reset,clock,data_in,write_strobe,s_out,transmiting);
output s_out,transmiting;
input [7:0] data_in;
input reset,clock,write_strobe;
parameter baud_cnt=16;//代表波特率输入数据,数字代表接收时钟的分
www.eeworm.com/read/440344/7690337
c lcd.c
#include
#include
#define LCD_STROBE ((LCD_EN = 1),(LCD_EN=0))
void DelayUs(unsigned char cnt) reentrant
{
while(cnt!=0)
{cnt--;}
}
void DelayMs(unsigned char cnt) reen
www.eeworm.com/read/249654/12482185
v spi.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
www.eeworm.com/read/249652/12482767
v spi.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
www.eeworm.com/read/455278/7374942
c main.c
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
#include
/* Define a shortname for variable types */
typedef unsigned
www.eeworm.com/read/318870/13468481
c lcd.c
/*
* LCD interface example
* Uses routines from delay.c
* This code will interface to a standard LCD controller
* like the Hitachi HD44780. It uses it in 4 bit mode, with
* the hardware connected
www.eeworm.com/read/412318/11205605
c hh_basic_rf_init.c
#include "include.h"
void basicRfReceiveOn(void) {
FASTSPI_STROBE(CC2420_SRXON);
FASTSPI_STROBE(CC2420_SFLUSHRX);
FIFOP_INT_INIT();
ENABLE_FIFOP_INT();
} // basicRfReceiveOn
vo