These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers adcuser.h Source File

adcuser.h

00001 /*----------------------------------------------------------------------------
00002  *      U S B  -  K e r n e l
00003  *----------------------------------------------------------------------------
00004  *      Name:    ADCUSER.H
00005  *      Purpose: Audio Device Class Custom User Definitions
00006  *      Version: V1.10
00007  *----------------------------------------------------------------------------
00008  *      This software is supplied "AS IS" without any warranties, express,
00009  *      implied or statutory, including but not limited to the implied
00010  *      warranties of fitness for purpose, satisfactory quality and
00011  *      noninfringement. Keil extends you a royalty-free right to reproduce
00012  *      and distribute executable files created using this software for use
00013  *      on Philips LPC2xxx microcontroller devices only. Nothing else gives
00014  *      you the right to use this software.
00015  *
00016  *      Copyright (c) 2005-2006 Keil Software.
00017  *---------------------------------------------------------------------------*/
00018 
00019 #ifndef __ADCUSER_H__
00020 #define __ADCUSER_H__
00021 
00022 
00023 /* Audio Device Class Requests Callback Functions */
00024 extern uint32_t ADC_IF_GetRequest (void);
00025 extern uint32_t ADC_IF_SetRequest (void);
00026 extern uint32_t ADC_EP_GetRequest (void);
00027 extern uint32_t ADC_EP_SetRequest (void);
00028 
00029 
00030 #endif  /* __ADCUSER_H__ */