mbgtools-lx
4.2.8
|
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... | |
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.
uint32_t MBG_GPIO_CFG_LIMITS::flags |
see MBG_GPIO_CFG_LIMIT_FLAG_MASKS
Definition at line 7612 of file gpsdefs.h.
Referenced by chk_dev_gpio_has_status(), mbg_get_all_ucap_info(), and mbg_get_gps_all_gpio_status().
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().
uint32_t MBG_GPIO_CFG_LIMITS::reserved |