rp-pac

Crates

git

Versions

rp235x

Flavors

Module rp_pac::timer::regs

source ·

Structs§

  • Indicates the armed/disarmed status of each alarm. A write to the corresponding ALARMx register arms the alarm. Alarms automatically disarm upon firing, but writing ones here will disarm immediately without waiting to fire.
  • Set bits high to enable pause when the corresponding debug ports are active
  • Interrupt status after masking & forcing
  • Set locked bit to disable write access to timer Once set, cannot be cleared (without a reset)
  • Set high to pause the timer
  • Selects the source for the timer. Defaults to the normal tick configured in the ticks block (typically configured to 1 microsecond). Writing to 1 will ignore the tick and count clk_sys cycles instead.