代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/109798/15548382

v framer.v

// // Simple example of a "framer". In this case, an MPEG framer where // data is sent in 188-byte frames which begin with a special SYNC character // defined as 47 hex. Framing must, of course,
www.eeworm.com/read/104415/15694424

v framer.v

// // Simple example of a "framer". In this case, an MPEG framer where // data is sent in 188-byte frames which begin with a special SYNC character // defined as 47 hex. Framing must, of course,
www.eeworm.com/read/350325/10750485

v accum16_25um_new.v

//------------------------------------------------------------------------------ // // File : accum16_25um_new.v // Last Modification: 12/10/2002 // // Created In SpDE Version: SpDE 9.3.2 // Aut
www.eeworm.com/read/459327/7277115

v fft.v

`timescale 1ns/10ps `include "fft_module\cf_fft_1024_8.v" module fft( clock_c, enable_i, reset_i, sync_i, data_0_i, data_1_i,
www.eeworm.com/read/135941/5876752

c seq_oss_writeq.c

/* * OSS compatible sequencer driver * * seq_oss_writeq.c - write queue and sync * * Copyright (C) 1998,99 Takashi Iwai * * This program is free software; you can redistribute i
www.eeworm.com/read/135582/5886000

makefile

# apps/calc/Makefile TARGET_CXX=calc SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} LIBS=-lpixil-pim ifeq ($(CONFIG_PAR),y) LIBS+=-lpar endif ifeq ($(CONFIG_SYNC),y) LIBS+=-lpixil-sync endif LIBS+=-
www.eeworm.com/read/135582/5886010

makefile

# apps/notepad/Makefile TARGET_CXX=notepad SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} LIBS=-lpixil-pim ifeq ($(CONFIG_PAR),y) LIBS+=-lpar endif ifeq ($(CONFIG_SYNC),y) LIBS+=-lpixil-sync endif L
www.eeworm.com/read/135582/5886080

makefile

# apps/find/Makefile TARGET_CXX=gfind SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} # This is for FLEK CFLAGS ?= CFLAGS +=-DPIXIL LIBS=-lpixil-pim ifeq ($(CONFIG_NANOX),y) LIBS += -lwm endif ifeq
www.eeworm.com/read/135582/5886141

makefile

# apps/address/Makefile TARGET_CXX=address SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} LIBS=-lpixil-pim ifeq ($(CONFIG_SYNC),y) LIBS+=-lpixil-sync endif ifeq ($(CONFIG_PAR),y) LIBS+=-lpar endif L
www.eeworm.com/read/135582/5886174

makefile

# tools/alarmd/Makefile TARGET_CXX=alarmd SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} LIBS=-lpixil-pim ifeq ($(CONFIG_PAR),y) LIBS+=-lpar endif ifeq ($(CONFIG_SYNC),y) LIBS+=-lpixil-sync endif L