Basic capture mode configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | CaptureUnit |
uint32_t | Event |
uint32_t | EventFilter |
uint32_t | EventPolarity |
uint32_t | EventSensitivity |
Basic capture mode configuration definition.
Definition at line 117 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicCaptureChannelCfgTypeDef::CaptureUnit |
Specifies the external event Channel This parameter can be any 'EEVx' value of HRTIM_CaptureUnit
Definition at line 118 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicCaptureChannelCfgTypeDef::Event |
Specifies the external event triggering the capture This parameter can be any 'EEVx' value of HRTIM_ExternalEventChannels
Definition at line 120 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicCaptureChannelCfgTypeDef::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 126 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicCaptureChannelCfgTypeDef::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 122 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BasicCaptureChannelCfgTypeDef::EventSensitivity |
Specifies the sensitivity of the external event This parameter can be a value of HRTIM_ExternalEventSensitivity
Definition at line 124 of file stm32f30x_hrtim.h.