STM32L443xx HAL User Manual
|
LPTIM Trigger configuration definition. More...
#include <stm32l4xx_hal_lptim.h>
Data Fields | |
uint32_t | Source |
uint32_t | ActiveEdge |
uint32_t | SampleTime |
LPTIM Trigger configuration definition.
Definition at line 81 of file stm32l4xx_hal_lptim.h.
Selects the Trigger active edge. Note: This parameter is used only when an external trigger is used. This parameter can be a value of LPTIM External Trigger Polarity
Definition at line 86 of file stm32l4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
Selects the trigger sampling time to configure the clock glitch filter. Note: This parameter is used only when an external trigger is used. This parameter can be a value of LPTIM Trigger Sample Time
Definition at line 90 of file stm32l4xx_hal_lptim.h.
Referenced by HAL_LPTIM_Init().
uint32_t LPTIM_TriggerConfigTypeDef::Source |
Selects the Trigger source. This parameter can be a value of LPTIM Trigger Source
Definition at line 83 of file stm32l4xx_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().