Module rp2040_pac::timer::alarm2

source ·
Expand description

Arm alarm 2, and configure the time it will fire.
Once armed, the alarm fires when TIMER_ALARM2 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.

Structs§

  • Arm alarm 2, and configure the time it will fire.
    Once armed, the alarm fires when TIMER_ALARM2 == TIMELR.
    The alarm will disarm itself once it fires, and can
    be disarmed early using the ARMED status register.

Type Aliases§

  • Register ALARM2 reader
  • Register ALARM2 writer