STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
LPTIM Clock configuration definition. More...
#include <stm32f4xx_hal_lptim.h>
Data Fields | |
uint32_t | Source |
uint32_t | Prescaler |
LPTIM Clock configuration definition.
Definition at line 49 of file stm32f4xx_hal_lptim.h.
uint32_t LPTIM_ClockConfigTypeDef::Source |
Selects the clock source. This parameter can be a value of LPTIM Clock Source
Definition at line 51 of file stm32f4xx_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::Prescaler |
Specifies the counter clock Prescaler. This parameter can be a value of LPTIM Clock Prescaler
Definition at line 54 of file stm32f4xx_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().