STM32L486xx HAL User Manual
Data Fields
LL_LPTIM_InitTypeDef Struct Reference

LPTIM Init structure definition. More...

#include <stm32l4xx_ll_lptim.h>

Data Fields

uint32_t ClockSource
uint32_t Prescaler
uint32_t Waveform
uint32_t Polarity

Detailed Description

LPTIM Init structure definition.

Definition at line 80 of file stm32l4xx_ll_lptim.h.


Field Documentation

Specifies the source of the clock used by the LPTIM instance. This parameter can be a value of Clock Source.

This feature can be modified afterwards using unitary function LL_LPTIM_SetClockSource().

Definition at line 82 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().

Specifies waveform polarity. This parameter can be a value of Output Polarity.

This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().

Definition at line 97 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().

Specifies the prescaler division ratio. This parameter can be a value of Prescaler Value.

This feature can be modified afterwards using using unitary function LL_LPTIM_SetPrescaler().

Definition at line 87 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().

Specifies the waveform shape. This parameter can be a value of Output Waveform Type.

This feature can be modified afterwards using unitary function LL_LPTIM_ConfigOutput().

Definition at line 92 of file stm32l4xx_ll_lptim.h.

Referenced by LL_LPTIM_Init(), and LL_LPTIM_StructInit().


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