This structure includes the configuration for each channel Implements : pwm_channel_t_Class. More...
#include <platform/pal/pwm/inc/pwm_pal.h>
Data Fields | |
uint8_t | channel |
pwm_channel_type_t | channelType |
uint32_t | period |
uint32_t | duty |
pwm_polarity_t | polarity |
bool | insertDeadtime |
uint8_t | deadtime |
bool | enableComplementaryChannel |
pwm_complementarty_mode_t | complementaryChannelPolarity |
void * | timebase |
This structure includes the configuration for each channel Implements : pwm_channel_t_Class.
pwm_channel_type_t channelType |
pwm_complementarty_mode_t complementaryChannelPolarity |
bool enableComplementaryChannel |
bool insertDeadtime |
pwm_polarity_t polarity |
void* timebase |