mbgtools-lx  4.2.8
MBG_IO_PORT_SETTINGS Struct Reference

IO Port Settings. More...

#include <gpsdefs.h>

Data Fields

uint16_t port_type
 MBG_IO_PORT_TYPES More...
 
uint8_t direction
 MBG_IO_PORT_DIRS More...
 
uint8_t source
 MBG_IO_PORT_SRCS More...
 
uint8_t op_mode
 MBG_IO_PORT_OP_MODE_BITS More...
 
uint8_t pt_idx
 index of the port types (e.g. 0 for PPO0, 1 for PPO1, ...) More...
 
uint8_t reserved_1 [2]
 Future use and padding, currently 0. More...
 
uint32_t reserved_2 [6]
 Future use and padding, currently 0. More...
 
MBG_IO_PORT_SETTINGS_U data
 Data union for settings' type. More...
 

Detailed Description

Field Documentation

◆ data

MBG_IO_PORT_SETTINGS_U MBG_IO_PORT_SETTINGS::data

Data union for settings' type.

Definition at line 20704 of file gpsdefs.h.

Referenced by get_io_port_type_info().

◆ direction

uint8_t MBG_IO_PORT_SETTINGS::direction

MBG_IO_PORT_DIRS

Definition at line 20692 of file gpsdefs.h.

◆ op_mode

uint8_t MBG_IO_PORT_SETTINGS::op_mode

MBG_IO_PORT_OP_MODE_BITS

Definition at line 20694 of file gpsdefs.h.

◆ port_type

uint16_t MBG_IO_PORT_SETTINGS::port_type

MBG_IO_PORT_TYPES

Definition at line 20691 of file gpsdefs.h.

Referenced by mbgextio_set_io_port_settings_idx().

◆ pt_idx

uint8_t MBG_IO_PORT_SETTINGS::pt_idx

index of the port types (e.g. 0 for PPO0, 1 for PPO1, ...)

Definition at line 20695 of file gpsdefs.h.

◆ reserved_1

uint8_t MBG_IO_PORT_SETTINGS::reserved_1[2]

Future use and padding, currently 0.

Definition at line 20696 of file gpsdefs.h.

◆ reserved_2

uint32_t MBG_IO_PORT_SETTINGS::reserved_2[6]

Future use and padding, currently 0.

Definition at line 20697 of file gpsdefs.h.

◆ source

uint8_t MBG_IO_PORT_SETTINGS::source

MBG_IO_PORT_SRCS

Definition at line 20693 of file gpsdefs.h.


The documentation for this struct was generated from the following file: