![]() |
RTEMS 6.1
|
Structure for the user to define the PWM signal characteristics. More...
#include <fsl_pwm.h>
Data Fields | |
| pwm_channels_t | pwmChannel |
| uint8_t | dutyCyclePercent |
| pwm_level_select_t | level |
| uint16_t | deadtimeValue |
| pwm_fault_state_t | faultState |
| bool | pwmchannelenable |
Structure for the user to define the PWM signal characteristics.
| uint16_t _pwm_signal_param::deadtimeValue |
The deadtime value; only used if channel pair is operating in complementary mode
| uint8_t _pwm_signal_param::dutyCyclePercent |
PWM pulse width, value should be between 0 to 100 0=inactive signal(0% duty cycle)... 100=always active signal (100% duty cycle)
| pwm_fault_state_t _pwm_signal_param::faultState |
PWM output fault status
| pwm_level_select_t _pwm_signal_param::level |
PWM output active level select
| pwm_channels_t _pwm_signal_param::pwmChannel |
PWM channel being configured; PWM A or PWM B
| bool _pwm_signal_param::pwmchannelenable |
Enable PWM output