|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
PWM diagnostics information. More...
#include <BasePwm.h>
Public Member Functions | |
| hf_pwm_diagnostics_t () noexcept | |
Public Attributes | |
| bool | hardware_initialized |
| Hardware is initialized. | |
| bool | fade_functionality_ready |
| Hardware fade is ready. | |
| hf_u8_t | active_channels |
| Number of active channels. | |
| hf_u8_t | active_timers |
| Number of active timers. | |
| hf_u32_t | system_uptime_ms |
| System uptime in milliseconds. | |
| hf_pwm_err_t | last_global_error |
| Last global error. | |
PWM diagnostics information.
|
inlinenoexcept |
| hf_u8_t hf_pwm_diagnostics_t::active_channels |
Number of active channels.
| hf_u8_t hf_pwm_diagnostics_t::active_timers |
Number of active timers.
| bool hf_pwm_diagnostics_t::fade_functionality_ready |
Hardware fade is ready.
| bool hf_pwm_diagnostics_t::hardware_initialized |
Hardware is initialized.
| hf_pwm_err_t hf_pwm_diagnostics_t::last_global_error |
Last global error.
| hf_u32_t hf_pwm_diagnostics_t::system_uptime_ms |
System uptime in milliseconds.