PX4 Firmware
PX4 Autopilot Software http://px4.io
input_capture_config_t Struct Reference

input capture values for a channel More...

#include <drv_input_capture.h>

Collaboration diagram for input_capture_config_t:

Public Attributes

uint8_t channel
 
capture_filter_t filter
 
input_capture_edge edge
 
capture_callback_t callback
 
void * context
 

Detailed Description

input capture values for a channel

This allows for Capture input driver values to be set without a param_get() dependency

Definition at line 99 of file drv_input_capture.h.

Member Data Documentation

◆ callback

◆ channel

uint8_t input_capture_config_t::channel

◆ context

void* input_capture_config_t::context

◆ edge

input_capture_edge input_capture_config_t::edge

◆ filter

capture_filter_t input_capture_config_t::filter

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