#include <commands_3dm.hpp>
◆ asTuple() [1/2]
auto mip::commands_3dm::GpioConfig::Response::asTuple |
( |
| ) |
|
|
inline |
◆ asTuple() [2/2]
auto mip::commands_3dm::GpioConfig::Response::asTuple |
( |
| ) |
const |
|
inline |
◆ extract()
void mip::commands_3dm::GpioConfig::Response::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
void mip::commands_3dm::GpioConfig::Response::insert |
( |
Serializer & |
serializer | ) |
const |
◆ behavior
Behavior mip::commands_3dm::GpioConfig::Response::behavior = static_cast<Behavior>(0) |
Select an appropriate value from the enumeration based on the selected feature (e.g. for PPS, select one of the values prefixed with PPS_.)
◆ DESCRIPTOR
◆ DESCRIPTOR_SET
constexpr const uint8_t mip::commands_3dm::GpioConfig::Response::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET |
|
staticconstexpr |
◆ DOC_NAME
constexpr const char* mip::commands_3dm::GpioConfig::Response::DOC_NAME = "GPIO Configuration Response" |
|
staticconstexpr |
◆ feature
Feature mip::commands_3dm::GpioConfig::Response::feature = static_cast<Feature>(0) |
Determines how the pin will be used.
◆ FIELD_DESCRIPTOR
◆ HAS_FUNCTION_SELECTOR
constexpr const bool mip::commands_3dm::GpioConfig::Response::HAS_FUNCTION_SELECTOR = false |
|
staticconstexpr |
◆ NAME
constexpr const char* mip::commands_3dm::GpioConfig::Response::NAME = "GpioConfig::Response" |
|
staticconstexpr |
◆ pin
uint8_t mip::commands_3dm::GpioConfig::Response::pin = 0 |
Parameters.
GPIO pin number counting from 1. For save, load, and default function selectors, this can be 0 to select all pins.
◆ pin_mode
PinMode mip::commands_3dm::GpioConfig::Response::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 files: