Go to the source code of this file.
Data Structures | |
struct | APPLE_BEEP_GEN_PROTOCOL |
Macros | |
#define | APPLE_BEEP_GEN_PROTOCOL_GUID |
Typedefs | |
typedef EFI_STATUS(EFIAPI * | APPLE_BEEP_GEN_BEEP) (IN UINT32 ToneCount, IN UINTN ToneLength, IN UINTN SilenceLength) |
Variables | |
EFI_GUID | gAppleBeepGenProtocolGuid |
Copyright (C) 2014 - 2016, Download-Fritz. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file AppleBeepGen.h.
#define APPLE_BEEP_GEN_PROTOCOL_GUID |
Apple Beep Generator protocol C32332DF-FC56-4FE1-9358-BA0D529B24CD
Definition at line 20 of file AppleBeepGen.h.
typedef EFI_STATUS(EFIAPI * APPLE_BEEP_GEN_BEEP) (IN UINT32 ToneCount, IN UINTN ToneLength, IN UINTN SilenceLength) |
Note, ToneLength and SilenceLength were in microseconds for older models:
[in] | ToneCount | Number of signals to produce. |
[in] | ToneLength | Signal length in milliseconds. |
[in] | SilenceLength | Silence length in milliseconds. |
EFI_SUCCESS | after signal completion. |
EFI_SUCCESS | if ToneCount is 0. |
Definition at line 60 of file AppleBeepGen.h.
|
extern |
Definition at line 44 of file UserGlobalVar.c.