Alarms

Purpose

  • Set up the data structure to operate the alarm device.
  • Configure the device.
  • Schedule alarm interrupt handlers.

Description

  • The MCU has four identical alarm devices as part of the timer peripheral.
  • Each alarm is handled as separate device, comparable to other peripherals such as UARTs.
  • See example programs

References

See Also

Repository