|
VSF Documented
|
PWM capability structure. Describes the capabilities and limitations of the PWM hardware. More...
#include <vsf_template_pwm.h>
Public Member Functions | |
| inherit (vsf_peripheral_capability_t) uint32_t max_freq | |
| Maximum supported PWM frequency in Hz. The upper limit of the PWM generator's frequency range. | |
| inherit (vsf_peripheral_capability_t) uint32_t max_freq | |
Data Fields | |
| uint32_t | min_freq |
| Minimum supported PWM frequency in Hz. The lower limit of the PWM generator's frequency range. | |
PWM capability structure. Describes the capabilities and limitations of the PWM hardware.
| vsf_pwm_capability_t::inherit | ( | vsf_peripheral_capability_t | ) |
Maximum supported PWM frequency in Hz. The upper limit of the PWM generator's frequency range.
| vsf_pwm_capability_t::inherit | ( | vsf_peripheral_capability_t | ) |
| uint32_t vsf_pwm_capability_t::min_freq |
Minimum supported PWM frequency in Hz. The lower limit of the PWM generator's frequency range.