#include <commands_3dm.hpp>
◆ Mode
| Enumerator |
|---|
| DISABLED | Pin state will not be changed.
|
| ACTIVE_HIGH | Pin will be set high when the trigger is active and low otherwise.
|
| ACTIVE_LOW | Pin will be set low when the trigger is active and high otherwise.
|
| ONESHOT_HIGH | Pin will be set high each time the trigger activates. It will not be set low.
|
| ONESHOT_LOW | Pin will be set low each time the trigger activates. It will not be set high.
|
| TOGGLE | Pin will change to the opposite state each time the trigger activates.
|
◆ extract()
| void mip::commands_3dm::EventAction::GpioParams::extract |
( |
Serializer & |
serializer | ) |
|
◆ insert()
| void mip::commands_3dm::EventAction::GpioParams::insert |
( |
Serializer & |
serializer | ) |
const |
◆ mode
| Mode mip::commands_3dm::EventAction::GpioParams::mode = static_cast<Mode>(0) |
◆ pin
| uint8_t mip::commands_3dm::EventAction::GpioParams::pin = 0 |
The documentation for this struct was generated from the following files: