STM32H735xx HAL User Manual
|
LPTIM Clock configuration definition. More...
#include <stm32h7xx_hal_lptim.h>
Data Fields | |
uint32_t | Source |
uint32_t | Prescaler |
LPTIM Clock configuration definition.
Definition at line 48 of file stm32h7xx_hal_lptim.h.
uint32_t LPTIM_ClockConfigTypeDef::Prescaler |
Specifies the counter clock Prescaler. This parameter can be a value of LPTIM Clock Prescaler
Definition at line 53 of file stm32h7xx_hal_lptim.h.
Referenced by HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().
uint32_t LPTIM_ClockConfigTypeDef::Source |
Selects the clock source. This parameter can be a value of LPTIM Clock Source
Definition at line 50 of file stm32h7xx_hal_lptim.h.
Referenced by HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().