- GPIO: triggered by interrupts (e.g., Timer Overflow, GPIO Pin Change, ADC Conversion Complete)
- Timer: triggered at specific time intervals
- Msg: triggered by messages
| Section Name | Description |
|---|---|
| Name | Name of event |
| Type | Defines type of trigger: GPIO/Timer/Msg |
| Description | Description of the event based on the datasheet |
| Status register (GPIO only) | Defines register associated to the specific interrupt event |
| Pin (GPIO only) | Defines pin associated to the specific interrupt event |
| Interval (Timer only) | Defines period in ms |
| Length (Msg only) | Defines length of the message |
