Chopper mode configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | CarrierFreq |
uint32_t | DutyCycle |
uint32_t | StartPulse |
Chopper mode configuration definition.
Definition at line 253 of file stm32f30x_hrtim.h.
uint32_t HRTIM_ChopperModeCfgTypeDef::CarrierFreq |
Specifies the Timer carrier frequency value. This parameter can be a value between 0 and 0xF
Definition at line 254 of file stm32f30x_hrtim.h.
uint32_t HRTIM_ChopperModeCfgTypeDef::DutyCycle |
Specifies the Timer chopper duty cycle value. This parameter can be a value between 0 and 0x7
Definition at line 256 of file stm32f30x_hrtim.h.
uint32_t HRTIM_ChopperModeCfgTypeDef::StartPulse |
Specifies the Timer pulse width value. This parameter can be a value between 0 and 0xF
Definition at line 258 of file stm32f30x_hrtim.h.