IsAutoInt3Enabled Function (Macro)

intr.h

short IsAutoInt3Enabled (void);

Determines whether auto interrupt 3 is enabled.

Auto interrupt 3 is not used by earlier AMS versions and is normally off there, but in newer AMS versions, the clock depends on it, so it is normally on. Therefore, if you enable or disable it in a program, first you should check whether it is currently enabled, which can be done with this macro.


See also: EnableAutoInt3, DisableAutoInt3