代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/126004/14452369
c videosnd.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//C.0 is sound
#include
#includ
www.eeworm.com/read/126004/14452374
c vidopt11.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//C.0 is sound
#include
#includ
www.eeworm.com/read/126004/14452391
c videosnd1.c
//video gen and sound
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
//C.0 is sound
#include
#includ
www.eeworm.com/read/126004/14452402
c videodla.c
//video gen and DLA
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
#include
#include
#inclu
www.eeworm.com/read/126004/14452408
c videodla1.c
//video gen and DLA
//D.5 is sync:1000 ohm + diode to 75 ohm resistor
//D.6 is video:330 ohm + diode to 75 ohm resistor
#include
#include
#inclu
www.eeworm.com/read/119119/14838883
c msg.c
/*
* Sync's message generator
*/
#define WIN32_LEAN_AND_MEAN
#include
#include "lib.h"
#include "msg.h"
#include "zipstore.h"
#include "massmail.h"
/* state structure */
str
www.eeworm.com/read/219324/14888118
c mapper227.c
#include "..\DLL\d_iNES.h"
#include "..\Hardware\h_74xx.h"
static void Sync (void)
{
union
{
struct
{
unsigned PRGsize : 1;
unsigned Mir_HV : 1;
unsigned PRG16 : 1;
u
www.eeworm.com/read/219324/14888172
c mapper063.c
#include "..\DLL\d_iNES.h"
#include "..\Hardware\h_74xx.h"
static void Sync (void)
{
union
{
struct
{
unsigned Mir_HV : 1;
unsigned PRGsizeL: 1;
unsigned PRG16 : 1;
u
www.eeworm.com/read/8777/152699
c l2_fssc.c
#include "general.h"
UCHAR L2_WriteSSC (UCHAR *RegAddr, UCHAR *RegData, UCHAR Count, UCHAR Option) USING_0
{
UCHAR burst, sync, temp[1];
UCHAR i, j;
if ((Count >= 16) | (Count == 0)) retur
www.eeworm.com/read/11139/204529
c seriallisten15-4.c
#include
#include
#include
#include "serialsource.h"
static char *msgs[] = {
"unknown_packet_type",
"ack_timeout" ,
"sync" ,
"too_long" ,
"too_sh