📄 wdcl.h
字号:
/*-----------------------------------------------------------------------------
* Copyright (c) Wolfson Microelectronics plc. All rights reserved.
*
* This software as well as any related documentation is furnished under
* license and may only be used or copied in accordance with the terms of the
* license. The information in this file is furnished for informational use
* only, is subject to change without notice, and should not be construed as
* a commitment by Wolfson Microelectronics plc. Wolfson Microelectronics plc
* assumes no responsibility or liability for any errors or inaccuracies that
* may appear in this document or any software that may be provided in
* association with this document.
*
* Except as permitted by such license, no part of this document may be
* reproduced, stored in a retrieval system, or transmitted in any form or by
* any means without the express written consent of Wolfson Microelectronics plc.
*
* $Id: WDCL.h 1776 2005-06-06 14:46:07Z ib $
*
* This file is an umbrella include file which includes all other public include
* files for the Wolfson Device Control Library.
*
* Warning:
* This driver is specifically written for Wolfson Codecs. It is not a
* general CODEC device driver.
*
*---------------------------------------------------------------------------*/
#ifndef __WDCL_H__
#define __WDCL_H__
/*
* Include files
*/
#include "WMConfig.h"
#include "WMStatus.h"
#include "WMTypes.h"
#include "WMDevice.h"
#include "WMAudio.h"
#include "WMAudioPaths.h"
#include "WMAuxADC.h"
#include "WMControlLink.h"
#include "WMDiagnostics.h"
#include "WMDriverMessage.h"
#include "WMGPIO.h"
#include "WMInterrupts.h"
#include "WMPower.h"
#include "WMProfiles.h"
#include "WMRegisterDefs.h"
#include "WMTouch.h"
#include "WMVersion.h"
#include "WMWaveGen.h"
#endif /* __WDCL_H__ */
/*------------------------------ END OF FILE ---------------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -