External event channel configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | FastMode |
uint32_t | Filter |
uint32_t | Polarity |
uint32_t | Sensitivity |
uint32_t | Source |
External event channel configuration definition.
Definition at line 277 of file stm32f30x_hrtim.h.
uint32_t HRTIM_EventCfgTypeDef::FastMode |
Indicates whether or not low latency mode is enabled for the external event This parameter can be a value of HRTIM_ExternalEventFastMode
Definition at line 286 of file stm32f30x_hrtim.h.
uint32_t HRTIM_EventCfgTypeDef::Filter |
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 284 of file stm32f30x_hrtim.h.
uint32_t HRTIM_EventCfgTypeDef::Polarity |
Specifies the polarity of the external event (in case of level sensitivity) This parameter can be a value of HRTIM_ExternalEventPolarity
Definition at line 280 of file stm32f30x_hrtim.h.
uint32_t HRTIM_EventCfgTypeDef::Sensitivity |
Specifies the sensitivity of the external event This parameter can be a value of HRTIM_ExternalEventSensitivity
Definition at line 282 of file stm32f30x_hrtim.h.
uint32_t HRTIM_EventCfgTypeDef::Source |
Identifies the source of the external event This parameter can be a value of HRTIM_ExternalEventSources
Definition at line 278 of file stm32f30x_hrtim.h.