1.8.18.12 1.25.18.12 1.26.16.12 1.28.21.12 1.34.17.12 1.35.12.12 1.36.15.12 1.41.18.12 1.42.16.12 RTT_INTERRUPT_TYPE Enum

C

typedef enum
{
    RTT_PERIODIC, //Periodic interrupt
    RTT_ALARM // Alarm Interrupt
}RTT_INTERRUPT_TYPE;

Summary

Defines the data type for the RTT INTERRUPT TYPE.

Description

This may be used for the interrupt type.

Remarks

None.