Compare unit configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | AutoDelayedMode |
uint32_t | AutoDelayedTimeout |
uint32_t | CompareValue |
Compare unit configuration definition.
Definition at line 175 of file stm32f30x_hrtim.h.
uint32_t HRTIM_CompareCfgTypeDef::AutoDelayedMode |
Specifies the auto delayed mode for compare unit 2 or 4 This parameter can be a value of HRTIM_CompareUnitAutoDelayedMode
Definition at line 179 of file stm32f30x_hrtim.h.
uint32_t HRTIM_CompareCfgTypeDef::AutoDelayedTimeout |
Specifies compare value for timing unit 1 or 3 when auto delayed mode with time out is selected CompareValue + AutoDelayedTimeout must be less than 0xFFFF
Definition at line 181 of file stm32f30x_hrtim.h.
uint32_t HRTIM_CompareCfgTypeDef::CompareValue |
Specifies the compare value of the timer compare unit the minimum value must be greater than or equal to 3 periods of the fHRTIM clock the maximum value must be less than or equal to 0xFFFF - 1 periods of the fHRTIM clock
Definition at line 176 of file stm32f30x_hrtim.h.