mbgtools-lx  4.2.8
MBG_GPIO_CFG_LIMITS Struct Reference

General GPIO config info to be read from a device. More...

#include <gpsdefs.h>

Data Fields

uint32_t num_io
 number of supported GPIO ports More...
 
uint32_t reserved
 reserved, currently always 0 More...
 
uint32_t flags
 see MBG_GPIO_CFG_LIMIT_FLAG_MASKS More...
 

Detailed Description

General GPIO config info to be read from a device.

Used to query from a device how many GPIO ports are supported by the device, then index 0..MBG_GPIO_CFG_LIMITS::num_io-1 configuration or status records can be read from or written to the device.

Definition at line 7608 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_GPIO_CFG_LIMITS::flags

◆ num_io

uint32_t MBG_GPIO_CFG_LIMITS::num_io

number of supported GPIO ports

Definition at line 7610 of file gpsdefs.h.

Referenced by mbg_get_all_ucap_info(), mbg_get_gps_all_gpio_info(), and mbg_get_gps_all_gpio_status().

◆ reserved

uint32_t MBG_GPIO_CFG_LIMITS::reserved

reserved, currently always 0

Definition at line 7611 of file gpsdefs.h.


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