Basic PWM output mode configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | IdleState |
uint32_t | Polarity |
uint32_t | Pulse |
Basic PWM output mode configuration definition.
Definition at line 105 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicPWMChannelCfgTypeDef::IdleState |
Specifies whether the output level is active or inactive when in IDLE state This parameter can be any value of HRTIM_OutputIDLEState
Definition at line 110 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicPWMChannelCfgTypeDef::Polarity |
Specifies the output polarity This parameter can be any value of HRTIM_OutputPolarity
Definition at line 108 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicPWMChannelCfgTypeDef::Pulse |
Specifies the compare value to be loaded into the Compare Register. The compare value must be above or equal to 3 periods of the fHRTIM clock
Definition at line 106 of file stm32f30x_hrtim.h.