PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <drv_pwm_output.h>
Public Attributes | |
uint32_t | channel_count |
uint16_t | values [PWM_OUTPUT_MAX_CHANNELS] |
Definition at line 67 of file drv_pwm_output.h.
uint32_t pwm_output_values::channel_count |
Definition at line 68 of file drv_pwm_output.h.
Referenced by PX4IO::io_get_raw_rc_input(), PWMSim::ioctl(), PX4IO::ioctl(), MK::pwm_ioctl(), PX4FMU::pwm_ioctl(), pwm_main(), VtolType::set_idle_fw(), VtolType::set_idle_mc(), set_min_pwm(), VtolType::set_motor_state(), and test_ppm_loopback().
uint16_t pwm_output_values::values[PWM_OUTPUT_MAX_CHANNELS] |
Definition at line 69 of file drv_pwm_output.h.
Referenced by PX4IO::handle_motor_test(), PWMSim::ioctl(), PX4IO::ioctl(), motor_ramp_thread_main(), MK::pwm_ioctl(), PX4FMU::pwm_ioctl(), pwm_main(), VtolType::set_idle_fw(), VtolType::set_idle_mc(), set_min_pwm(), VtolType::set_motor_state(), PX4IO::task_main(), test_ppm_loopback(), and MK::write().