|
mbgtools-lx
4.2.8
|
IO Port Type Info. More...
#include <gpsdefs.h>
Data Fields | |
| uint16_t | port_type |
| See MBG_IO_PORT_TYPES. More... | |
| uint16_t | reserved_1 |
| Future use and padding, currently 0. More... | |
| uint8_t | supp_dirs |
| See MBG_IO_PORT_DIR_MSKS. More... | |
| uint8_t | pt_idx |
| index of the port types (e.g. 0 for PPO0, 1 for PPO1, ...) More... | |
| uint8_t | shape_level |
| Signal shape/level, see MBG_IO_PORT_SHAPE_LEVELS. More... | |
| uint8_t | reserved_2 [1] |
| Future use and padding, currently 0. More... | |
| uint32_t | supp_srcs |
| See MBG_IO_PORT_SRC_MSKS. More... | |
| uint32_t | reserved_3 [5] |
| Future use and padding, currently 0. More... | |
| MBG_IO_PORT_TYPE_INFO_U | data |
| Port type specific data. More... | |
IO Port Type Info.
| MBG_IO_PORT_TYPE_INFO_U MBG_IO_PORT_TYPE_INFO::data |
Port type specific data.
Definition at line 20990 of file gpsdefs.h.
Referenced by get_io_port_type_info().
| uint16_t MBG_IO_PORT_TYPE_INFO::port_type |
See MBG_IO_PORT_TYPES.
Definition at line 20976 of file gpsdefs.h.
Referenced by get_io_port_type_info().
| uint8_t MBG_IO_PORT_TYPE_INFO::pt_idx |
| uint16_t MBG_IO_PORT_TYPE_INFO::reserved_1 |
| uint8_t MBG_IO_PORT_TYPE_INFO::reserved_2[1] |
| uint32_t MBG_IO_PORT_TYPE_INFO::reserved_3[5] |
| uint8_t MBG_IO_PORT_TYPE_INFO::shape_level |
Signal shape/level, see MBG_IO_PORT_SHAPE_LEVELS.
| uint8_t MBG_IO_PORT_TYPE_INFO::supp_dirs |
See MBG_IO_PORT_DIR_MSKS.
| uint32_t MBG_IO_PORT_TYPE_INFO::supp_srcs |
See MBG_IO_PORT_SRC_MSKS.