comparison cdg211/prim/DIO_inline.h @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 /***
2 ;********************************************************************************
3 ;*** File : DIO_inline.h
4 ;*** Creation : Fri Jun 08 13:57:08 CST 2007
5 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
6 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
7 ;********************************************************************************
8 ;*** Document Type : Service Access Point Specification
9 ;*** Document Name : DIO
10 ;*** Document No. : ...
11 ;*** Document Date : 2004-03-19
12 ;*** Document Status: BEING_PROCESSED
13 ;*** Document Author: RM
14 ;********************************************************************************
15 ;*** !!! THIS INCLUDE FILE WAS GENERATED AUTOMATICALLY, DO NOT MODIFY !!!
16 ;********************************************************************************
17 ***/
18 #ifndef _DIO_INLINE_H_
19 #define _DIO_INLINE_H_
20
21 #include "gdi.h"
22
23
24 extern U16 dio_init ( void );
25
26 extern U16 dio_user_init ( U32 user_name, U16 drv_handle, T_DRV_CB_FUNC signal_callback );
27
28 extern U16 dio_user_exit ( U32 user_name );
29
30 extern void dio_exit ( void );
31
32 extern U16 dio_set_rx_buffer ( U32 device, T_dio_buffer *buffer );
33
34 extern U16 dio_read ( U32 device, T_DIO_CTRL *control_info, T_dio_buffer **buffer );
35
36 extern U16 dio_write ( U32 device, T_DIO_CTRL *control_info, T_dio_buffer *buffer );
37
38 extern U16 dio_get_tx_buffer ( U32 device, T_dio_buffer **buffer );
39
40 extern U16 dio_clear ( U32 device );
41
42 extern U16 dio_flush ( U32 device );
43
44 extern U16 dio_get_capabilities ( U32 device, T_DIO_CAP **capabilities );
45
46 extern U16 dio_set_config ( U32 device, T_DIO_DCB *dcb );
47
48 extern U16 dio_get_config ( U32 device, T_DIO_DCB *dcb );
49
50 extern U16 dio_close_device ( U32 device );
51
52
53
54
55 #endif /* !_DIO_INLINE_H_ */