代码搜索结果

找到约 1,533 项符合 Speaker 的代码

outp.c

#include void main() { /* turn off speaker */ outp( 0x61, inp( 0x61 ) & 0xFC ); }

inp.c

#include void main() { /* turn off speaker */ outp( 0x61, inp( 0x61 ) & 0xFC ); }

sound.gml

.func sound #include void sound( unsigned frequency ); .ixfunc2 '&DosFunc' &func .funcend .desc begin The &func function turns on the PC's speaker at the specified .arg frequency. The

nosound.gml

.func nosound #include void nosound( void ); .ixfunc2 '&DosFunc' &func .funcend .desc begin The &func function turns off the PC's speaker. .im privity .desc end .return begin The &fu

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

localization.cpp

/* The following shows the creation of a facet for the output of dates in German (please forgive me for any errors in my German -- I'm not a native speaker). */ #include "boost/date_time

beep.rc

/* $Id: beep.rc 21705 2006-04-22 13:58:53Z tretiakov $ */ #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "PC Speaker Device Driver\0" #define REACTOS_STR_INTERNAL_NAME "beep\0"

beep.c

/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel * FILE: ntoskrnl/hal/x86/beep.c * PURPOSE: Speaker function (it's only one)