Note: not yet ported to libv2
.
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
See Also
- Module Timers
Repository
- Alarms.mod: the library module
- Alarms.mod: the module in the example directory used for AlarmEval