R01UH0136EJ0210 Rev.2.10
Page 210 of 800
Jul 31, 2012
M16C/64A Group
14. Interrupts
14.7
Interrupt Control
14.7.1
Maskable Interrupt Control
The settings for enabling/disabling the maskable interrupts and of the acceptance priority are explained
below. Note that these explanations do not apply to non-maskable interrupts.
Use the I flag in the FLG register, IPL, and bits ILVL2 to ILVL0 in the corresponding interrupt control
register to enable or disable a maskable interrupt. Whether an interrupt is requested or not is indicated
by the IR bit in the corresponding interrupt control register.
14.7.1.1
I Flag
The I flag enables or disables maskable interrupts. Setting the I flag to 1 (enabled) enables maskable
interrupts. Setting the I flag to 0 (disabled) disables all maskable interrupts.
14.7.1.2
IR Bit
The IR bit becomes 1 (interrupt requested) when an interrupt request is generated. Then, when the
interrupt request is accepted, the IR bit becomes 0 (interrupt not requested).
The IR bit can be set to 0 by a program. Do not write 1 to this bit.
14.7.1.3
Bits ILVL2 to ILVL0 and IPL
Interrupt priority levels can be selected by setting bits ILVL2 to ILVL0.
Table 14.8 lists the Settings of Interrupt Priority Levels and Table 14.9 lists the Interrupt Priority
Levels Enabled by IPL.
An interrupt request is accepted under the following conditions.
•
I flag = 1
•
IR bit = 1
•
Interrupt priority level > IPL
The I flag, IR bit, bits ILVL2 to ILVL0, and IPL are independent of each other. They do not affect one
another.
Table 14.8
Settings of Interrupt Priority
Levels
Bits ILVL2 to ILVL0
Interrupt Priority Level
Priority
000b
Level 0 (interrupt disabled)
-
001b
Level 1
Low
010b
Level 2
011b
Level 3
100b
Level 4
101b
Level 5
110b
Level 6
111b
Level 7
High
Table 14.9
Interrupt Priority Levels Enabled
by IPL
IPL
Enabled Interrupt Priority Levels
000b
Level 1 and above are enabled
001b
Level 2 and above are enabled
010b
Level 3 and above are enabled
011b
Level 4 and above are enabled
100b
Level 5 and above are enabled
101b
Level 6 and above are enabled
110b
Level 7 and above are enabled
111b
All maskable interrupts are disabled
Содержание M16C/60 Series
Страница 853: ...M16C 64A Group R01UH0136EJ0210...