mbgtools-lx  4.2.8
MBG_IO_PORT_STATUS_BUFFER Struct Reference

A structure used to store port status bits. More...

#include <gpsdefs.h>

Data Fields

uint8_t b [(64/8)]
 

Detailed Description

A structure used to store port status bits.

Up to MAX_IO_PORT_STATUS_BITS totally can be stored, but only N_MBG_IO_PORT_STATUS_BITS are currently defined.

The _set_io_port_status_bit macro should be used by the firmware to set a status bit in the buffer, and the check_feat_supp_byte_array to check if a bit is set

See also
_set_io_port_status_bit
check_feat_supp_byte_array

Definition at line 21132 of file gpsdefs.h.

Field Documentation

◆ b

uint8_t MBG_IO_PORT_STATUS_BUFFER::b[( 64/8)]

Definition at line 21134 of file gpsdefs.h.


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