STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
LPTIM_TriggerConfigTypeDef Struct Reference

LPTIM Trigger configuration definition. More...

#include <stm32f4xx_hal_lptim.h>

Collaboration diagram for LPTIM_TriggerConfigTypeDef:

Data Fields

uint32_t Source
 
uint32_t ActiveEdge
 
uint32_t SampleTime
 

Detailed Description

LPTIM Trigger configuration definition.

Definition at line 80 of file stm32f4xx_hal_lptim.h.

Field Documentation

◆ Source

uint32_t LPTIM_TriggerConfigTypeDef::Source

◆ ActiveEdge

uint32_t LPTIM_TriggerConfigTypeDef::ActiveEdge

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 85 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_Init().

◆ SampleTime

uint32_t LPTIM_TriggerConfigTypeDef::SampleTime

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 89 of file stm32f4xx_hal_lptim.h.

Referenced by HAL_LPTIM_Init().


The documentation for this struct was generated from the following file: