代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/480930/1306779
c sync_serial.c
/*
* Simple synchronous serial port driver for ETRAX 100LX.
*
* Synchronous serial ports are used for continous streamed data like audio.
* The default setting for this driver is compatible with
www.eeworm.com/read/480930/1309775
h sync_serial.h
/*
* ioctl defines for synchrnous serial port driver
*
* Copyright (c) 2001 Axis Communications AB
*
* Author: Mikael Starvik
*
*/
#ifndef SYNC_SERIAL_H
#define SYNC_SERIAL_H
#include
www.eeworm.com/read/475953/1374545
nc mlme_sync.nc
/**
* MLME-SYNC-Service Access Point
*
* @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
* @author Andre Cunha
*
*
*/
interface MLME_SYNC
{
//sd pag 105
command result
www.eeworm.com/read/475888/1377746
h sync_cpu.h
/*
* @(#)sync_cpu.h 1.2 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fr
www.eeworm.com/read/475888/1377829
h sync_md.h
/*
* @(#)sync_md.h 1.22 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fr
www.eeworm.com/read/475888/1377847
c sync_md.c
/*
* @(#)sync_md.c 1.32 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fr
www.eeworm.com/read/475888/1380123
h sync_arch.h
/*
* @(#)sync_arch.h 1.16 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/472568/1409010
c task_sync.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
www.eeworm.com/read/470676/1467809
vhd sync_rdff.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY sync_rdff IS
PORT (d,clk : IN std_logic;
reset : IN std_logic;
q,qb : OUT std_logic);
END sync_rdff;
www.eeworm.com/read/470676/1467815
vhd sync_rsdff.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY sync_rsdff IS
PORT (d,clk : IN std_logic;
set : IN std_logic;
reset : IN std_logic;
q,qb