[][src]Module stm32l0xx_hal::lptim

Low-Power Timer (LPTIM) support.

Structs

Interrupts

Interrupt enable flags.

LpTimer

Low-Power Timer (LPTIM).

Enums

ClockSrc

Clock source selection for the Low-Power Timer LPTIM.

OneShot

Low-Power Timer counting in one-shot mode.

Periodic

Low-Power Timer counting in periodic mode.

Traits

CountMode

Marker trait for counter directions.