Burst mode configuration definition. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | ClockSource |
uint32_t | IdleDuration |
uint32_t | Mode |
uint32_t | Period |
uint32_t | PreloadEnable |
uint32_t | Prescaler |
uint32_t | Trigger |
Burst mode configuration definition.
Definition at line 307 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::ClockSource |
Specifies the burst mode clock source This parameter can be a value of HRTIM_BurstModeClockSource
Definition at line 310 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::IdleDuration |
Specifies number of periods during which the selected timers are in idle state This parameter can be a number between 0x0 and 0xFFFF
Definition at line 318 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::Mode |
Specifies the burst mode operating mode This parameter can be a value of HRTIM_BurstModeOperatingMode
Definition at line 308 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::Period |
Specifies burst mode repetition period This parameter can be a number between 0x1 and 0xFFFF
Definition at line 320 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::PreloadEnable |
Specifies whether or not preload is enabled for burst mode related registers (HRTIM_BMCMPR and HRTIM_BMPER) This parameter can be a combination of HRTIM_BurstModeRegisterPreloadEnable
Definition at line 314 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::Prescaler |
Specifies the burst mode prescaler This parameter can be a value of HRTIM_BurstModePrescaler
Definition at line 312 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BurstModeCfgTypeDef::Trigger |
Specifies the event(s) triggering the burst operation This parameter can be a combination of HRTIM_BurstModeTrigger
Definition at line 316 of file stm32f30x_hrtim.h.