mbgtools-lx
4.2.8
|
#include <cfg_hlp.h>
Data Fields | |
unsigned | idx |
MBG_IO_PORT_INFO | p_info |
MBG_IO_PORT_STATUS | status |
MBG_IO_PORT_TYPE_INFO * | pt_infos |
MBG_IO_PORT_SETTINGS * | setts |
void * | priv_data |
void(* | free_priv_data )(const struct mbg_io_port *, void *) |
void(* mbg_io_port::free_priv_data) (const struct mbg_io_port *, void *) |
Definition at line 582 of file cfg_hlp.h.
Referenced by free_all_io_ports().
MBG_IO_PORT_INFO mbg_io_port::p_info |
Definition at line 576 of file cfg_hlp.h.
Referenced by get_io_port_type_info().
void* mbg_io_port::priv_data |
Definition at line 581 of file cfg_hlp.h.
Referenced by free_all_io_ports().
MBG_IO_PORT_TYPE_INFO* mbg_io_port::pt_infos |
Definition at line 578 of file cfg_hlp.h.
Referenced by free_all_io_ports(), and get_io_port_type_info().
MBG_IO_PORT_SETTINGS* mbg_io_port::setts |
Definition at line 580 of file cfg_hlp.h.
Referenced by get_io_port_type_info().
MBG_IO_PORT_STATUS mbg_io_port::status |