Output configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | BurstModeEntryDelayed |
uint32_t | ChopperModeEnable |
uint32_t | FaultState |
uint32_t | IdleMode |
uint32_t | IdleState |
uint32_t | Polarity |
uint32_t | ResetSource |
uint32_t | SetSource |
Output configuration definition.
Definition at line 196 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::BurstModeEntryDelayed |
Definition at line 211 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::ChopperModeEnable |
Indicates whether or not the chopper mode is enabled This parameter can be any value of HRTIM_OutputChopperModeEnable
Definition at line 209 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::FaultState |
Specifies whether the output level is active or inactive when in FAULT state This parameter can be any value of HRTIM_OutputFAULTState
Definition at line 207 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::IdleMode |
Specifies whether or not the output is affected by a burst mode operation This parameter can be any value of HRTIM_OutputIdleMode
Definition at line 203 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::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 205 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::Polarity |
Specifies the output polarity This parameter can be any value of HRTIM_Output_Polarity
Definition at line 197 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::ResetSource |
Specifies the event(s) transitioning the output from its active level to its inactive level This parameter can be any value of HRTIM_OutputResetSource
Definition at line 201 of file stm32f30x_hrtim.h.
uint32_t HRTIM_OutputCfgTypeDef::SetSource |
Specifies the event(s) transitioning the output from its inactive level to its active level This parameter can be any value of HRTIM_OutputSetSource
Definition at line 199 of file stm32f30x_hrtim.h.