Module rp2040_pac::timer::alarm3

source ·
Expand description

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

Structs§

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

Type Aliases§

  • Register ALARM3 reader
  • Register ALARM3 writer