Module rp2040_pac::timer::alarm0

source ·
Expand description

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

Structs§

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

Type Aliases§

  • Register ALARM0 reader
  • Register ALARM0 writer