#include <commands_3dm.hpp>
◆ Mode
| Enumerator | 
|---|
| DISABLED | The pin will have no effect and the trigger will never activate.  | 
| WHILE_HIGH | The trigger will be active while the pin is high.  | 
| WHILE_LOW | The trigger will be active while the pin is low.  | 
| EDGE | Use if the pin is configured for timestamping via the 3DM Gpio Configuration command (0x0C41).  | 
 
 
◆ insert()
      
        
          | void mip::commands_3dm::EventTrigger::GpioParams::insert | ( | Serializer & | serializer | ) | const | 
      
 
 
◆ extract()
      
        
          | void mip::commands_3dm::EventTrigger::GpioParams::extract | ( | Serializer & | serializer | ) |  | 
      
 
 
◆ pin
      
        
          | uint8_t mip::commands_3dm::EventTrigger::GpioParams::pin = 0 | 
      
 
 
◆ mode
      
        
          | Mode mip::commands_3dm::EventTrigger::GpioParams::mode = static_cast<Mode>(0) | 
      
 
 
The documentation for this struct was generated from the following files: