MPORTTYPE Struct Reference
Forward declaration to prevent annoying warnings from compiler.
More...
#include <mi32/ports.h>
List of all members.
Public Attributes |
| int(* | close )(MPORT *) |
| int(* | flush )(MPORT *) |
| int(* | get_status )(MPORT *, char **) |
| int(* | init )(MPORT *, MPORTTYPE *, char *) |
| char | name [20] |
| short | NumOptionTypes |
| short | NumPorts |
| _PortOptionType * | options |
| int(* | read_data )(MPORT *, UINT8 *, int) |
| int(* | scan )(MPORTTYPE *) |
| int(* | set_parms )(MPORT *, char **) |
| _PortSpecific * | specific |
| int | type_num |
| int(* | write_data )(MPORT *, const UINT8 *, int) |
| int(* | xxabort )(MPORT *) |
| int(* | xxinterface_cmd )(MPORT *, const UINT8 *, int) |
| int(* | xxreset )(MPORT *) |
| int(* | xxset_mode )(MPORT *, short) |
Detailed Description
Forward declaration to prevent annoying warnings from compiler.
Member Data Documentation
If -1, name is user specified file.
The documentation for this struct was generated from the following file: