PX4 Firmware
PX4 Autopilot Software http://px4.io
|
input capture values for a channel More...
#include <drv_input_capture.h>
Public Attributes | |
uint8_t | channel |
capture_filter_t | filter |
input_capture_edge | edge |
capture_callback_t | callback |
void * | context |
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.
capture_callback_t input_capture_config_t::callback |
Definition at line 103 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), CameraCapture::set_capture_control(), and PX4FMU::test().
uint8_t input_capture_config_t::channel |
Definition at line 100 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), and CameraCapture::set_capture_control().
void* input_capture_config_t::context |
Definition at line 104 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), CameraCapture::set_capture_control(), and PX4FMU::test().
input_capture_edge input_capture_config_t::edge |
Definition at line 102 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), and CameraCapture::set_capture_control().
capture_filter_t input_capture_config_t::filter |
Definition at line 101 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), and CameraCapture::set_capture_control().