代码搜索:以太网同步
找到约 2,725 项符合「以太网同步」的源代码
代码结果 2,725
www.eeworm.com/read/450040/7491329
bak _422_receiver_1.v.bak
//同步串口接收模块
//原作者:刘通
//
//
//
module _422_receiver_1(reset,sdin,sys_clock,sclk,r_enable
,dout,wrn
//,bit_counter_2
//,state
);
input reset,sdin,sys_clock,sclk,r_enable;
output
www.eeworm.com/read/450040/7491668
v _422_receiver_2.v
//同步串口接收模块
//原作者:刘通
//
//
//
module _422_receiver_2(reset,sdin,sys_clock,sclk,r_enable
,dout,wrn
);
input reset,sdin,sys_clock,sclk,r_enable;
output wrn;
output [7:0]dout;
//------------
www.eeworm.com/read/320617/13421370
vhd pl_fsk2.vhd
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity PL_FSK2 is
port(
clk :in std_logic; --系统时钟
start :in std_logic; --同步
www.eeworm.com/read/320617/13421373
bak pl_fsk2.vhd.bak
library ieee;
use ieee.std_logic_arith.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity PL_FSK2 is
port(
clk :in std_logic; --系统时钟
start :in std_logic; --同步
www.eeworm.com/read/313718/13581843
c leddisp.c
/****************************************************************************
* 文件名:LEDDISP.C
* 功能:LED显示控制。
* 通过I/O模拟同步串口与74HC595进行连接,控制74HC595驱动LED显示。
* 说明:将跳线器JP8短接。
**********************
www.eeworm.com/read/306494/13743643
dfm unit1.dfm
object Form1: TForm1
Left = 263
Top = 222
Width = 495
Height = 250
Caption = '使用DELPHI实现文本文件显示和声音同步播放'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/151628/12186287
c leddisp.c
/****************************************************************************
* 文件名:LEDDISP.C
* 功能:LED显示控制。
* 通过I/O模拟同步串口与74HC595进行连接,控制74HC595驱动LED显示。
* 说明:将跳线器JP8短接。
**********************
www.eeworm.com/read/252464/12281076
c main.c
#include "main.h"
unsigned char ReadPin(void)
{
unsigned char i;
PORTC = 0XFF; //定义上拉电阻和设置高电平输出
DDRC = 0X00; //为端口引脚定义方向
_NOP(); // 为了同步插入nop 指令
i