MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Public Attributes | List of all members
mip::C::mip_3dm_gpio_config_command Struct Reference

#include <commands_3dm.h>

Public Attributes

mip_function_selector function
 
uint8_t pin
 GPIO pin number counting from 1. For save, load, and default function selectors, this can be 0 to select all pins. More...
 
mip_3dm_gpio_config_command_feature feature
 Determines how the pin will be used. More...
 
mip_3dm_gpio_config_command_behavior behavior
 Select an appropriate value from the enumeration based on the selected feature (e.g. for PPS, select one of the values prefixed with PPS_.) More...
 
mip_3dm_gpio_config_command_pin_mode pin_mode
 GPIO configuration. May be restricted depending on device, pin, feature, and behavior. See device user manual. More...
 

Member Data Documentation

◆ behavior

mip_3dm_gpio_config_command_behavior mip::C::mip_3dm_gpio_config_command::behavior

Select an appropriate value from the enumeration based on the selected feature (e.g. for PPS, select one of the values prefixed with PPS_.)

◆ feature

mip_3dm_gpio_config_command_feature mip::C::mip_3dm_gpio_config_command::feature

Determines how the pin will be used.

◆ function

mip_function_selector mip::C::mip_3dm_gpio_config_command::function

◆ pin

uint8_t mip::C::mip_3dm_gpio_config_command::pin

GPIO pin number counting from 1. For save, load, and default function selectors, this can be 0 to select all pins.

◆ pin_mode

mip_3dm_gpio_config_command_pin_mode mip::C::mip_3dm_gpio_config_command::pin_mode

GPIO configuration. May be restricted depending on device, pin, feature, and behavior. See device user manual.


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