HRTIM Configuration Structure definition - Time base related parameters. More...
#include <stm32f30x_hrtim.h>
Public Attributes | |
uint32_t | Mode |
uint32_t | Period |
uint32_t | PrescalerRatio |
uint32_t | RepetitionCounter |
HRTIM Configuration Structure definition - Time base related parameters.
Definition at line 53 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BaseInitTypeDef::Mode |
Specifies the counter operating mode This parameter can be any value of HRTIM_Mode
Definition at line 62 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BaseInitTypeDef::Period |
Specifies the timer period The period value must be above 3 periods of the fHRTIM clock. Maximum value is = 0xFFDF
Definition at line 55 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BaseInitTypeDef::PrescalerRatio |
Specifies the timer clock prescaler ratio. This parameter can be any value of HRTIM_PrescalerRatio
Definition at line 60 of file stm32f30x_hrtim.h.
uint32_t HRTIM_BaseInitTypeDef::RepetitionCounter |
Specifies the timer repetition period This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
Definition at line 58 of file stm32f30x_hrtim.h.