Basic One Pulse mode configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | Event |
uint32_t | EventFilter |
uint32_t | EventPolarity |
uint32_t | EventSensitivity |
uint32_t | OutputIdleState |
uint32_t | OutputPolarity |
uint32_t | Pulse |
Basic One Pulse mode configuration definition.
Definition at line 133 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::Event |
Specifies the external event triggering the pulse generation This parameter can be any 'EEVx' value of HRTIM_Capture_Unit_Trigger
Definition at line 140 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::EventFilter |
Defines the frequency used to sample the External Event and the length of the digital filter This parameter can be a value of HRTIM_ExternalEventFilter
Definition at line 146 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::EventPolarity |
Specifies the polarity of the external event (in case of level sensitivity) This parameter can be a value of HRTIM_ExternalEventPolarity
Definition at line 142 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::EventSensitivity |
Specifies the sensitivity of the external event This parameter can be a value of HRTIM_ExternalEventSensitivity
Definition at line 144 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::OutputIdleState |
Specifies whether the output level is active or inactive when in IDLE state This parameter can be any value of HRTIM_Output_IDLE_State
Definition at line 138 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::OutputPolarity |
Specifies the output polarity This parameter can be any value of HRTIM_Output_Polarity
Definition at line 136 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicOnePulseChannelCfgTypeDef::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 134 of file stm32f30x_hrtim.h.