|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <pwm_input.h>
Public Attributes | |
| uint64_t | timestamp |
| uint64_t | error_count |
| uint32_t | pulse_width |
| uint32_t | period |
Definition at line 51 of file pwm_input.h.
| uint64_t pwm_input_s::error_count |
Definition at line 54 of file pwm_input.h.
Referenced by MuorbTestExample::DefaultTest(), PWMIN::publish(), and pwmin_test().
| uint32_t pwm_input_s::period |
Definition at line 56 of file pwm_input.h.
Referenced by PWMIN::publish(), pwmin_test(), and pwmin_tim_isr().
| uint32_t pwm_input_s::pulse_width |
Definition at line 55 of file pwm_input.h.
Referenced by LidarLitePWM::measure(), PWMIN::publish(), pwmin_test(), and pwmin_tim_isr().
| uint64_t pwm_input_s::timestamp |
Definition at line 53 of file pwm_input.h.
Referenced by PWMIN::publish().