MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#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... | |
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_.)
mip_3dm_gpio_config_command_feature mip::C::mip_3dm_gpio_config_command::feature |
Determines how the pin will be used.
mip_function_selector mip::C::mip_3dm_gpio_config_command::function |
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.
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.