STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
LPTIM Initialization Structure definition. More...
#include <stm32f4xx_hal_lptim.h>
Data Fields | |
LPTIM_ClockConfigTypeDef | Clock |
LPTIM_ULPClockConfigTypeDef | UltraLowPowerClock |
LPTIM_TriggerConfigTypeDef | Trigger |
uint32_t | OutputPolarity |
uint32_t | UpdateMode |
uint32_t | CounterSource |
LPTIM Initialization Structure definition.
Definition at line 97 of file stm32f4xx_hal_lptim.h.
LPTIM_ClockConfigTypeDef LPTIM_InitTypeDef::Clock |
Specifies the clock parameters
Definition at line 99 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().
LPTIM_ULPClockConfigTypeDef LPTIM_InitTypeDef::UltraLowPowerClock |
Specifies the Ultra Low Power clock parameters
Definition at line 101 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Encoder_Start(), HAL_LPTIM_Encoder_Start_IT(), and HAL_LPTIM_Init().
LPTIM_TriggerConfigTypeDef LPTIM_InitTypeDef::Trigger |
Specifies the Trigger parameters
Definition at line 103 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init(), HAL_LPTIM_OnePulse_Start_IT(), HAL_LPTIM_OnePulse_Stop_IT(), HAL_LPTIM_PWM_Start_IT(), HAL_LPTIM_PWM_Stop_IT(), HAL_LPTIM_SetOnce_Start_IT(), and HAL_LPTIM_SetOnce_Stop_IT().
uint32_t LPTIM_InitTypeDef::OutputPolarity |
Specifies the Output polarity. This parameter can be a value of LPTIM Output Polarity
Definition at line 105 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
uint32_t LPTIM_InitTypeDef::UpdateMode |
Specifies whether the update of the autoreload and the compare values is done immediately or after the end of current period. This parameter can be a value of LPTIM Updating Mode
Definition at line 108 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
uint32_t LPTIM_InitTypeDef::CounterSource |
Specifies whether the counter is incremented each internal event or each external event. This parameter can be a value of LPTIM Counter Source
Definition at line 112 of file stm32f4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Counter_Start(), HAL_LPTIM_Counter_Start_IT(), and HAL_LPTIM_Init().