Alarms

Purpose

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

Description

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

Example Program

See Also

Repository