|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drv_input_capture.h>
Public Attributes | |
| uint32_t | chan_in_edges_out |
| uint32_t | overflows |
| uint32_t | last_edge |
| hrt_abstime | last_time |
| uint16_t | latnecy |
Definition at line 85 of file drv_input_capture.h.
| uint32_t input_capture_stats_t::chan_in_edges_out |
Definition at line 86 of file drv_input_capture.h.
Referenced by PX4FMU::capture_ioctl(), DShotOutput::capture_ioctl(), and PX4FMU::test().
| uint32_t input_capture_stats_t::last_edge |
Definition at line 88 of file drv_input_capture.h.
| hrt_abstime input_capture_stats_t::last_time |
Definition at line 89 of file drv_input_capture.h.
| uint16_t input_capture_stats_t::latnecy |
Definition at line 90 of file drv_input_capture.h.
| uint32_t input_capture_stats_t::overflows |
Definition at line 87 of file drv_input_capture.h.