FreeCalypso > hg > fc-magnetite
comparison cdg3/sap-inline/DIO_inline.h @ 16:c15047b3d00d
cdg3: import from freecalypso-citrine/cdg
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Tue, 27 Sep 2016 16:27:34 +0000 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 15:c8bdae60fcb1 | 16:c15047b3d00d | 
|---|---|
| 1 /*** | |
| 2 ;******************************************************************************** | |
| 3 ;*** File : DIO_inline.h | |
| 4 ;*** Creation : Wed Mar 11 09:57:46 CST 2009 | |
| 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_ */ | 
