Module stm32wlxx_hal::pac::lptim2::isr

Available on crate feature stm32wl5x_cm4 only.
Expand description

interrupt and status register

Structs

  • interrupt and status register
  • Register ISR reader

Enums

  • Autoreload match
  • Autoreload register update OK
  • Compare match
  • Compare register update OK
  • Counter direction change up to down
  • External trigger edge event
  • Repetition register update Ok
  • LPTIM update event occurred
  • Counter direction change down to up

Type Aliases

  • Field ARRM reader - Autoreload match
  • Field ARROK reader - Autoreload register update OK
  • Field CMPM reader - Compare match
  • Field CMPOK reader - Compare register update OK
  • Field DOWN reader - Counter direction change up to down
  • Field EXTTRIG reader - External trigger edge event
  • Field REPOK reader - Repetition register update Ok
  • Field UE reader - LPTIM update event occurred
  • Field UP reader - Counter direction change down to up