APM:Libraries
|
#include <timer.h>
Public Attributes | |
volatile uint8_t | busy |
bool | update |
uint32_t | freq |
float | freq_scale |
volatile uint8_t TimerState::busy |
Definition at line 561 of file timer.h.
Referenced by Soft_I2C::_start(), and Soft_I2C::wait_done().
uint32_t TimerState::freq |
Definition at line 563 of file timer.h.
Referenced by F4Light::RCOutput::_timer_period(), configTimeBase(), F4Light::RCOutput::get_freq(), and F4Light::GPIO::write().
float TimerState::freq_scale |
Definition at line 564 of file timer.h.
Referenced by F4Light::RCOutput::_set_output_mode(), F4Light::RCOutput::_set_pin_output_mode(), configTimeBase(), and F4Light::RCOutput::set_pwm().
bool TimerState::update |
Definition at line 562 of file timer.h.
Referenced by F4Light::RCOutput::_set_output_mode(), and F4Light::RCOutput::push().