RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_pwm_signal_param Struct Reference

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
 

Detailed Description

Structure for the user to define the PWM signal characteristics.

Field Documentation

◆ deadtimeValue

uint16_t _pwm_signal_param::deadtimeValue

The deadtime value; only used if channel pair is operating in complementary mode

◆ dutyCyclePercent

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)

◆ faultState

pwm_fault_state_t _pwm_signal_param::faultState

PWM output fault status

◆ level

pwm_level_select_t _pwm_signal_param::level

PWM output active level select

◆ pwmChannel

pwm_channels_t _pwm_signal_param::pwmChannel

PWM channel being configured; PWM A or PWM B

◆ pwmchannelenable

bool _pwm_signal_param::pwmchannelenable

Enable PWM output


The documentation for this struct was generated from the following file: